Color Hex Logo

#d4c56a Color Hex

#D4C56A
(212,197,106)
0 Favorites   0 Comments

Color spaces of #d4c56a

RGB 212197106
HSL0.140.550.62
HSV52°50°83°
CMYK 0.000.070.50   0.17
XYZ49.719154.970221.6255
Yxy54.97020.39360.4352
Hunter Lab74.1419-10.047334.6058
CIE-Lab79.0241-6.716647.1451

#d4c56a color RGB value is (212,197,106).

#d4c56a hex color red value is 212, green value is 197 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #d4c56a hue: 0.14 , saturation: 0.55 and the lightness value of d4c56a is 0.62.

The process color (four color CMYK) of #d4c56a color hex is 0.00, 0.07, 0.50, 0.17. Web safe color of #d4c56a is #cccc66. Color #d4c56a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11000101 01101010
Octal 324 305 152
Decimal 212 197 106
Hex D4 C5 6A

RGB Percentages of Color #d4c56a

%41.17
%38.25
%20.58

CMYK Percentages of Color #d4c56a

%0
%7
%50
%17

Triadic Colors of #d4c56a

#d4c56a #6ad4c5 #c56ad4

Analogous Colors of #d4c56a

#d4c56a #aed46a #d4906a

Monochromatic Colors of #d4c56a

#d4c56a

Complementary Color

#d4c56a #6a79d4

#d4c56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4c56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4c56a Color CSS Codes

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

#d4c56a Text Font Color

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

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


#d4c56a Background Color

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

This div background color is #d4c56a


#d4c56a Border Color

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

This div border color is #d4c56a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,197,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4c56a


Comments

No comments written yet.

Please login to write comment.