#DD7C11

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

Shades of Mango Tango #DD7C11

Tints of Mango Tango #DD7C11

Color information

#DD7C11 (or 0xDD7C11) is unknown color: approx Mango Tango. HEX triplet: DD, 7C and 11. RGB value is (221,124,17). Sum of RGB (Red+Green+Blue) = 221+124+17=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7C11 is #2283EE. Grayscale: #8D8D8D. Windows color (decimal): -2261999 or 1146077. OLE color: 1146077.

HSL color Cylindrical-coordinate representation of color #DD7C11: hue angle of 31.47º 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 #DD7C11 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22112417-
CMYK00.440.920.13
HSL31.47º85.71%46.67%-
HSV(B)31.47º92.31%86.67%-
XYZ37.1329.834.33-
YUV140.858.14185.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.05%
GREEN value IS 124 (48.83% from 255) = 34.25%
BLUE value IS 17 (7.03% from 255) = 4.70%
R=61.05%
G=34.25%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211241700.440.920.1331.4785.7146.67
HexDD7C1102C5CD1f562f
Octal33517421054134153712657
Binary11011101111110010001010110010111001101111111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C11; }

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

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

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

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

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

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

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

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