#DBC180

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

Shades of Zombie #DBC180

Tints of Zombie #DBC180

Color information

#DBC180 (or 0xDBC180) is unknown color: approx Zombie. HEX triplet: DB, C1 and 80. RGB value is (219,193,128). Sum of RGB (Red+Green+Blue) = 219+193+128=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC180 is #243E7F. Grayscale: #C1C1C1. Windows color (decimal): -2375296 or 8438235. OLE color: 8438235.

HSL color Cylindrical-coordinate representation of color #DBC180: hue angle of 42.86º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBC180 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB219193128-
CMYK00.120.420.14
HSL42.86º55.83%68.04%-
HSV(B)42.86º41.55%85.88%-
XYZ52.1854.7628.24-
YUV193.3691.11146.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.56%
GREEN value IS 193 (75.78% from 255) = 35.74%
BLUE value IS 128 (50.39% from 255) = 23.70%
R=40.56%
G=35.74%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919312800.120.420.1442.8655.8368.04
HexDBC1800C2AE2b3844
Octal33330120001452165370104
Binary1101101111000001100000000110010101011101010111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC180; }

 p { color: rgb(219,193,128); }

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

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

 a { background-color: rgb(219,193,128); }

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

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

 span { border-color: rgb(219,193,128); }

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