Color Hex Logo

#d0c78f Color Hex

#D0C78F
(208,199,143)
0 Favorites   0 Comments

Color spaces of #d0c78f

RGB 208199143
HSL0.140.410.69
HSV52°31°82°
CMYK 0.000.040.31   0.18
XYZ51.393856.239934.1332
Yxy56.23990.36250.3967
Hunter Lab74.9933-8.910025.5094
CIE-Lab79.7502-5.372729.2231

#d0c78f color RGB value is (208,199,143).

#d0c78f hex color red value is 208, green value is 199 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d0c78f hue: 0.14 , saturation: 0.41 and the lightness value of d0c78f is 0.69.

The process color (four color CMYK) of #d0c78f color hex is 0.00, 0.04, 0.31, 0.18. Web safe color of #d0c78f is #cccc99. Color #d0c78f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11000111 10001111
Octal 320 307 217
Decimal 208 199 143
Hex D0 C7 8F

RGB Percentages of Color #d0c78f

%37.82
%36.18
%26.00

CMYK Percentages of Color #d0c78f

%0
%4
%31
%18

Triadic Colors of #d0c78f

#d0c78f #8fd0c7 #c78fd0

Analogous Colors of #d0c78f

#d0c78f #b9d08f #d0a78f

Monochromatic Colors of #d0c78f

#d0c78f

Complementary Color

#d0c78f #8f98d0

#d0c78f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0c78f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0c78f Color CSS Codes

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

#d0c78f Text Font Color

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

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


#d0c78f Background Color

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

This div background color is #d0c78f


#d0c78f Border Color

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

This div border color is #d0c78f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,199,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0c78f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0c78f;
  -webkit-box-shadow: 1px 1px 3px 2px #d0c78f;
  box-shadow:         1px 1px 3px 2px #d0c78f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,199,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0c78f


Comments

No comments written yet.

Please login to write comment.