#DD7711

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

Shades of Mango Tango #DD7711

Tints of Mango Tango #DD7711

Color information

#DD7711 (or 0xDD7711) is unknown color: approx Mango Tango. HEX triplet: DD, 77 and 11. RGB value is (221,119,17). Sum of RGB (Red+Green+Blue) = 221+119+17=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7711 is #2288EE. Grayscale: #8A8A8A. Windows color (decimal): -2263279 or 1144797. OLE color: 1144797.

HSL color Cylindrical-coordinate representation of color #DD7711: hue angle of 30º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD7711 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22111917-
CMYK00.460.920.13
HSL30º85.71%46.67%-
HSV(B)30º92.31%86.67%-
XYZ36.5228.614.13-
YUV137.8759.79187.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.90%
GREEN value IS 119 (46.88% from 255) = 33.33%
BLUE value IS 17 (7.03% from 255) = 4.76%
R=61.90%
G=33.33%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211191700.460.920.133085.7146.67
HexDD771102E5CD1e562f
Octal33516721056134153612657
Binary11011101111011110001010111010111001101111101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7711; }

 p { color: rgb(221,119,17); }

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

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

 a { background-color: rgb(221,119,17); }

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

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

 span { border-color: rgb(221,119,17); }

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