#d7770a

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

Shades of Mango Tango #D7770A

Tints of Mango Tango #D7770A

Color information

#D7770A (or 0xD7770A) is unknown color: approx Mango Tango. HEX triplet: D7, 77 and 0A. RGB value is (215,119,10). Sum of RGB (Red+Green+Blue) = 215+119+10=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D7770A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7770A is #2888F5. Grayscale: #878787. Windows color (decimal): -2656502 or 686039. OLE color: 686039.

HSL color Cylindrical-coordinate representation of color #D7770A: hue angle of 31.9º degrees, saturation: 0.91, 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 #D7770A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB21511910-
CMYK00.450.950.16
HSL31.9º91.11%44.12%-
HSV(B)31.9º95.35%84.31%-
XYZ34.6827.663.8-
YUV135.2857.3184.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 62.5%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 10 (4.30% from 255) = 2.91%
R=62.5%
G=34.59%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151191000.450.950.1631.991.1144.12
HexD777A02D5F10205b2c
Octal32716712055137204013354
Binary110101111110111101001011011011111100001000001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7770a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7770a; }

 p { color: rgb(215,119,10); }

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

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

 a { background-color: rgb(215,119,10); }

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

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

 span { border-color: rgb(215,119,10); }

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