#dcc37f

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

Shades of Zombie #DCC37F

Tints of Zombie #DCC37F

Color information

#DCC37F (or 0xDCC37F) is unknown color: approx Zombie. HEX triplet: DC, C3 and 7F. RGB value is (220,195,127). Sum of RGB (Red+Green+Blue) = 220+195+127=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC37F is #233C80. Grayscale: #C3C3C3. Windows color (decimal): -2309249 or 8373212. OLE color: 8373212.

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

Color convert

RGB220195127-
CMYK00.110.420.14
HSL43.87º57.06%68.04%-
HSV(B)43.87º42.27%86.27%-
XYZ52.8655.7828.06-
YUV194.7289.78146.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 195 (76.56% from 255) = 35.98%
BLUE value IS 127 (50% from 255) = 23.43%
R=40.59%
G=35.98%
B=23.43%

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
Decimal22019512700.110.420.1443.8757.0668.04
HexDCC37F0B2AE2c3944
Octal33430317701352165471104
Binary110111001100001111111110101110101011101011001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcc37f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcc37f; }

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

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

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

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

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

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

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

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