Color Hex Logo

#d0c77f Color Hex

#D0C77F
(208,199,127)
0 Favorites   0 Comments

Color spaces of #d0c77f

RGB 208199127
HSL0.150.460.66
HSV53°39°82°
CMYK 0.000.040.39   0.18
XYZ50.266655.789128.1977
Yxy55.78910.37440.4156
Hunter Lab74.6921-10.583529.9014
CIE-Lab79.4936-7.267137.1625

#d0c77f color RGB value is (208,199,127).

#d0c77f hex color red value is 208, green value is 199 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d0c77f hue: 0.15 , saturation: 0.46 and the lightness value of d0c77f is 0.66.

The process color (four color CMYK) of #d0c77f color hex is 0.00, 0.04, 0.39, 0.18. Web safe color of #d0c77f is #cccc66. Color #d0c77f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11000111 01111111
Octal 320 307 177
Decimal 208 199 127
Hex D0 C7 7F

RGB Percentages of Color #d0c77f

%38.95
%37.27
%23.78

CMYK Percentages of Color #d0c77f

%0
%4
%39
%18

Triadic Colors of #d0c77f

#d0c77f #7fd0c7 #c77fd0

Analogous Colors of #d0c77f

#d0c77f #b1d07f #d09f7f

Monochromatic Colors of #d0c77f

#d0c77f

Complementary Color

#d0c77f #7f88d0

#d0c77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0c77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0c77f Color CSS Codes

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

#d0c77f Text Font Color

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

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


#d0c77f Background Color

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

This div background color is #d0c77f


#d0c77f Border Color

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

This div border color is #d0c77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0c77f


Comments

No comments written yet.

Please login to write comment.