#DD7E00

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

Shades of Mango Tango #DD7E00

Tints of Mango Tango #DD7E00

Color information

#DD7E00 (or 0xDD7E00) is unknown color: approx Mango Tango. HEX triplet: DD, 7E and 00. RGB value is (221,126,0). Sum of RGB (Red+Green+Blue) = 221+126+0=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7E00 is #2281FF. Grayscale: #8C8C8C. Windows color (decimal): -2261504 or 32477. OLE color: 32477.

HSL color Cylindrical-coordinate representation of color #DD7E00: hue angle of 34.21º 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 #DD7E00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB2211260-
CMYK00.4310.13
HSL34.21º100%43.33%-
HSV(B)34.21º100%86.67%-
XYZ37.2830.293.88-
YUV140.0448.97185.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 63.69%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.69%
G=36.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221126000.4310.1334.2110043.33
HexDD7E002B64D22642b
Octal3351760053144154214453
Binary11011101111111000101011110010011011000101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7E00; }

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

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

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

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

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

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

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

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