#D9C47D

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

Shades of Zombie #D9C47D

Tints of Zombie #D9C47D

Color information

#D9C47D (or 0xD9C47D) is unknown color: approx Zombie. HEX triplet: D9, C4 and 7D. RGB value is (217,196,125). Sum of RGB (Red+Green+Blue) = 217+196+125=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C47D is #263B82. Grayscale: #C2C2C2. Windows color (decimal): -2505603 or 8242393. OLE color: 8242393.

HSL color Cylindrical-coordinate representation of color #D9C47D: hue angle of 46.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9C47D is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB217196125-
CMYK00.100.420.15
HSL46.3º54.76%67.06%-
HSV(B)46.3º42.4%85.1%-
XYZ52.0655.7127.41-
YUV194.1888.96144.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.33%
GREEN value IS 196 (76.95% from 255) = 36.43%
BLUE value IS 125 (49.22% from 255) = 23.23%
R=40.33%
G=36.43%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719612500.100.420.1546.354.7667.06
HexD9C47D0A2AF2e3743
Octal33130417501252175667103
Binary110110011100010011111010101010101011111011101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C47D; }

 p { color: rgb(217,196,125); }

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

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

 a { background-color: rgb(217,196,125); }

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

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

 span { border-color: rgb(217,196,125); }

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