#D6C190

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

Shades of Zombie #D6C190

Tints of Zombie #D6C190

Color information

#D6C190 (or 0xD6C190) is unknown color: approx Zombie. HEX triplet: D6, C1 and 90. RGB value is (214,193,144). Sum of RGB (Red+Green+Blue) = 214+193+144=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C190 is #293E6F. Grayscale: #C1C1C1. Windows color (decimal): -2702960 or 9486806. OLE color: 9486806.

HSL color Cylindrical-coordinate representation of color #D6C190: hue angle of 42º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6C190 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB214193144-
CMYK00.100.330.16
HSL42º46.05%70.2%-
HSV(B)42º32.71%83.92%-
XYZ51.8454.4534.16-
YUV193.6999.96142.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.84%
GREEN value IS 193 (75.78% from 255) = 35.03%
BLUE value IS 144 (56.64% from 255) = 26.13%
R=38.84%
G=35.03%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419314400.100.330.164246.0570.2
HexD6C1900A21102a2e46
Octal32630122001241205256106
Binary11010110110000011001000001010100001100001010101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C190; }

 p { color: rgb(214,193,144); }

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

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

 a { background-color: rgb(214,193,144); }

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

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

 span { border-color: rgb(214,193,144); }

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