#DD6500

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

Shades of Mango Tango #DD6500

Tints of Mango Tango #DD6500

Color information

#DD6500 (or 0xDD6500) is unknown color: approx Mango Tango. HEX triplet: DD, 65 and 00. RGB value is (221,101,0). Sum of RGB (Red+Green+Blue) = 221+101+0=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6500 is #229AFF. Grayscale: #7D7D7D. Windows color (decimal): -2267904 or 26077. OLE color: 26077.

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

Color convert

RGB2211010-
CMYK00.5410.13
HSL27.42º100%43.33%-
HSV(B)27.42º100%86.67%-
XYZ34.4724.682.95-
YUV125.3757.26196.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 68.63%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.63%
G=31.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221101000.5410.1327.4210043.33
HexDD65003664D1b642b
Octal3351450066144153314453
Binary1101110111001010011011011001001101110111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6500; }

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

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

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

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

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

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

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

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