#D77406

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

Shades of Mango Tango #D77406

Tints of Mango Tango #D77406

Color information

#D77406 (or 0xD77406) is unknown color: approx Mango Tango. HEX triplet: D7, 74 and 06. RGB value is (215,116,6). Sum of RGB (Red+Green+Blue) = 215+116+6=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D77406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77406 is #288BF9. Grayscale: #858585. Windows color (decimal): -2657274 or 423127. OLE color: 423127.

HSL color Cylindrical-coordinate representation of color #D77406: hue angle of 31.58º 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 #D77406 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB2151166-
CMYK00.460.970.16
HSL31.58º94.57%43.33%-
HSV(B)31.58º97.21%84.31%-
XYZ34.326.953.57-
YUV133.0656.3186.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 63.80%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 6 (2.73% from 255) = 1.78%
R=63.80%
G=34.42%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215116600.460.970.1631.5894.5743.33
HexD774602E6110205f2b
Octal3271646056141204013753
Binary11010111111010011001011101100001100001000001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77406; }

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

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

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

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

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

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

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

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