Color Hex Logo

#dfd09f Color Hex

#DFD09F
(223,208,159)
0 Favorites   0 Comments

Color spaces of #dfd09f

RGB 223208159
HSL0.130.500.75
HSV46°29°87°
CMYK 0.000.070.29   0.13
XYZ59.245363.302941.8970
Yxy63.30290.36030.3849
Hunter Lab79.5631-6.318524.4728
CIE-Lab83.6015-2.204726.2576

#dfd09f color RGB value is (223,208,159).

#dfd09f hex color red value is 223, green value is 208 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dfd09f hue: 0.13 , saturation: 0.50 and the lightness value of dfd09f is 0.75.

The process color (four color CMYK) of #dfd09f color hex is 0.00, 0.07, 0.29, 0.13. Web safe color of #dfd09f is #cccc99. Color #dfd09f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 10011111
Octal 337 320 237
Decimal 223 208 159
Hex DF D0 9F

RGB Percentages of Color #dfd09f

%37.80
%35.25
%26.95

CMYK Percentages of Color #dfd09f

%0
%7
%29
%13

Triadic Colors of #dfd09f

#dfd09f #9fdfd0 #d09fdf

Analogous Colors of #dfd09f

#dfd09f #cedf9f #dfb09f

Monochromatic Colors of #dfd09f

#dfd09f

Complementary Color

#dfd09f #9faedf

#dfd09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd09f Color CSS Codes

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

#dfd09f Text Font Color

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

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


#dfd09f Background Color

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

This div background color is #dfd09f


#dfd09f Border Color

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

This div border color is #dfd09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd09f


Comments

No comments written yet.

Please login to write comment.