Color Hex Logo

#dfcc9f Color Hex

#DFCC9F
(223,204,159)
0 Favorites   0 Comments

Color spaces of #dfcc9f

RGB 223204159
HSL0.120.500.75
HSV42°29°87°
CMYK 0.000.090.29   0.13
XYZ58.282361.376941.5760
Yxy61.37690.36150.3807
Hunter Lab78.3434-4.308823.3758
CIE-Lab82.5809-0.132624.8704

#dfcc9f color RGB value is (223,204,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 10011111
Octal 337 314 237
Decimal 223 204 159
Hex DF CC 9F

RGB Percentages of Color #dfcc9f

%38.05
%34.81
%27.13

CMYK Percentages of Color #dfcc9f

%0
%9
%29
%13

Triadic Colors of #dfcc9f

#dfcc9f #9fdfcc #cc9fdf

Analogous Colors of #dfcc9f

#dfcc9f #d2df9f #dfac9f

Monochromatic Colors of #dfcc9f

#dfcc9f

Complementary Color

#dfcc9f #9fb2df

#dfcc9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcc9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcc9f Color CSS Codes

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

#dfcc9f Text Font Color

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

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


#dfcc9f Background Color

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

This div background color is #dfcc9f


#dfcc9f Border Color

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

This div border color is #dfcc9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcc9f


Comments

No comments written yet.

Please login to write comment.