#D77306

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

Shades of Mango Tango #D77306

Tints of Mango Tango #D77306

Color information

#D77306 (or 0xD77306) is unknown color: approx Mango Tango. HEX triplet: D7, 73 and 06. RGB value is (215,115,6). Sum of RGB (Red+Green+Blue) = 215+115+6=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D77306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77306 is #288CF9. Grayscale: #858585. Windows color (decimal): -2657530 or 422871. OLE color: 422871.

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

Color convert

RGB2151156-
CMYK00.470.970.16
HSL31.29º94.57%43.33%-
HSV(B)31.29º97.21%84.31%-
XYZ34.1926.723.53-
YUV132.4756.63186.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 63.99%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 6 (2.73% from 255) = 1.79%
R=63.99%
G=34.23%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215115600.470.970.1631.2994.5743.33
HexD773602F61101f5f2b
Octal3271636057141203713753
Binary1101011111100111100101111110000110000111111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77306; }

 p { color: rgb(215,115,6); }

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

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

 a { background-color: rgb(215,115,6); }

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

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

 span { border-color: rgb(215,115,6); }

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