Html Css Color HEX #DD7110 Mango Tango

📋 copy color: '#DD7110'

red 221 ◦ green 113 ◦ blue 16

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

Shades of Mango Tango #DD7110

Tints of Mango Tango #DD7110

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.29%

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

R = 63.14%
G = 32.29%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD7110 (or 0xDD7110) is known color: Mango Tango. HEX triplet: DD, 71 and 10. RGB value is (221,113,16). Sum of RGB (Red+Green+Blue) = 221+113+16=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7110 is #228EEF. Grayscale: #868686. Windows color (decimal): -2264816 or 1077725. OLE color: 1077725.

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

Color convert

RGB 221 113 16 -
CMYK 0 0.49 0.93 0.13
HSL 28.39º 0.86% 0.46% -
HSV(B) 28.39º 0.93% 0.87% -
XYZ 35.82 27.22 3.86 -
YUV 134.23 61.28 189.89 -
System Red Green Blue C M Y K H S L
Decimal 221 113 16 0 0.49 0.93 0.13 28.39 0.86 0.46
Hex DD 71 10 0 31 5D D 1C 56 2E
Octal 335 161 20 0 61 135 15 34 126 56
Binary 11011101 1110001 10000 0 110001 1011101 1101 11100 1010110 101110

Color Harmonies of #DD7110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7110

Black with #DD7110

Text Example


Text Example

White with #DD7110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7110; }

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

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

background-color css

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

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

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

border-color css

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

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

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