#dd7700

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

Shades of Mango Tango #DD7700

Tints of Mango Tango #DD7700

Color information

#DD7700 (or 0xDD7700) is unknown color: approx Mango Tango. HEX triplet: DD, 77 and 00. RGB value is (221,119,0). Sum of RGB (Red+Green+Blue) = 221+119+0=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7700 is #2288FF. Grayscale: #888888. Windows color (decimal): -2263296 or 30685. OLE color: 30685.

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

Color convert

RGB2211190-
CMYK00.4610.13
HSL32.31º100%43.33%-
HSV(B)32.31º100%86.67%-
XYZ36.4228.573.59-
YUV135.9351.29188.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 0 (0.39% from 255) = 0%
R=65%
G=35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221119000.4610.1332.3110043.33
HexDD77002E64D20642b
Octal3351670056144154014453
Binary11011101111011100101110110010011011000001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd7700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd7700; }

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

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

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

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

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

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

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

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