#DCC68A

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

Shades of Zombie #DCC68A

Tints of Zombie #DCC68A

Color information

#DCC68A (or 0xDCC68A) is unknown color: approx Zombie. HEX triplet: DC, C6 and 8A. RGB value is (220,198,138). Sum of RGB (Red+Green+Blue) = 220+198+138=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC68A is #233975. Grayscale: #C6C6C6. Windows color (decimal): -2308470 or 9094876. OLE color: 9094876.

HSL color Cylindrical-coordinate representation of color #DCC68A: hue angle of 43.9º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCC68A is Cyan = 0, Magento = 0.1, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB220198138-
CMYK00.10.370.14
HSL43.9º53.95%70.2%-
HSV(B)43.9º37.27%86.27%-
XYZ54.357.4432.27-
YUV197.7494.29143.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 198 (77.73% from 255) = 35.61%
BLUE value IS 138 (54.30% from 255) = 24.82%
R=39.57%
G=35.61%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019813800.10.370.1443.953.9570.2
HexDCC68A0A25E2c3646
Octal33430621201245165466106
Binary1101110011000110100010100101010010111101011001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC68A; }

 p { color: rgb(220,198,138); }

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

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

 a { background-color: rgb(220,198,138); }

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

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

 span { border-color: rgb(220,198,138); }

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