Color Hex Logo

#dfb38a Color Hex

#DFB38A
(223,179,138)
0 Favorites   0 Comments

Color spaces of #dfb38a

RGB 223179138
HSL0.080.570.71
HSV29°38°87°
CMYK 0.000.200.38   0.13
XYZ51.139049.763230.9547
Yxy49.76320.38780.3774
Hunter Lab70.54305.950323.3633
CIE-Lab75.923710.446426.9811

#dfb38a color RGB value is (223,179,138).

#dfb38a hex color red value is 223, green value is 179 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dfb38a hue: 0.08 , saturation: 0.57 and the lightness value of dfb38a is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 10001010
Octal 337 263 212
Decimal 223 179 138
Hex DF B3 8A

RGB Percentages of Color #dfb38a

%41.30
%33.15
%25.56

CMYK Percentages of Color #dfb38a

%0
%20
%38
%13

Triadic Colors of #dfb38a

#dfb38a #8adfb3 #b38adf

Analogous Colors of #dfb38a

#dfb38a #dfde8a #df8a8c

Monochromatic Colors of #dfb38a

#dfb38a

Complementary Color

#dfb38a #8ab6df

#dfb38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb38a Color CSS Codes

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

#dfb38a Text Font Color

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

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


#dfb38a Background Color

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

This div background color is #dfb38a


#dfb38a Border Color

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

This div border color is #dfb38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb38a


Comments

No comments written yet.

Please login to write comment.