#D7750B

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

Shades of Mango Tango #D7750B

Tints of Mango Tango #D7750B

Color information

#D7750B (or 0xD7750B) is unknown color: approx Mango Tango. HEX triplet: D7, 75 and 0B. RGB value is (215,117,11). Sum of RGB (Red+Green+Blue) = 215+117+11=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D7750B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7750B is #288AF4. Grayscale: #868686. Windows color (decimal): -2657013 or 751063. OLE color: 751063.

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

Color convert

RGB21511711-
CMYK00.460.950.16
HSL31.18º90.27%44.31%-
HSV(B)31.18º94.88%84.31%-
XYZ34.4527.193.75-
YUV134.2258.47185.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 62.68%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 11 (4.69% from 255) = 3.21%
R=62.68%
G=34.11%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151171100.460.950.1631.1890.2744.31
HexD775B02E5F101f5a2c
Octal32716513056137203713254
Binary11010111111010110110101110101111110000111111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7750B; }

 p { color: rgb(215,117,11); }

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

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

 a { background-color: rgb(215,117,11); }

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

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

 span { border-color: rgb(215,117,11); }

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