#D16E00

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

Shades of Mango Tango #D16E00

Tints of Mango Tango #D16E00

Color information

#D16E00 (or 0xD16E00) is unknown color: approx Mango Tango. HEX triplet: D1, 6E and 00. RGB value is (209,110,0). Sum of RGB (Red+Green+Blue) = 209+110+0=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16E00 is #2E91FF. Grayscale: #7F7F7F. Windows color (decimal): -3052032 or 28369. OLE color: 28369.

HSL color Cylindrical-coordinate representation of color #D16E00: hue angle of 31.58º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D16E00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB2091100-
CMYK00.4710.18
HSL31.58º100%40.98%-
HSV(B)31.58º100%81.96%-
XYZ31.8724.713.09-
YUV127.0656.3186.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 65.52%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.52%
G=34.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209110000.4710.1831.5810040.98
HexD16E002F6412206429
Octal3211560057144224014451
Binary110100011101110001011111100100100101000001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16E00; }

 p { color: rgb(209,110,0); }

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

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

 a { background-color: rgb(209,110,0); }

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

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

 span { border-color: rgb(209,110,0); }

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