#ddd31b color space conversions
Hex:
        #ddd31b
        RGB:
        221, 211, 27
        CMY:
        13, 17, 89
        CMYK:
        0, 5, 88, 13
      HSL:
        57°, 78.2258%, 48.6275%
        HSV (HSB):
        57°, 87.7828%, 86.6667%
        XYZ:
        53.3109, 62.0398, 10.2020
        xyY:
        0.4246, 0.4941, 62.0398
      CIE-Lab:
        82.9346, -14.0955, 79.7380
        CIE-LCH:
        82.9346, 80.9742, 100.0248
        CIE-Luv:
        82.9346, 13.3184, 88.4448
        Hunter-Lab:
        78.7654, -17.0249, 47.4563
      #ddd31b color charts
#ddd31b RGB chart
      #ddd31b CMYK chart
      #ddd31b RGB pie chart
      #ddd31b color shades, tints & tones
#ddd31b color schemes
#ddd31b color preview, HTML & CSS examples
           This text has a color of #ddd31b        
        
          <p style="color:#ddd31b;">Text here</p>
        
        
          .mytext {color:#ddd31b;}
        
        Text color #ddd31b
      
           This box has a color of #ddd31b        
        
          <div style="background-color:#ddd31b;">Content here</div>
        
        
          .mybackground {background-color:#ddd31b;}
        
        Background color #ddd31b
      
           Border around this has a color of #ddd31b        
        
          <div style="border:2px solid #ddd31b;">Content here</div>
        
        
          .myborder {border:2px solid #ddd31b;}
        
        Border color #ddd31b