Color Hex Logo

#dfcc8f Color Hex

#DFCC8F
(223,204,143)
0 Favorites   0 Comments

Color spaces of #dfcc8f

RGB 223204143
HSL0.130.560.72
HSV46°36°87°
CMYK 0.000.090.36   0.13
XYZ56.982260.856934.7299
Yxy60.85690.37350.3989
Hunter Lab78.0108-6.135528.2121
CIE-Lab82.3018-2.111532.8353

#dfcc8f color RGB value is (223,204,143).

#dfcc8f hex color red value is 223, green value is 204 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dfcc8f hue: 0.13 , saturation: 0.56 and the lightness value of dfcc8f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 10001111
Octal 337 314 217
Decimal 223 204 143
Hex DF CC 8F

RGB Percentages of Color #dfcc8f

%39.12
%35.79
%25.09

CMYK Percentages of Color #dfcc8f

%0
%9
%36
%13

Triadic Colors of #dfcc8f

#dfcc8f #8fdfcc #cc8fdf

Analogous Colors of #dfcc8f

#dfcc8f #cadf8f #dfa48f

Monochromatic Colors of #dfcc8f

#dfcc8f

Complementary Color

#dfcc8f #8fa2df

#dfcc8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcc8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcc8f Color CSS Codes

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

#dfcc8f Text Font Color

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

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


#dfcc8f Background Color

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

This div background color is #dfcc8f


#dfcc8f Border Color

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

This div border color is #dfcc8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcc8f


Comments

No comments written yet.

Please login to write comment.