#DCC481

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

Shades of Zombie #DCC481

Tints of Zombie #DCC481

Color information

#DCC481 (or 0xDCC481) is unknown color: approx Zombie. HEX triplet: DC, C4 and 81. RGB value is (220,196,129). Sum of RGB (Red+Green+Blue) = 220+196+129=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC481 is #233B7E. Grayscale: #C3C3C3. Windows color (decimal): -2308991 or 8504540. OLE color: 8504540.

HSL color Cylindrical-coordinate representation of color #DCC481: hue angle of 44.18º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCC481 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB220196129-
CMYK00.110.410.14
HSL44.18º56.52%68.43%-
HSV(B)44.18º41.36%86.27%-
XYZ53.2256.2828.83-
YUV195.5490.45145.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 129 (50.78% from 255) = 23.67%
R=40.37%
G=35.96%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019612900.110.410.1444.1856.5268.43
HexDCC4810B29E2c3944
Octal33430420101351165471104
Binary1101110011000100100000010101110100111101011001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC481; }

 p { color: rgb(220,196,129); }

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

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

 a { background-color: rgb(220,196,129); }

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

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

 span { border-color: rgb(220,196,129); }

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