#DD7100

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

Shades of Mango Tango #DD7100

Tints of Mango Tango #DD7100

Color information

#DD7100 (or 0xDD7100) is unknown color: approx Mango Tango. HEX triplet: DD, 71 and 00. RGB value is (221,113,0). Sum of RGB (Red+Green+Blue) = 221+113+0=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7100 is #228EFF. Grayscale: #848484. Windows color (decimal): -2264832 or 29149. OLE color: 29149.

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

Color convert

RGB2211130-
CMYK00.4910.13
HSL30.68º100%43.33%-
HSV(B)30.68º100%86.67%-
XYZ35.7227.183.36-
YUV132.4153.28191.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 66.17%
GREEN value IS 113 (44.53% from 255) = 33.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.17%
G=33.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221113000.4910.1330.6810043.33
HexDD71003164D1f642b
Octal3351610061144153714453
Binary1101110111100010011000111001001101111111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7100; }

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

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

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

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

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

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

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

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