#db8002

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

Shades of Mango Tango #DB8002

Tints of Mango Tango #DB8002

Color information

#DB8002 (or 0xDB8002) is unknown color: approx Mango Tango. HEX triplet: DB, 80 and 02. RGB value is (219,128,2). Sum of RGB (Red+Green+Blue) = 219+128+2=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8002 is #247FFD. Grayscale: #8D8D8D. Windows color (decimal): -2392062 or 164059. OLE color: 164059.

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

Color convert

RGB2191282-
CMYK00.420.990.14
HSL34.84º98.19%43.33%-
HSV(B)34.84º99.09%85.88%-
XYZ36.9430.54-
YUV140.8449.65183.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 62.75%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=62.75%
G=36.68%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219128200.420.990.1434.8498.1943.33
HexDB80202A63E23622b
Octal3332002052143164314253
Binary1101101110000000100101010110001111101000111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db8002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db8002; }

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

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

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

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

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

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

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

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