#DCC381

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

Shades of Zombie #DCC381

Tints of Zombie #DCC381

Color information

#DCC381 (or 0xDCC381) is unknown color: approx Zombie. HEX triplet: DC, C3 and 81. RGB value is (220,195,129). Sum of RGB (Red+Green+Blue) = 220+195+129=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 129 (50.78% from 255 or 23.71% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC381 is #233C7E. Grayscale: #C3C3C3. Windows color (decimal): -2309247 or 8504284. OLE color: 8504284.

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

Color convert

RGB220195129-
CMYK00.110.410.14
HSL43.52º56.52%68.43%-
HSV(B)43.52º41.36%86.27%-
XYZ52.9955.8328.75-
YUV194.9590.78145.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 195 (76.56% from 255) = 35.85%
BLUE value IS 129 (50.78% from 255) = 23.71%
R=40.44%
G=35.85%
B=23.71%

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
Decimal22019512900.110.410.1443.5256.5268.43
HexDCC3810B29E2c3944
Octal33430320101351165471104
Binary1101110011000011100000010101110100111101011001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC381; }

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

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

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

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

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

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

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

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