#DD7907

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

Shades of Mango Tango #DD7907

Tints of Mango Tango #DD7907

Color information

#DD7907 (or 0xDD7907) is unknown color: approx Mango Tango. HEX triplet: DD, 79 and 07. RGB value is (221,121,7). Sum of RGB (Red+Green+Blue) = 221+121+7=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 7 (3.12% from 255 or 2.01% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7907 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7907 is #2286F8. Grayscale: #8A8A8A. Windows color (decimal): -2262777 or 489949. OLE color: 489949.

HSL color Cylindrical-coordinate representation of color #DD7907: hue angle of 31.96º degrees, saturation: 0.94, 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 #DD7907 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB2211217-
CMYK00.450.970.13
HSL31.96º93.86%44.71%-
HSV(B)31.96º96.83%86.67%-
XYZ36.6929.063.88-
YUV137.954.13187.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 63.32%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 7 (3.12% from 255) = 2.01%
R=63.32%
G=34.67%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221121700.450.970.1331.9693.8644.71
HexDD79702D61D205e2d
Octal3351717055141154013655
Binary1101110111110011110101101110000111011000001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7907; }

 p { color: rgb(221,121,7); }

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

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

 a { background-color: rgb(221,121,7); }

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

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

 span { border-color: rgb(221,121,7); }

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