Color Hex Logo

#dcd04b Color Hex

#DCD04B
(220,208,75)
0 Favorites   0 Comments

Color spaces of #dcd04b

RGB 22020875
HSL0.150.670.58
HSV55°66°86°
CMYK 0.000.050.66   0.14
XYZ53.341160.835415.5876
Yxy60.83540.41110.4688
Hunter Lab77.9971-14.421242.7489
CIE-Lab82.2902-11.240064.8406

#dcd04b color RGB value is (220,208,75).

#dcd04b hex color red value is 220, green value is 208 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dcd04b hue: 0.15 , saturation: 0.67 and the lightness value of dcd04b is 0.58.

The process color (four color CMYK) of #dcd04b color hex is 0.00, 0.05, 0.66, 0.14. Web safe color of #dcd04b is #cccc33. Color #dcd04b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010000 01001011
Octal 334 320 113
Decimal 220 208 75
Hex DC D0 4B

RGB Percentages of Color #dcd04b

%43.74
%41.35
%14.91

CMYK Percentages of Color #dcd04b

%0
%5
%66
%14

Triadic Colors of #dcd04b

#dcd04b #4bdcd0 #d04bdc

Analogous Colors of #dcd04b

#dcd04b #a0dc4b #dc884b

Monochromatic Colors of #dcd04b

#dcd04b

Complementary Color

#dcd04b #4b57dc

#dcd04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd04b Color CSS Codes

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

#dcd04b Text Font Color

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

This sample text font color is #dcd04b
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.


#dcd04b Background Color

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

This div background color is #dcd04b


#dcd04b Border Color

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

This div border color is #dcd04b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,208,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcd04b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcd04b;
  -webkit-box-shadow: 1px 1px 3px 2px #dcd04b;
  box-shadow:         1px 1px 3px 2px #dcd04b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,208,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd04b


Comments

No comments written yet.

Please login to write comment.