#dcc12e color space conversions
Hex:
        #dcc12e
        RGB:
        220, 193, 46
        CMY:
        14, 24, 82
        CMYK:
        0, 12, 79, 14
      HSL:
        51°, 71.3115%, 52.1569%
        HSV (HSB):
        51°, 79.0909%, 86.2745%
        XYZ:
        49.0783, 53.5528, 10.3348
        xyY:
        0.4345, 0.4741, 53.5528
      CIE-Lab:
        78.2003, -4.9039, 71.1829
        CIE-LCH:
        78.2003, 71.3517, 93.9409
        CIE-Luv:
        78.2003, 24.7960, 78.5534
        Hunter-Lab:
        73.1798, -8.3530, 42.8526
      #dcc12e color charts
#dcc12e RGB chart
      #dcc12e CMYK chart
      #dcc12e RGB pie chart
      #dcc12e color shades, tints & tones
#dcc12e color schemes
#dcc12e color preview, HTML & CSS examples
           This text has a color of #dcc12e        
        
          <p style="color:#dcc12e;">Text here</p>
        
        
          .mytext {color:#dcc12e;}
        
        Text color #dcc12e
      
           This box has a color of #dcc12e        
        
          <div style="background-color:#dcc12e;">Content here</div>
        
        
          .mybackground {background-color:#dcc12e;}
        
        Background color #dcc12e
      
           Border around this has a color of #dcc12e        
        
          <div style="border:2px solid #dcc12e;">Content here</div>
        
        
          .myborder {border:2px solid #dcc12e;}
        
        Border color #dcc12e