Color Hex Logo

#dfb999 Color Hex

#DFB999
(223,185,153)
0 Favorites   0 Comments

Color spaces of #dfb999

RGB 223185153
HSL0.080.520.74
HSV27°31°87°
CMYK 0.000.170.31   0.13
XYZ53.530252.685837.4850
Yxy52.68580.37250.3666
Hunter Lab72.58504.617020.1904
CIE-Lab77.68919.078921.3606

#dfb999 color RGB value is (223,185,153).

#dfb999 hex color red value is 223, green value is 185 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dfb999 hue: 0.08 , saturation: 0.52 and the lightness value of dfb999 is 0.74.

The process color (four color CMYK) of #dfb999 color hex is 0.00, 0.17, 0.31, 0.13. Web safe color of #dfb999 is #cccc99. Color #dfb999 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 10011001
Octal 337 271 231
Decimal 223 185 153
Hex DF B9 99

RGB Percentages of Color #dfb999

%39.75
%32.98
%27.27

CMYK Percentages of Color #dfb999

%0
%17
%31
%13

Triadic Colors of #dfb999

#dfb999 #99dfb9 #b999df

Analogous Colors of #dfb999

#dfb999 #dfdc99 #df999c

Monochromatic Colors of #dfb999

#dfb999

Complementary Color

#dfb999 #99bfdf

#dfb999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb999 Color CSS Codes

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

#dfb999 Text Font Color

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

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


#dfb999 Background Color

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

This div background color is #dfb999


#dfb999 Border Color

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

This div border color is #dfb999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb999


Comments

No comments written yet.

Please login to write comment.