#D76802

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

Shades of Mango Tango #D76802

Tints of Mango Tango #D76802

Color information

#D76802 (or 0xD76802) is unknown color: approx Mango Tango. HEX triplet: D7, 68 and 02. RGB value is (215,104,2). Sum of RGB (Red+Green+Blue) = 215+104+2=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D76802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76802 is #2897FD. Grayscale: #7E7E7E. Windows color (decimal): -2660350 or 157911. OLE color: 157911.

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

Color convert

RGB2151042-
CMYK00.520.990.16
HSL28.73º98.16%42.55%-
HSV(B)28.73º99.07%84.31%-
XYZ32.9924.353.02-
YUV125.5658.27191.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 66.98%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=66.98%
G=32.40%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215104200.520.990.1628.7398.1642.55
HexD768203463101d622b
Octal3271502064143203514253
Binary110101111101000100110100110001110000111011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76802; }

 p { color: rgb(215,104,2); }

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

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

 a { background-color: rgb(215,104,2); }

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

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

 span { border-color: rgb(215,104,2); }

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