Color Hex Logo

#dfd89f Color Hex

#DFD89F
(223,216,159)
0 Favorites   0 Comments

Color spaces of #dfd89f

RGB 223216159
HSL0.150.500.75
HSV53°29°87°
CMYK 0.000.030.29   0.13
XYZ61.245367.302942.5637
Yxy67.30290.35790.3933
Hunter Lab82.0383-10.308926.6656
CIE-Lab85.6567-6.310229.0334

#dfd89f color RGB value is (223,216,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 10011111
Octal 337 330 237
Decimal 223 216 159
Hex DF D8 9F

RGB Percentages of Color #dfd89f

%37.29
%36.12
%26.59

CMYK Percentages of Color #dfd89f

%0
%3
%29
%13

Triadic Colors of #dfd89f

#dfd89f #9fdfd8 #d89fdf

Analogous Colors of #dfd89f

#dfd89f #c6df9f #dfb89f

Monochromatic Colors of #dfd89f

#dfd89f

Complementary Color

#dfd89f #9fa6df

#dfd89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd89f Color CSS Codes

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

#dfd89f Text Font Color

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

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


#dfd89f Background Color

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

This div background color is #dfd89f


#dfd89f Border Color

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

This div border color is #dfd89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd89f


Comments

No comments written yet.

Please login to write comment.