Color Hex Logo

#d4c460 Color Hex

#D4C460
(212,196,96)
0 Favorites   0 Comments

Color spaces of #d4c460

RGB 21219696
HSL0.140.570.60
HSV52°55°83°
CMYK 0.000.080.55   0.17
XYZ49.002654.321418.9687
Yxy54.32140.40070.4442
Hunter Lab73.7031-10.301936.3329
CIE-Lab78.6488-7.043451.4869

#d4c460 color RGB value is (212,196,96).

#d4c460 hex color red value is 212, green value is 196 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #d4c460 hue: 0.14 , saturation: 0.57 and the lightness value of d4c460 is 0.60.

The process color (four color CMYK) of #d4c460 color hex is 0.00, 0.08, 0.55, 0.17. Web safe color of #d4c460 is #cccc66. Color #d4c460 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11000100 01100000
Octal 324 304 140
Decimal 212 196 96
Hex D4 C4 60

RGB Percentages of Color #d4c460

%42.06
%38.89
%19.05

CMYK Percentages of Color #d4c460

%0
%8
%55
%17

Triadic Colors of #d4c460

#d4c460 #60d4c4 #c460d4

Analogous Colors of #d4c460

#d4c460 #aad460 #d48a60

Monochromatic Colors of #d4c460

#d4c460

Complementary Color

#d4c460 #6070d4

#d4c460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4c460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4c460 Color CSS Codes

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

#d4c460 Text Font Color

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

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


#d4c460 Background Color

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

This div background color is #d4c460


#d4c460 Border Color

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

This div border color is #d4c460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4c460


Comments

No comments written yet.

Please login to write comment.