#DFC185

Color #DFC185 Zombie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zombie #DFC185

Tints of Zombie #DFC185

Color information

#DFC185 (or 0xDFC185) is unknown color: approx Zombie. HEX triplet: DF, C1 and 85. RGB value is (223,193,133). Sum of RGB (Red+Green+Blue) = 223+193+133=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC185 is #203E7A. Grayscale: #C3C3C3. Windows color (decimal): -2113147 or 8765919. OLE color: 8765919.

HSL color Cylindrical-coordinate representation of color #DFC185: hue angle of 40º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFC185 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB223193133-
CMYK00.130.400.13
HSL40º58.44%69.8%-
HSV(B)40º40.36%87.45%-
XYZ53.7455.5230.07-
YUV195.1392.94147.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 40.62%
GREEN value IS 193 (75.78% from 255) = 35.15%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=40.62%
G=35.15%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319313300.130.400.134058.4469.8
HexDFC1850D28D283a46
Octal33730120501550155072106
Binary1101111111000001100001010110110100011011010001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC185; }

 p { color: rgb(223,193,133); }

 H1.HeaderClassName
 {
   color: #DFC185;
 }
 .AnyTagClassName
 {
   color: #DFC185;
 }
</style>
background-color css

<style>
 a { background-color: #DFC185; }

 a { background-color: rgb(223,193,133); }

 div.DivClassName
 {
   background-color: #DFC185;
 }
 .BgClassName
 {
   background-color: #DFC185;
 }
</style>
border-color css

<style>
 span { border-color: #DFC185; }

 span { border-color: rgb(223,193,133); }

 td.TdClassName
 {
   border-color: #DFC185;
 }
 .TagClassName
 {
   border-color: #DFC185;
 }
</style>