#DD7104

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

Shades of Mango Tango #DD7104

Tints of Mango Tango #DD7104

Color information

#DD7104 (or 0xDD7104) is unknown color: approx Mango Tango. HEX triplet: DD, 71 and 04. RGB value is (221,113,4). Sum of RGB (Red+Green+Blue) = 221+113+4=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7104 is #228EFB. Grayscale: #858585. Windows color (decimal): -2264828 or 291293. OLE color: 291293.

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

Color convert

RGB2211134-
CMYK00.490.980.13
HSL30.14º96.44%44.12%-
HSV(B)30.14º98.19%86.67%-
XYZ35.7527.193.48-
YUV132.8755.28190.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.38%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 4 (1.95% from 255) = 1.18%
R=65.38%
G=33.43%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221113400.490.980.1330.1496.4444.12
HexDD71403162D1e602c
Octal3351614061142153614054
Binary110111011110001100011000111000101101111101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7104; }

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

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

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

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

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

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

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

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