#DB8008

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

Shades of Mango Tango #DB8008

Tints of Mango Tango #DB8008

Color information

#DB8008 (or 0xDB8008) is unknown color: approx Mango Tango. HEX triplet: DB, 80 and 08. RGB value is (219,128,8). Sum of RGB (Red+Green+Blue) = 219+128+8=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8008 is #247FF7. Grayscale: #8E8E8E. Windows color (decimal): -2392056 or 557275. OLE color: 557275.

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

Color convert

RGB2191288-
CMYK00.420.960.14
HSL34.12º92.95%44.51%-
HSV(B)34.12º96.35%85.88%-
XYZ36.9830.524.17-
YUV141.5352.65183.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 61.69%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 8 (3.52% from 255) = 2.25%
R=61.69%
G=36.06%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219128800.420.960.1434.1292.9544.51
HexDB80802A60E225d2d
Octal33320010052140164213555
Binary110110111000000010000101010110000011101000101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8008; }

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

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

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

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

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

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

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

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