Color Hex Logo

#d9bf99 Color Hex

#D9BF99
(217,191,153)
0 Favorites   0 Comments

Color spaces of #d9bf99

RGB 217191153
HSL0.100.460.73
HSV36°29°85°
CMYK 0.000.120.29   0.15
XYZ52.995854.313237.8273
Yxy54.31320.36510.3742
Hunter Lab73.6975-0.611421.1560
CIE-Lab78.64403.584422.5816

#d9bf99 color RGB value is (217,191,153).

#d9bf99 hex color red value is 217, green value is 191 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d9bf99 hue: 0.10 , saturation: 0.46 and the lightness value of d9bf99 is 0.73.

The process color (four color CMYK) of #d9bf99 color hex is 0.00, 0.12, 0.29, 0.15. Web safe color of #d9bf99 is #cccc99. Color #d9bf99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111111 10011001
Octal 331 277 231
Decimal 217 191 153
Hex D9 BF 99

RGB Percentages of Color #d9bf99

%38.68
%34.05
%27.27

CMYK Percentages of Color #d9bf99

%0
%12
%29
%15

Triadic Colors of #d9bf99

#d9bf99 #99d9bf #bf99d9

Analogous Colors of #d9bf99

#d9bf99 #d3d999 #d99f99

Monochromatic Colors of #d9bf99

#d9bf99

Complementary Color

#d9bf99 #99b3d9

#d9bf99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bf99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bf99 Color CSS Codes

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

#d9bf99 Text Font Color

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

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


#d9bf99 Background Color

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

This div background color is #d9bf99


#d9bf99 Border Color

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

This div border color is #d9bf99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bf99


Comments

No comments written yet.

Please login to write comment.