#dccc06 color space conversions
Hex:
        #dccc06
        RGB:
        220, 204, 6
        CMY:
        14, 20, 98
        CMYK:
        0, 7, 97, 14
      HSL:
        56°, 94.6903%, 44.3137%
        HSV (HSB):
        56°, 97.2727%, 86.2745%
        XYZ:
        51.1409, 58.4145, 8.7520
        xyY:
        0.4323, 0.4938, 58.4145
      CIE-Lab:
        80.9687, -11.2942, 80.8738
        CIE-LCH:
        80.9687, 81.6586, 97.9501
        CIE-Luv:
        80.9687, 17.5512, 87.3302
        Hunter-Lab:
        76.4294, -14.3124, 46.7112
      #dccc06 color charts
#dccc06 RGB chart
      #dccc06 CMYK chart
      #dccc06 RGB pie chart
      #dccc06 color shades, tints & tones
#dccc06 color schemes
#dccc06 color preview, HTML & CSS examples
           This text has a color of #dccc06        
        
          <p style="color:#dccc06;">Text here</p>
        
        
          .mytext {color:#dccc06;}
        
        Text color #dccc06
      
           This box has a color of #dccc06        
        
          <div style="background-color:#dccc06;">Content here</div>
        
        
          .mybackground {background-color:#dccc06;}
        
        Background color #dccc06
      
           Border around this has a color of #dccc06        
        
          <div style="border:2px solid #dccc06;">Content here</div>
        
        
          .myborder {border:2px solid #dccc06;}
        
        Border color #dccc06