#DFC387

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

Shades of Zombie #DFC387

Tints of Zombie #DFC387

Color information

#DFC387 (or 0xDFC387) is unknown color: approx Zombie. HEX triplet: DF, C3 and 87. RGB value is (223,195,135). Sum of RGB (Red+Green+Blue) = 223+195+135=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 135 (53.12% from 255 or 24.41% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC387 is #203C78. Grayscale: #C4C4C4. Windows color (decimal): -2112633 or 8897503. OLE color: 8897503.

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

Color convert

RGB223195135-
CMYK00.130.390.13
HSL40.91º57.89%70.2%-
HSV(B)40.91º39.46%87.45%-
XYZ54.3256.4730.96-
YUV196.5393.28146.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 195 (76.56% from 255) = 35.26%
BLUE value IS 135 (53.12% from 255) = 24.41%
R=40.33%
G=35.26%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319513500.130.390.1340.9157.8970.2
HexDFC3870D27D293a46
Octal33730320701547155172106
Binary1101111111000011100001110110110011111011010011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC387; }

 p { color: rgb(223,195,135); }

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

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

 a { background-color: rgb(223,195,135); }

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

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

 span { border-color: rgb(223,195,135); }

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