Color Hex Logo

#d9cb81 Color Hex

#D9CB81
(217,203,129)
0 Favorites   0 Comments

Color spaces of #d9cb81

RGB 217203129
HSL0.140.540.68
HSV50°41°85°
CMYK 0.000.060.41   0.15
XYZ53.933759.048629.3238
Yxy59.04860.37900.4149
Hunter Lab76.8431-9.192031.1647
CIE-Lab81.3183-5.529238.6335

#d9cb81 color RGB value is (217,203,129).

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

The process color (four color CMYK) of #d9cb81 color hex is 0.00, 0.06, 0.41, 0.15. Web safe color of #d9cb81 is #cccc99. Color #d9cb81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001011 10000001
Octal 331 313 201
Decimal 217 203 129
Hex D9 CB 81

RGB Percentages of Color #d9cb81

%39.53
%36.98
%23.50

CMYK Percentages of Color #d9cb81

%0
%6
%41
%15

Triadic Colors of #d9cb81

#d9cb81 #81d9cb #cb81d9

Analogous Colors of #d9cb81

#d9cb81 #bbd981 #d99f81

Monochromatic Colors of #d9cb81

#d9cb81

Complementary Color

#d9cb81 #818fd9

#d9cb81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cb81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cb81 Color CSS Codes

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

#d9cb81 Text Font Color

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

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


#d9cb81 Background Color

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

This div background color is #d9cb81


#d9cb81 Border Color

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

This div border color is #d9cb81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cb81


Comments

No comments written yet.

Please login to write comment.