Html Css Color HEX #DD8210 Mango Tango

📋 copy color: '#DD8210'

red 221 ◦ green 130 ◦ blue 16

#DD8210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mango Tango #DD8210

Tints of Mango Tango #DD8210

RGB

 RED value IS 221 (86.72% from 255) = 60.22%

 GREEN value IS 130 (51.17% from 255) = 35.42%

 BLUE value IS 16 (6.64% from 255) = 4.36%

R = 60.22%
G = 35.42%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD8210 (or 0xDD8210) is known color: Mango Tango. HEX triplet: DD, 82 and 10. RGB value is (221,130,16). Sum of RGB (Red+Green+Blue) = 221+130+16=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8210 is #227DEF. Grayscale: #909090. Windows color (decimal): -2260464 or 1082077. OLE color: 1082077.

HSL color Cylindrical-coordinate representation of color #DD8210: hue angle of 33.37º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD8210 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 130 16 -
CMYK 0 0.41 0.93 0.13
HSL 33.37º 0.86% 0.46% -
HSV(B) 33.37º 0.93% 0.87% -
XYZ 37.89 31.37 4.55 -
YUV 144.21 55.65 182.77 -
System Red Green Blue C M Y K H S L
Decimal 221 130 16 0 0.41 0.93 0.13 33.37 0.86 0.46
Hex DD 82 10 0 29 5D D 21 56 2E
Octal 335 202 20 0 51 135 15 41 126 56
Binary 11011101 10000010 10000 0 101001 1011101 1101 100001 1010110 101110

Color Harmonies of #DD8210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8210

Black with #DD8210

Text Example


Text Example

White with #DD8210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8210; }

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

 H1.HeaderClassName
 {
   color: #DD8210;
 }
 .AnyTagClassName
 {
   color: #DD8210;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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