#DCC581

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

Shades of Zombie #DCC581

Tints of Zombie #DCC581

Color information

#DCC581 (or 0xDCC581) is unknown color: approx Zombie. HEX triplet: DC, C5 and 81. RGB value is (220,197,129). Sum of RGB (Red+Green+Blue) = 220+197+129=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC581 is #233A7E. Grayscale: #C4C4C4. Windows color (decimal): -2308735 or 8504796. OLE color: 8504796.

HSL color Cylindrical-coordinate representation of color #DCC581: hue angle of 44.84º 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 #DCC581 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB220197129-
CMYK00.100.410.14
HSL44.84º56.52%68.43%-
HSV(B)44.84º41.36%86.27%-
XYZ53.4456.7328.9-
YUV196.1290.12145.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 197 (77.34% from 255) = 36.08%
BLUE value IS 129 (50.78% from 255) = 23.63%
R=40.29%
G=36.08%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019712900.100.410.1444.8456.5268.43
HexDCC5810A29E2d3944
Octal33430520101251165571104
Binary1101110011000101100000010101010100111101011011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC581; }

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

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

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

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

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

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

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

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