Color Hex Logo

#ddc01f Color Hex

#DDC01F
(221,192,31)
0 Favorites   0 Comments

Color spaces of #ddc01f

RGB 22119231
HSL0.140.750.49
HSV51°86°87°
CMYK 0.000.130.86   0.13
XYZ48.915853.17048.9811
Yxy53.17040.44040.4787
Hunter Lab72.9180-7.862943.7401
CIE-Lab77.9755-4.378374.9665

#ddc01f color RGB value is (221,192,31).

#ddc01f hex color red value is 221, green value is 192 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ddc01f hue: 0.14 , saturation: 0.75 and the lightness value of ddc01f is 0.49.

The process color (four color CMYK) of #ddc01f color hex is 0.00, 0.13, 0.86, 0.13. Web safe color of #ddc01f is #cccc33. Color #ddc01f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 00011111
Octal 335 300 37
Decimal 221 192 31
Hex DD C0 1F

RGB Percentages of Color #ddc01f

%49.77
%43.24
%6.98

CMYK Percentages of Color #ddc01f

%0
%13
%86
%13

Triadic Colors of #ddc01f

#ddc01f #1fddc0 #c01fdd

Analogous Colors of #ddc01f

#ddc01f #9bdd1f #dd611f

Monochromatic Colors of #ddc01f

#ddc01f

Complementary Color

#ddc01f #1f3cdd

#ddc01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc01f Color CSS Codes

.mybgcolor {background-color:#ddc01f; } 
.myforecolor {color:#ddc01f; }
.mybordercolor {border:3px solid #ddc01f; }

#ddc01f Text Font Color

<p style="color:#ddc01f">Text here</p>

This sample text font color is #ddc01f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddc01f Background Color

<div style="background-color:#ddc01f">
Div content here</div>

This div background color is #ddc01f


#ddc01f Border Color

<div style="border:3px solid #ddc01f">
Div here</div>

This div border color is #ddc01f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,192,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddc01f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddc01f;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc01f;
  box-shadow:         1px 1px 3px 2px #ddc01f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,192,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddc01f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc01f;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc01f;
  box-shadow:         1px 1px 3px 2px #ddc01f;">
Div content here</div>

This div box has shadow with color #ddc01f


Comments

No comments written yet.

Please login to write comment.