#DB7406

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

Shades of Mango Tango #DB7406

Tints of Mango Tango #DB7406

Color information

#DB7406 (or 0xDB7406) is unknown color: approx Mango Tango. HEX triplet: DB, 74 and 06. RGB value is (219,116,6). Sum of RGB (Red+Green+Blue) = 219+116+6=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7406 is #248BF9. Grayscale: #868686. Windows color (decimal): -2395130 or 423131. OLE color: 423131.

HSL color Cylindrical-coordinate representation of color #DB7406: hue angle of 30.99º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB7406 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB2191166-
CMYK00.470.970.14
HSL30.99º94.67%44.12%-
HSV(B)30.99º97.26%85.88%-
XYZ35.4927.563.62-
YUV134.2655.62188.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 64.22%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 6 (2.73% from 255) = 1.76%
R=64.22%
G=34.02%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219116600.470.970.1430.9994.6744.12
HexDB74602F61E1f5f2c
Octal3331646057141163713754
Binary110110111110100110010111111000011110111111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7406; }

 p { color: rgb(219,116,6); }

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

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

 a { background-color: rgb(219,116,6); }

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

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

 span { border-color: rgb(219,116,6); }

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