#DBC88D

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

Shades of Zombie #DBC88D

Tints of Zombie #DBC88D

Color information

#DBC88D (or 0xDBC88D) is unknown color: approx Zombie. HEX triplet: DB, C8 and 8D. RGB value is (219,200,141). Sum of RGB (Red+Green+Blue) = 219+200+141=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC88D is #243772. Grayscale: #C7C7C7. Windows color (decimal): -2373491 or 9291995. OLE color: 9291995.

HSL color Cylindrical-coordinate representation of color #DBC88D: hue angle of 45.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBC88D is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB219200141-
CMYK00.090.360.14
HSL45.38º52%70.59%-
HSV(B)45.38º35.62%85.88%-
XYZ54.6858.2933.57-
YUV198.9695.29142.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 200 (78.52% from 255) = 35.71%
BLUE value IS 141 (55.47% from 255) = 25.18%
R=39.11%
G=35.71%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920014100.090.360.1445.385270.59
HexDBC88D0924E2d3447
Octal33331021501144165564107
Binary1101101111001000100011010100110010011101011011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC88D; }

 p { color: rgb(219,200,141); }

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

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

 a { background-color: rgb(219,200,141); }

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

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

 span { border-color: rgb(219,200,141); }

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