#D9C78D

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

Shades of Zombie #D9C78D

Tints of Zombie #D9C78D

Color information

#D9C78D (or 0xD9C78D) is unknown color: approx Zombie. HEX triplet: D9, C7 and 8D. RGB value is (217,199,141). Sum of RGB (Red+Green+Blue) = 217+199+141=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C78D is #263872. Grayscale: #C6C6C6. Windows color (decimal): -2504819 or 9291737. OLE color: 9291737.

HSL color Cylindrical-coordinate representation of color #D9C78D: hue angle of 45.79º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9C78D is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217199141-
CMYK00.080.350.15
HSL45.79º50%70.2%-
HSV(B)45.79º35.02%85.1%-
XYZ53.8557.5233.46-
YUV197.7795.96141.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 199 (78.12% from 255) = 35.73%
BLUE value IS 141 (55.47% from 255) = 25.31%
R=38.96%
G=35.73%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719914100.080.350.1545.795070.2
HexD9C78D0823F2e3246
Octal33130721501043175662106
Binary1101100111000111100011010100010001111111011101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C78D; }

 p { color: rgb(217,199,141); }

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

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

 a { background-color: rgb(217,199,141); }

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

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

 span { border-color: rgb(217,199,141); }

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