#DD6E00

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

Shades of Mango Tango #DD6E00

Tints of Mango Tango #DD6E00

Color information

#DD6E00 (or 0xDD6E00) is unknown color: approx Mango Tango. HEX triplet: DD, 6E and 00. RGB value is (221,110,0). Sum of RGB (Red+Green+Blue) = 221+110+0=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6E00 is #2291FF. Grayscale: #838383. Windows color (decimal): -2265600 or 28381. OLE color: 28381.

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

Color convert

RGB2211100-
CMYK00.5010.13
HSL29.86º100%43.33%-
HSV(B)29.86º100%86.67%-
XYZ35.3926.523.25-
YUV130.6554.27192.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 66.77%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.77%
G=33.23%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221110000.5010.1329.8610043.33
HexDD6E003264D1e642b
Octal3351560062144153614453
Binary1101110111011100011001011001001101111101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6E00; }

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

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

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

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

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

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

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

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