Color Hex Logo

#d9cb79 Color Hex

#D9CB79
(217,203,121)
0 Favorites   0 Comments

Color spaces of #d9cb79

RGB 217203121
HSL0.140.560.66
HSV51°44°85°
CMYK 0.000.060.44   0.15
XYZ53.422458.844126.6315
Yxy58.84410.38460.4236
Hunter Lab76.7099-9.931233.1131
CIE-Lab81.2058-6.356642.5199

#d9cb79 color RGB value is (217,203,121).

#d9cb79 hex color red value is 217, green value is 203 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #d9cb79 hue: 0.14 , saturation: 0.56 and the lightness value of d9cb79 is 0.66.

The process color (four color CMYK) of #d9cb79 color hex is 0.00, 0.06, 0.44, 0.15. Web safe color of #d9cb79 is #cccc66. Color #d9cb79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001011 01111001
Octal 331 313 171
Decimal 217 203 121
Hex D9 CB 79

RGB Percentages of Color #d9cb79

%40.11
%37.52
%22.37

CMYK Percentages of Color #d9cb79

%0
%6
%44
%15

Triadic Colors of #d9cb79

#d9cb79 #79d9cb #cb79d9

Analogous Colors of #d9cb79

#d9cb79 #b7d979 #d99b79

Monochromatic Colors of #d9cb79

#d9cb79

Complementary Color

#d9cb79 #7987d9

#d9cb79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cb79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cb79 Color CSS Codes

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

#d9cb79 Text Font Color

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

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


#d9cb79 Background Color

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

This div background color is #d9cb79


#d9cb79 Border Color

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

This div border color is #d9cb79


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,203,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9cb79; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9cb79;
  -webkit-box-shadow: 1px 1px 3px 2px #d9cb79;
  box-shadow:         1px 1px 3px 2px #d9cb79; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,203,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cb79


Comments

No comments written yet.

Please login to write comment.