#dcc813 color space conversions
Hex:
        #dcc813
        RGB:
        220, 200, 19
        CMY:
        14, 22, 93
        CMYK:
        0, 9, 91, 14
      HSL:
        54°, 84.1004%, 46.8627%
        HSV (HSB):
        54°, 91.3636%, 86.2745%
        XYZ:
        50.2870, 56.5712, 8.8850
        xyY:
        0.4345, 0.4888, 56.5712
      CIE-Lab:
        79.9378, -9.1269, 78.6614
        CIE-LCH:
        79.9378, 79.1891, 96.6183
        CIE-Luv:
        79.9378, 20.2618, 84.9880
        Hunter-Lab:
        75.2138, -12.2814, 45.6458
      #dcc813 color charts
#dcc813 RGB chart
      #dcc813 CMYK chart
      #dcc813 RGB pie chart
      #dcc813 color shades, tints & tones
#dcc813 color schemes
#dcc813 color preview, HTML & CSS examples
           This text has a color of #dcc813        
        
          <p style="color:#dcc813;">Text here</p>
        
        
          .mytext {color:#dcc813;}
        
        Text color #dcc813
      
           This box has a color of #dcc813        
        
          <div style="background-color:#dcc813;">Content here</div>
        
        
          .mybackground {background-color:#dcc813;}
        
        Background color #dcc813
      
           Border around this has a color of #dcc813        
        
          <div style="border:2px solid #dcc813;">Content here</div>
        
        
          .myborder {border:2px solid #dcc813;}
        
        Border color #dcc813