#DD7103

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

Shades of Mango Tango #DD7103

Tints of Mango Tango #DD7103

Color information

#DD7103 (or 0xDD7103) is unknown color: approx Mango Tango. HEX triplet: DD, 71 and 03. RGB value is (221,113,3). Sum of RGB (Red+Green+Blue) = 221+113+3=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7103 is #228EFC. Grayscale: #858585. Windows color (decimal): -2264829 or 225757. OLE color: 225757.

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

Color convert

RGB2211133-
CMYK00.490.990.13
HSL30.28º97.32%43.92%-
HSV(B)30.28º98.64%86.67%-
XYZ35.7427.193.45-
YUV132.7554.78190.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.58%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 3 (1.56% from 255) = 0.89%
R=65.58%
G=33.53%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221113300.490.990.1330.2897.3243.92
HexDD71303163D1e612c
Octal3351613061143153614154
Binary11011101111000111011000111000111101111101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7103; }

 p { color: rgb(221,113,3); }

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

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

 a { background-color: rgb(221,113,3); }

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

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

 span { border-color: rgb(221,113,3); }

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