color codes Logo

#dfc99c color codes

#DFC99C
(223,201,156)
0 Favorites   0 Comments

Color spaces of #dfc99c

RGB 223201156
HSL0.110.510.74
HSV40°30°87°
CMYK 0.000.100.30   0.13
XYZ57.318859.861639.9859
Yxy59.86160.36470.3809
Hunter Lab77.3703-3.158523.5174
CIE-Lab81.76291.039625.3339

#dfc99c color RGB value is (223,201,156).

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

The process color (four color CMYK) of #dfc99c color code is 0.00, 0.10, 0.30, 0.13. Web safe color of #dfc99c is #cccc99. Color #dfc99c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 10011100
Octal 337 311 234
Decimal 223 201 156
Hex DF C9 9C

RGB Percentages of Color #dfc99c

%38.45
%34.66
%26.90

CMYK Percentages of Color #dfc99c

%0
%10
%30
%13

Triadic Colors of #dfc99c

#dfc99c #9cdfc9 #c99cdf

Analogous Colors of #dfc99c

#dfc99c #d4df9c #dfa89c

Monochromatic Colors of #dfc99c

#dfc99c

Complementary Color

#dfc99c #9cb2df

#dfc99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc99c Color CSS Codes

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

#dfc99c Text Font Color

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

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


#dfc99c Background Color

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

This div background color is #dfc99c


#dfc99c Border Color

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

This div border color is #dfc99c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc99c


Comments

No comments written yet.

Please login to write comment.