#dd7211

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

Shades of Mango Tango #DD7211

Tints of Mango Tango #DD7211

Color information

#DD7211 (or 0xDD7211) is unknown color: approx Mango Tango. HEX triplet: DD, 72 and 11. RGB value is (221,114,17). Sum of RGB (Red+Green+Blue) = 221+114+17=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7211 is #228DEE. Grayscale: #878787. Windows color (decimal): -2264559 or 1143517. OLE color: 1143517.

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

Color convert

RGB22111417-
CMYK00.480.920.13
HSL28.53º85.71%46.67%-
HSV(B)28.53º92.31%86.67%-
XYZ35.9427.453.93-
YUV134.9361.45189.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.78%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 17 (7.03% from 255) = 4.83%
R=62.78%
G=32.39%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211141700.480.920.1328.5385.7146.67
HexDD72110305CD1d562f
Octal33516221060134153512657
Binary11011101111001010001011000010111001101111011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd7211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd7211; }

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

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

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

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

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

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

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

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