#dec745 color space conversions
Hex:
        #dec745
        RGB:
        222, 199, 69
        CMY:
        13, 22, 73
        CMYK:
        0, 10, 69, 13
      HSL:
        51°, 69.8630%, 57.0588%
        HSV (HSB):
        51°, 68.9189%, 87.0588%
        XYZ:
        51.6218, 56.8061, 13.8741
        xyY:
        0.4221, 0.4645, 56.8061
      CIE-Lab:
        80.0704, -6.1517, 64.9968
        CIE-LCH:
        80.0704, 65.2873, 95.4067
        CIE-Luv:
        80.0704, 21.4299, 75.4477
        Hunter-Lab:
        75.3698, -9.6402, 41.8447
      #dec745 color charts
#dec745 RGB chart
      #dec745 CMYK chart
      #dec745 RGB pie chart
      #dec745 color shades, tints & tones
#dec745 color schemes
#dec745 color preview, HTML & CSS examples
           This text has a color of #dec745        
        
          <p style="color:#dec745;">Text here</p>
        
        
          .mytext {color:#dec745;}
        
        Text color #dec745
      
           This box has a color of #dec745        
        
          <div style="background-color:#dec745;">Content here</div>
        
        
          .mybackground {background-color:#dec745;}
        
        Background color #dec745
      
           Border around this has a color of #dec745        
        
          <div style="border:2px solid #dec745;">Content here</div>
        
        
          .myborder {border:2px solid #dec745;}
        
        Border color #dec745