#DD8000

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

Shades of Mango Tango #DD8000

Tints of Mango Tango #DD8000

Color information

#DD8000 (or 0xDD8000) is unknown color: approx Mango Tango. HEX triplet: DD, 80 and 00. RGB value is (221,128,0). Sum of RGB (Red+Green+Blue) = 221+128+0=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8000 is #227FFF. Grayscale: #8D8D8D. Windows color (decimal): -2260992 or 32989. OLE color: 32989.

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

Color convert

RGB2211280-
CMYK00.4210.13
HSL34.75º100%43.33%-
HSV(B)34.75º100%86.67%-
XYZ37.5430.813.97-
YUV141.2148.31184.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 63.32%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.32%
G=36.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221128000.4210.1334.7510043.33
HexDD80002A64D23642b
Octal3352000052144154314453
Binary110111011000000000101010110010011011000111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8000; }

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

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

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

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

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

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

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

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