Color Hex Logo

#dcd15a Color Hex

#DCD15A
(220,209,90)
0 Favorites   0 Comments

Color spaces of #dcd15a

RGB 22020990
HSL0.150.650.61
HSV55°59°86°
CMYK 0.000.050.59   0.14
XYZ54.161161.554818.6995
Yxy61.55480.40290.4579
Hunter Lab78.4569-14.075740.7886
CIE-Lab82.6761-10.800858.9615

#dcd15a color RGB value is (220,209,90).

#dcd15a hex color red value is 220, green value is 209 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dcd15a hue: 0.15 , saturation: 0.65 and the lightness value of dcd15a is 0.61.

The process color (four color CMYK) of #dcd15a color hex is 0.00, 0.05, 0.59, 0.14. Web safe color of #dcd15a is #cccc66. Color #dcd15a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 01011010
Octal 334 321 132
Decimal 220 209 90
Hex DC D1 5A

RGB Percentages of Color #dcd15a

%42.39
%40.27
%17.34

CMYK Percentages of Color #dcd15a

%0
%5
%59
%14

Triadic Colors of #dcd15a

#dcd15a #5adcd1 #d15adc

Analogous Colors of #dcd15a

#dcd15a #a6dc5a #dc905a

Monochromatic Colors of #dcd15a

#dcd15a

Complementary Color

#dcd15a #5a65dc

#dcd15a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd15a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd15a Color CSS Codes

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

#dcd15a Text Font Color

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

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


#dcd15a Background Color

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

This div background color is #dcd15a


#dcd15a Border Color

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

This div border color is #dcd15a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd15a


Comments

No comments written yet.

Please login to write comment.