Color Hex Logo

#dfb49b Color Hex

#DFB49B
(223,180,155)
0 Favorites   0 Comments

Color spaces of #dfb49b

RGB 223180155
HSL0.060.520.74
HSV22°30°87°
CMYK 0.000.190.30   0.13
XYZ52.669150.697038.0199
Yxy50.69700.37250.3586
Hunter Lab71.20187.436018.1820
CIE-Lab76.495111.999518.6383

#dfb49b color RGB value is (223,180,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 10011011
Octal 337 264 233
Decimal 223 180 155
Hex DF B4 9B

RGB Percentages of Color #dfb49b

%39.96
%32.26
%27.78

CMYK Percentages of Color #dfb49b

%0
%19
%30
%13

Triadic Colors of #dfb49b

#dfb49b #9bdfb4 #b49bdf

Analogous Colors of #dfb49b

#dfb49b #dfd69b #df9ba4

Monochromatic Colors of #dfb49b

#dfb49b

Complementary Color

#dfb49b #9bc6df

#dfb49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb49b Color CSS Codes

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

#dfb49b Text Font Color

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

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


#dfb49b Background Color

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

This div background color is #dfb49b


#dfb49b Border Color

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

This div border color is #dfb49b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb49b


Comments

No comments written yet.

Please login to write comment.