#dcdc06 color space conversions
Hex:
        #dcdc06
        RGB:
        220, 220, 6
        CMY:
        14, 14, 98
        CMYK:
        0, 0, 97, 14
      HSL:
        60°, 94.6903%, 44.3137%
        HSV (HSB):
        60°, 97.2727%, 86.2745%
        XYZ:
        55.1413, 66.4152, 10.0855
        xyY:
        0.4189, 0.5045, 66.4152
      CIE-Lab:
        85.2078, -19.2275, 84.0045
        CIE-LCH:
        85.2078, 86.1768, 102.8921
        CIE-Luv:
        85.2078, 6.7351, 93.3702
        Hunter-Lab:
        81.4955, -21.8410, 49.7094
      #dcdc06 color charts
#dcdc06 RGB chart
      #dcdc06 CMYK chart
      #dcdc06 RGB pie chart
      #dcdc06 color shades, tints & tones
#dcdc06 color schemes
#dcdc06 color preview, HTML & CSS examples
           This text has a color of #dcdc06        
        
          <p style="color:#dcdc06;">Text here</p>
        
        
          .mytext {color:#dcdc06;}
        
        Text color #dcdc06
      
           This box has a color of #dcdc06        
        
          <div style="background-color:#dcdc06;">Content here</div>
        
        
          .mybackground {background-color:#dcdc06;}
        
        Background color #dcdc06
      
           Border around this has a color of #dcdc06        
        
          <div style="border:2px solid #dcdc06;">Content here</div>
        
        
          .myborder {border:2px solid #dcdc06;}
        
        Border color #dcdc06