Color Hex Logo

#d9b481 Color Hex

#D9B481
(217,180,129)
0 Favorites   0 Comments

Color spaces of #d9b481

RGB 217180129
HSL0.100.540.68
HSV35°41°85°
CMYK 0.000.170.41   0.15
XYZ48.899048.979227.6456
Yxy48.97920.38960.3902
Hunter Lab69.98512.244925.5688
CIE-Lab75.43846.511731.0082

#d9b481 color RGB value is (217,180,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10110100 10000001
Octal 331 264 201
Decimal 217 180 129
Hex D9 B4 81

RGB Percentages of Color #d9b481

%41.25
%34.22
%24.52

CMYK Percentages of Color #d9b481

%0
%17
%41
%15

Triadic Colors of #d9b481

#d9b481 #81d9b4 #b481d9

Analogous Colors of #d9b481

#d9b481 #d2d981 #d98881

Monochromatic Colors of #d9b481

#d9b481

Complementary Color

#d9b481 #81a6d9

#d9b481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9b481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9b481 Color CSS Codes

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

#d9b481 Text Font Color

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

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


#d9b481 Background Color

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

This div background color is #d9b481


#d9b481 Border Color

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

This div border color is #d9b481


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,180,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 #d9b481">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9b481


Comments

No comments written yet.

Please login to write comment.