#dd8200

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

Shades of Mango Tango #DD8200

Tints of Mango Tango #DD8200

Color information

#DD8200 (or 0xDD8200) is unknown color: approx Mango Tango. HEX triplet: DD, 82 and 00. RGB value is (221,130,0). Sum of RGB (Red+Green+Blue) = 221+130+0=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8200 is #227DFF. Grayscale: #8F8F8F. Windows color (decimal): -2260480 or 33501. OLE color: 33501.

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

Color convert

RGB2211300-
CMYK00.4110.13
HSL35.29º100%43.33%-
HSV(B)35.29º100%86.67%-
XYZ37.831.344.06-
YUV142.3947.65184.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.96%
GREEN value IS 130 (51.17% from 255) = 37.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.96%
G=37.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221130000.4110.1335.2910043.33
HexDD82002964D23642b
Octal3352020051144154314453
Binary110111011000001000101001110010011011000111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd8200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd8200; }

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

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

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

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

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

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

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

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