Html Css Color HEX #DD7411 Mango Tango

📋 copy color: '#DD7411'

red 221 ◦ green 116 ◦ blue 17

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

Shades of Mango Tango #DD7411

Tints of Mango Tango #DD7411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

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

R = 62.43%
G = 32.77%
B = 4.8%

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

#DD7411 (or 0xDD7411) is known color: Mango Tango. HEX triplet: DD, 74 and 11. RGB value is (221,116,17). Sum of RGB (Red+Green+Blue) = 221+116+17=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7411 is #228BEE. Grayscale: #888888. Windows color (decimal): -2264047 or 1144029. OLE color: 1144029.

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

Color convert

RGB 221 116 17 -
CMYK 0 0.48 0.92 0.13
HSL 29.12º 0.86% 0.47% -
HSV(B) 29.12º 0.92% 0.87% -
XYZ 36.17 27.9 4.01 -
YUV 136.11 60.79 188.55 -
System Red Green Blue C M Y K H S L
Decimal 221 116 17 0 0.48 0.92 0.13 29.12 0.86 0.47
Hex DD 74 11 0 30 5C D 1D 56 2F
Octal 335 164 21 0 60 134 15 35 126 57
Binary 11011101 1110100 10001 0 110000 1011100 1101 11101 1010110 101111

Color Harmonies of #DD7411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7411

Black with #DD7411

Text Example


Text Example

White with #DD7411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7411; }

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

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

background-color css

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

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

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

border-color css

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

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

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