Color Hex Logo

#dfd99c Color Hex

#DFD99C
(223,217,156)
0 Favorites   0 Comments

Color spaces of #dfd99c

RGB 223217156
HSL0.150.510.74
HSV55°30°87°
CMYK 0.000.030.30   0.13
XYZ61.245067.714041.2946
Yxy67.71400.35970.3977
Hunter Lab82.2885-11.152427.8486
CIE-Lab85.8632-7.201330.8577

#dfd99c color RGB value is (223,217,156).

#dfd99c hex color red value is 223, green value is 217 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dfd99c hue: 0.15 , saturation: 0.51 and the lightness value of dfd99c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 10011100
Octal 337 331 234
Decimal 223 217 156
Hex DF D9 9C

RGB Percentages of Color #dfd99c

%37.42
%36.41
%26.17

CMYK Percentages of Color #dfd99c

%0
%3
%30
%13

Triadic Colors of #dfd99c

#dfd99c #9cdfd9 #d99cdf

Analogous Colors of #dfd99c

#dfd99c #c4df9c #dfb89c

Monochromatic Colors of #dfd99c

#dfd99c

Complementary Color

#dfd99c #9ca2df

#dfd99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd99c Color CSS Codes

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

#dfd99c Text Font Color

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

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


#dfd99c Background Color

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

This div background color is #dfd99c


#dfd99c Border Color

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

This div border color is #dfd99c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd99c


Comments

No comments written yet.

Please login to write comment.