#DCC380

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

Shades of Zombie #DCC380

Tints of Zombie #DCC380

Color information

#DCC380 (or 0xDCC380) is unknown color: approx Zombie. HEX triplet: DC, C3 and 80. RGB value is (220,195,128). Sum of RGB (Red+Green+Blue) = 220+195+128=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC380 is #233C7F. Grayscale: #C3C3C3. Windows color (decimal): -2309248 or 8438748. OLE color: 8438748.

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

Color convert

RGB220195128-
CMYK00.110.420.14
HSL43.7º56.79%68.24%-
HSV(B)43.7º41.82%86.27%-
XYZ52.9355.828.4-
YUV194.8490.28145.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 195 (76.56% from 255) = 35.91%
BLUE value IS 128 (50.39% from 255) = 23.57%
R=40.52%
G=35.91%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019512800.110.420.1443.756.7968.24
HexDCC3800B2AE2c3944
Octal33430320001352165471104
Binary1101110011000011100000000101110101011101011001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC380; }

 p { color: rgb(220,195,128); }

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

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

 a { background-color: rgb(220,195,128); }

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

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

 span { border-color: rgb(220,195,128); }

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