#D6C38D

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

Shades of Zombie #D6C38D

Tints of Zombie #D6C38D

Color information

#D6C38D (or 0xD6C38D) is unknown color: approx Zombie. HEX triplet: D6, C3 and 8D. RGB value is (214,195,141). Sum of RGB (Red+Green+Blue) = 214+195+141=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C38D is #293C72. Grayscale: #C2C2C2. Windows color (decimal): -2702451 or 9290710. OLE color: 9290710.

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

Color convert

RGB214195141-
CMYK00.090.340.16
HSL44.38º47.1%69.61%-
HSV(B)44.38º34.11%83.92%-
XYZ52.0555.2533.12-
YUV194.5297.79141.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 195 (76.56% from 255) = 35.45%
BLUE value IS 141 (55.47% from 255) = 25.64%
R=38.91%
G=35.45%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419514100.090.340.1644.3847.169.61
HexD6C38D0922102c2f46
Octal32630321501142205457106
Binary11010110110000111000110101001100010100001011001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C38D; }

 p { color: rgb(214,195,141); }

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

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

 a { background-color: rgb(214,195,141); }

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

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

 span { border-color: rgb(214,195,141); }

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