#cddc74 color space conversions
Hex:
        #cddc74
        RGB:
        205, 220, 116
        CMY:
        20, 14, 55
        CMYK:
        7, 0, 47, 14
      HSL:
        69°, 59.7701%, 65.8824%
        HSV (HSB):
        69°, 47.2727%, 86.2745%
        XYZ:
        53.9224, 65.4265, 26.3096
        xyY:
        0.3702, 0.4492, 65.4265
      CIE-Lab:
        84.7030, -20.1474, 49.0556
        CIE-LCH:
        84.7030, 53.0318, 112.3282
        CIE-Luv:
        84.7030, -4.6971, 66.2072
        Hunter-Lab:
        80.8866, -22.5561, 37.3357
      #cddc74 color charts
#cddc74 RGB chart
      #cddc74 CMYK chart
      #cddc74 RGB pie chart
      #cddc74 color shades, tints & tones
#cddc74 color schemes
#cddc74 color preview, HTML & CSS examples
           This text has a color of #cddc74        
        
          <p style="color:#cddc74;">Text here</p>
        
        
          .mytext {color:#cddc74;}
        
        Text color #cddc74
      
           This box has a color of #cddc74        
        
          <div style="background-color:#cddc74;">Content here</div>
        
        
          .mybackground {background-color:#cddc74;}
        
        Background color #cddc74
      
           Border around this has a color of #cddc74        
        
          <div style="border:2px solid #cddc74;">Content here</div>
        
        
          .myborder {border:2px solid #cddc74;}
        
        Border color #cddc74