Color Hex Logo

#dfb48b Color Hex

#DFB48B
(223,180,139)
0 Favorites   0 Comments

Color spaces of #dfb48b

RGB 223180139
HSL0.080.570.71
HSV29°38°87°
CMYK 0.000.190.38   0.13
XYZ51.412950.194631.4049
Yxy50.19460.38650.3774
Hunter Lab70.84815.549223.3122
CIE-Lab76.188610.029526.8033

#dfb48b color RGB value is (223,180,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 10001011
Octal 337 264 213
Decimal 223 180 139
Hex DF B4 8B

RGB Percentages of Color #dfb48b

%41.14
%33.21
%25.65

CMYK Percentages of Color #dfb48b

%0
%19
%38
%13

Triadic Colors of #dfb48b

#dfb48b #8bdfb4 #b48bdf

Analogous Colors of #dfb48b

#dfb48b #dfde8b #df8b8c

Monochromatic Colors of #dfb48b

#dfb48b

Complementary Color

#dfb48b #8bb6df

#dfb48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb48b Color CSS Codes

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

#dfb48b Text Font Color

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

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


#dfb48b Background Color

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

This div background color is #dfb48b


#dfb48b Border Color

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

This div border color is #dfb48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb48b


Comments

No comments written yet.

Please login to write comment.