Html Css Color HEX #DD7211 Mango Tango

📋 copy color: '#DD7211'

red 221 ◦ green 114 ◦ blue 17

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

Shades of Mango Tango #DD7211

Tints of Mango Tango #DD7211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.39%

 BLUE value IS 17 (7.03% from 255) = 4.83%

R = 62.78%
G = 32.39%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD7211 (or 0xDD7211) is known color: Mango Tango. HEX triplet: DD, 72 and 11. RGB value is (221,114,17). Sum of RGB (Red+Green+Blue) = 221+114+17=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7211 is #228DEE. Grayscale: #878787. Windows color (decimal): -2264559 or 1143517. OLE color: 1143517.

HSL color Cylindrical-coordinate representation of color #DD7211: hue angle of 28.53º degrees, saturation: 0.86, 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 #DD7211 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 114 17 -
CMYK 0 0.48 0.92 0.13
HSL 28.53º 0.86% 0.47% -
HSV(B) 28.53º 0.92% 0.87% -
XYZ 35.94 27.45 3.93 -
YUV 134.94 61.45 189.39 -
System Red Green Blue C M Y K H S L
Decimal 221 114 17 0 0.48 0.92 0.13 28.53 0.86 0.47
Hex DD 72 11 0 30 5C D 1D 56 2F
Octal 335 162 21 0 60 134 15 35 126 57
Binary 11011101 1110010 10001 0 110000 1011100 1101 11101 1010110 101111

Color Harmonies of #DD7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7211

Black with #DD7211

Text Example


Text Example

White with #DD7211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7211; }

 p { color: rgb(221,114,17); }

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

background-color css

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

 a { background-color: rgb(221,114,17); }

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

border-color css

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

 span { border-color: rgb(221,114,17); }

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