#DD8303

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

Shades of Mango Tango #DD8303

Tints of Mango Tango #DD8303

Color information

#DD8303 (or 0xDD8303) is unknown color: approx Mango Tango. HEX triplet: DD, 83 and 03. RGB value is (221,131,3). Sum of RGB (Red+Green+Blue) = 221+131+3=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8303 is #227CFC. Grayscale: #8F8F8F. Windows color (decimal): -2260221 or 230365. OLE color: 230365.

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

Color convert

RGB2211313-
CMYK00.410.990.13
HSL35.23º97.32%43.92%-
HSV(B)35.23º98.64%86.67%-
XYZ37.9531.614.19-
YUV143.3248.82183.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.25%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 3 (1.56% from 255) = 0.85%
R=62.25%
G=36.90%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221131300.410.990.1335.2397.3243.92
HexDD83302963D23612c
Octal3352033051143154314154
Binary1101110110000011110101001110001111011000111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8303; }

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

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

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

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

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

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

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

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