#DCC88F

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

Shades of Zombie #DCC88F

Tints of Zombie #DCC88F

Color information

#DCC88F (or 0xDCC88F) is unknown color: approx Zombie. HEX triplet: DC, C8 and 8F. RGB value is (220,200,143). Sum of RGB (Red+Green+Blue) = 220+200+143=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC88F is #233770. Grayscale: #C7C7C7. Windows color (decimal): -2307953 or 9423068. OLE color: 9423068.

HSL color Cylindrical-coordinate representation of color #DCC88F: hue angle of 44.42º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCC88F is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220200143-
CMYK00.090.350.14
HSL44.42º52.38%71.18%-
HSV(B)44.42º35%86.27%-
XYZ55.1358.5134.37-
YUV199.4896.13142.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 200 (78.52% from 255) = 35.52%
BLUE value IS 143 (56.25% from 255) = 25.40%
R=39.08%
G=35.52%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020014300.090.350.1444.4252.3871.18
HexDCC88F0923E2c3447
Octal33431021701143165464107
Binary1101110011001000100011110100110001111101011001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC88F; }

 p { color: rgb(220,200,143); }

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

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

 a { background-color: rgb(220,200,143); }

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

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

 span { border-color: rgb(220,200,143); }

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