#DD7206

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

Shades of Mango Tango #DD7206

Tints of Mango Tango #DD7206

Color information

#DD7206 (or 0xDD7206) is unknown color: approx Mango Tango. HEX triplet: DD, 72 and 06. RGB value is (221,114,6). Sum of RGB (Red+Green+Blue) = 221+114+6=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7206 is #228DF9. Grayscale: #868686. Windows color (decimal): -2264570 or 422621. OLE color: 422621.

HSL color Cylindrical-coordinate representation of color #DD7206: hue angle of 30.14º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD7206 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB2211146-
CMYK00.480.970.13
HSL30.14º94.71%44.51%-
HSV(B)30.14º97.29%86.67%-
XYZ35.8727.423.57-
YUV133.6855.95190.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 64.81%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 6 (2.73% from 255) = 1.76%
R=64.81%
G=33.43%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221114600.480.970.1330.1494.7144.51
HexDD72603061D1e5f2d
Octal3351626060141153613755
Binary110111011110010110011000011000011101111101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7206; }

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

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

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

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

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

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

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

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