Color Hex Logo

#dfb39a Color Hex

#DFB39A
(223,179,154)
0 Favorites   0 Comments

Color spaces of #dfb39a

RGB 223179154
HSL0.060.520.74
HSV22°31°87°
CMYK 0.000.200.31   0.13
XYZ52.384350.261337.5123
Yxy50.26130.37380.3586
Hunter Lab70.89527.826618.2549
CIE-Lab76.229412.403418.8097

#dfb39a color RGB value is (223,179,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 10011010
Octal 337 263 232
Decimal 223 179 154
Hex DF B3 9A

RGB Percentages of Color #dfb39a

%40.11
%32.19
%27.70

CMYK Percentages of Color #dfb39a

%0
%20
%31
%13

Triadic Colors of #dfb39a

#dfb39a #9adfb3 #b39adf

Analogous Colors of #dfb39a

#dfb39a #dfd69a #df9aa4

Monochromatic Colors of #dfb39a

#dfb39a

Complementary Color

#dfb39a #9ac6df

#dfb39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb39a Color CSS Codes

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

#dfb39a Text Font Color

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

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


#dfb39a Background Color

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

This div background color is #dfb39a


#dfb39a Border Color

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

This div border color is #dfb39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb39a


Comments

No comments written yet.

Please login to write comment.