Color Hex Logo

#d4c34e Color Hex

#D4C34E
(212,195,78)
0 Favorites   0 Comments

Color spaces of #d4c34e

RGB 21219578
HSL0.150.610.57
HSV52°63°83°
CMYK 0.000.080.63   0.17
XYZ48.041653.577315.0171
Yxy53.57730.41190.4594
Hunter Lab73.1965-10.937739.0735
CIE-Lab78.2146-7.810359.1061

#d4c34e color RGB value is (212,195,78).

#d4c34e hex color red value is 212, green value is 195 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d4c34e hue: 0.15 , saturation: 0.61 and the lightness value of d4c34e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11000011 01001110
Octal 324 303 116
Decimal 212 195 78
Hex D4 C3 4E

RGB Percentages of Color #d4c34e

%43.71
%40.21
%16.08

CMYK Percentages of Color #d4c34e

%0
%8
%63
%17

Triadic Colors of #d4c34e

#d4c34e #4ed4c3 #c34ed4

Analogous Colors of #d4c34e

#d4c34e #a2d44e #d4804e

Monochromatic Colors of #d4c34e

#d4c34e

Complementary Color

#d4c34e #4e5fd4

#d4c34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4c34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4c34e Color CSS Codes

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

#d4c34e Text Font Color

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

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


#d4c34e Background Color

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

This div background color is #d4c34e


#d4c34e Border Color

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

This div border color is #d4c34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4c34e


Comments

No comments written yet.

Please login to write comment.