#D4770A

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

Shades of Mango Tango #D4770A

Tints of Mango Tango #D4770A

Color information

#D4770A (or 0xD4770A) is unknown color: approx Mango Tango. HEX triplet: D4, 77 and 0A. RGB value is (212,119,10). Sum of RGB (Red+Green+Blue) = 212+119+10=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4770A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4770A is #2B88F5. Grayscale: #868686. Windows color (decimal): -2853110 or 686036. OLE color: 686036.

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

Color convert

RGB21211910-
CMYK00.440.950.17
HSL32.38º90.99%43.53%-
HSV(B)32.38º95.28%83.14%-
XYZ33.827.213.76-
YUV134.3857.81183.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 62.17%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 10 (4.30% from 255) = 2.93%
R=62.17%
G=34.90%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.95
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121191000.440.950.1732.3890.9943.53
HexD477A02C5F11205b2c
Octal32416712054137214013354
Binary110101001110111101001011001011111100011000001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4770A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4770A; }

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

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

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

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

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

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

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

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