Color Hex Logo

#dfb09a Color Hex

#DFB09A
(223,176,154)
0 Favorites   0 Comments

Color spaces of #dfb09a

RGB 223176154
HSL0.050.520.74
HSV19°31°87°
CMYK 0.000.210.31   0.13
XYZ51.789549.071737.3140
Yxy49.07170.37480.3551
Hunter Lab70.05129.377117.4540
CIE-Lab75.495914.007317.7927

#dfb09a color RGB value is (223,176,154).

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

The process color (four color CMYK) of #dfb09a color hex is 0.00, 0.21, 0.31, 0.13. Web safe color of #dfb09a is #cc9999. Color #dfb09a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 10011010
Octal 337 260 232
Decimal 223 176 154
Hex DF B0 9A

RGB Percentages of Color #dfb09a

%40.33
%31.83
%27.85

CMYK Percentages of Color #dfb09a

%0
%21
%31
%13

Triadic Colors of #dfb09a

#dfb09a #9adfb0 #b09adf

Analogous Colors of #dfb09a

#dfb09a #dfd39a #df9aa7

Monochromatic Colors of #dfb09a

#dfb09a

Complementary Color

#dfb09a #9ac9df

#dfb09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb09a Color CSS Codes

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

#dfb09a Text Font Color

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

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


#dfb09a Background Color

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

This div background color is #dfb09a


#dfb09a Border Color

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

This div border color is #dfb09a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,176,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb09a


Comments

No comments written yet.

Please login to write comment.