#DD6F03

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

Shades of Mango Tango #DD6F03

Tints of Mango Tango #DD6F03

Color information

#DD6F03 (or 0xDD6F03) is unknown color: approx Mango Tango. HEX triplet: DD, 6F and 03. RGB value is (221,111,3). Sum of RGB (Red+Green+Blue) = 221+111+3=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6F03 is #2290FC. Grayscale: #848484. Windows color (decimal): -2265341 or 225245. OLE color: 225245.

HSL color Cylindrical-coordinate representation of color #DD6F03: hue angle of 29.72º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD6F03 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB2211113-
CMYK00.500.990.13
HSL29.72º97.32%43.92%-
HSV(B)29.72º98.64%86.67%-
XYZ35.5226.753.38-
YUV131.5855.44191.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.97%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 3 (1.56% from 255) = 0.90%
R=65.97%
G=33.13%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221111300.500.990.1329.7297.3243.92
HexDD6F303263D1e612c
Octal3351573062143153614154
Binary11011101110111111011001011000111101111101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6F03; }

 p { color: rgb(221,111,3); }

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

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

 a { background-color: rgb(221,111,3); }

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

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

 span { border-color: rgb(221,111,3); }

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