#D76A06

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

Shades of Mango Tango #D76A06

Tints of Mango Tango #D76A06

Color information

#D76A06 (or 0xD76A06) is unknown color: approx Mango Tango. HEX triplet: D7, 6A and 06. RGB value is (215,106,6). Sum of RGB (Red+Green+Blue) = 215+106+6=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76A06 is #2895F9. Grayscale: #7F7F7F. Windows color (decimal): -2659834 or 420567. OLE color: 420567.

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

Color convert

RGB2151066-
CMYK00.510.970.16
HSL28.71º94.57%43.33%-
HSV(B)28.71º97.21%84.31%-
XYZ33.2124.773.2-
YUV127.1959.61190.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 65.75%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 6 (2.73% from 255) = 1.83%
R=65.75%
G=32.42%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215106600.510.970.1628.7194.5743.33
HexD76A603361101d5f2b
Octal3271526063141203513753
Binary1101011111010101100110011110000110000111011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76A06; }

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

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

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

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

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

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

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

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