#DBC288

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

Shades of Zombie #DBC288

Tints of Zombie #DBC288

Color information

#DBC288 (or 0xDBC288) is unknown color: approx Zombie. HEX triplet: DB, C2 and 88. RGB value is (219,194,136). Sum of RGB (Red+Green+Blue) = 219+194+136=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC288 is #243D77. Grayscale: #C3C3C3. Windows color (decimal): -2375032 or 8962779. OLE color: 8962779.

HSL color Cylindrical-coordinate representation of color #DBC288: hue angle of 41.93º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBC288 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB219194136-
CMYK00.110.380.14
HSL41.93º53.55%69.61%-
HSV(B)41.93º37.9%85.88%-
XYZ52.9555.4231.2-
YUV194.8694.78145.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.89%
GREEN value IS 194 (76.17% from 255) = 35.34%
BLUE value IS 136 (53.52% from 255) = 24.77%
R=39.89%
G=35.34%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919413600.110.380.1441.9353.5569.61
HexDBC2880B26E2a3646
Octal33330221001346165266106
Binary1101101111000010100010000101110011011101010101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC288; }

 p { color: rgb(219,194,136); }

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

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

 a { background-color: rgb(219,194,136); }

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

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

 span { border-color: rgb(219,194,136); }

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