Color Hex Logo

#d0c77e Color Hex

#D0C77E
(208,199,126)
0 Favorites   0 Comments

Color spaces of #d0c77e

RGB 208199126
HSL0.150.470.65
HSV53°39°82°
CMYK 0.000.040.39   0.18
XYZ50.201755.763127.8561
Yxy55.76310.37510.4167
Hunter Lab74.6747-10.680230.1552
CIE-Lab79.4788-7.377237.6538

#d0c77e color RGB value is (208,199,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11000111 01111110
Octal 320 307 176
Decimal 208 199 126
Hex D0 C7 7E

RGB Percentages of Color #d0c77e

%39.02
%37.34
%23.64

CMYK Percentages of Color #d0c77e

%0
%4
%39
%18

Triadic Colors of #d0c77e

#d0c77e #7ed0c7 #c77ed0

Analogous Colors of #d0c77e

#d0c77e #b0d07e #d09e7e

Monochromatic Colors of #d0c77e

#d0c77e

Complementary Color

#d0c77e #7e87d0

#d0c77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0c77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0c77e Color CSS Codes

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

#d0c77e Text Font Color

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

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


#d0c77e Background Color

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

This div background color is #d0c77e


#d0c77e Border Color

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

This div border color is #d0c77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0c77e


Comments

No comments written yet.

Please login to write comment.