Color Hex Logo

#dfc09b Color Hex

#DFC09B
(223,192,155)
0 Favorites   0 Comments

Color spaces of #dfc09b

RGB 223192155
HSL0.090.520.74
HSV33°30°87°
CMYK 0.000.140.30   0.13
XYZ55.197555.753838.8627
Yxy55.75380.36840.3722
Hunter Lab74.66851.283521.4093
CIE-Lab79.47355.630922.7404

#dfc09b color RGB value is (223,192,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 10011011
Octal 337 300 233
Decimal 223 192 155
Hex DF C0 9B

RGB Percentages of Color #dfc09b

%39.12
%33.68
%27.19

CMYK Percentages of Color #dfc09b

%0
%14
%30
%13

Triadic Colors of #dfc09b

#dfc09b #9bdfc0 #c09bdf

Analogous Colors of #dfc09b

#dfc09b #dcdf9b #df9e9b

Monochromatic Colors of #dfc09b

#dfc09b

Complementary Color

#dfc09b #9bbadf

#dfc09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc09b Color CSS Codes

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

#dfc09b Text Font Color

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

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


#dfc09b Background Color

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

This div background color is #dfc09b


#dfc09b Border Color

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

This div border color is #dfc09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc09b

#dfc09b Color Palettes


Comments

No comments written yet.

Please login to write comment.