Color Hex Logo

#dcd45a Color Hex

#DCD45A
(220,212,90)
0 Favorites   0 Comments

Color spaces of #dcd45a

RGB 22021290
HSL0.160.650.61
HSV56°59°86°
CMYK 0.000.040.59   0.14
XYZ54.904163.040818.9472
Yxy63.04080.40110.4605
Hunter Lab79.3982-15.513741.4301
CIE-Lab83.4638-12.309359.8309

#dcd45a color RGB value is (220,212,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010100 01011010
Octal 334 324 132
Decimal 220 212 90
Hex DC D4 5A

RGB Percentages of Color #dcd45a

%42.15
%40.61
%17.24

CMYK Percentages of Color #dcd45a

%0
%4
%59
%14

Triadic Colors of #dcd45a

#dcd45a #5adcd4 #d45adc

Analogous Colors of #dcd45a

#dcd45a #a3dc5a #dc935a

Monochromatic Colors of #dcd45a

#dcd45a

Complementary Color

#dcd45a #5a62dc

#dcd45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd45a Color CSS Codes

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

#dcd45a Text Font Color

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

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


#dcd45a Background Color

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

This div background color is #dcd45a


#dcd45a Border Color

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

This div border color is #dcd45a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,212,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 #dcd45a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd45a


Comments

No comments written yet.

Please login to write comment.