#D8750A

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

Shades of Mango Tango #D8750A

Tints of Mango Tango #D8750A

Color information

#D8750A (or 0xD8750A) is unknown color: approx Mango Tango. HEX triplet: D8, 75 and 0A. RGB value is (216,117,10). Sum of RGB (Red+Green+Blue) = 216+117+10=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D8750A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8750A is #278AF5. Grayscale: #868686. Windows color (decimal): -2591478 or 685528. OLE color: 685528.

HSL color Cylindrical-coordinate representation of color #D8750A: hue angle of 31.17º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8750A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB21611710-
CMYK00.460.950.15
HSL31.17º91.15%44.31%-
HSV(B)31.17º95.37%84.71%-
XYZ34.7327.343.73-
YUV134.457.8186.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 62.97%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 10 (4.30% from 255) = 2.92%
R=62.97%
G=34.11%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161171000.460.950.1531.1791.1544.31
HexD875A02E5FF1f5b2c
Octal33016512056137173713354
Binary1101100011101011010010111010111111111111111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8750A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8750A; }

 p { color: rgb(216,117,10); }

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

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

 a { background-color: rgb(216,117,10); }

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

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

 span { border-color: rgb(216,117,10); }

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