Html Css Color HEX #DD8012 Mango Tango

📋 copy color: '#DD8012'

red 221 ◦ green 128 ◦ blue 18

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

Shades of Mango Tango #DD8012

Tints of Mango Tango #DD8012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.88%

 BLUE value IS 18 (7.42% from 255) = 4.9%

R = 60.22%
G = 34.88%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD8012 (or 0xDD8012) is known color: Mango Tango. HEX triplet: DD, 80 and 12. RGB value is (221,128,18). Sum of RGB (Red+Green+Blue) = 221+128+18=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8012 is #227FED. Grayscale: #8F8F8F. Windows color (decimal): -2260974 or 1212637. OLE color: 1212637.

HSL color Cylindrical-coordinate representation of color #DD8012: hue angle of 32.51º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD8012 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 18 -
CMYK 0 0.42 0.92 0.13
HSL 32.51º 0.85% 0.47% -
HSV(B) 32.51º 0.92% 0.87% -
XYZ 37.65 30.85 4.54 -
YUV 143.27 57.31 183.44 -
System Red Green Blue C M Y K H S L
Decimal 221 128 18 0 0.42 0.92 0.13 32.51 0.85 0.47
Hex DD 80 12 0 2A 5C D 21 55 2F
Octal 335 200 22 0 52 134 15 41 125 57
Binary 11011101 10000000 10010 0 101010 1011100 1101 100001 1010101 101111

Color Harmonies of #DD8012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8012

Black with #DD8012

Text Example


Text Example

White with #DD8012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8012; }

 p { color: rgb(221,128,18); }

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

background-color css

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

 a { background-color: rgb(221,128,18); }

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

border-color css

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

 span { border-color: rgb(221,128,18); }

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