Html Css Color HEX #DD7311 Mango Tango

📋 copy color: '#DD7311'

red 221 ◦ green 115 ◦ blue 17

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

Shades of Mango Tango #DD7311

Tints of Mango Tango #DD7311

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.58%

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

R = 62.61%
G = 32.58%
B = 4.82%

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

#DD7311 (or 0xDD7311) is known color: Mango Tango. HEX triplet: DD, 73 and 11. RGB value is (221,115,17). Sum of RGB (Red+Green+Blue) = 221+115+17=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7311 is #228CEE. Grayscale: #888888. Windows color (decimal): -2264303 or 1143773. OLE color: 1143773.

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

Color convert

RGB 221 115 17 -
CMYK 0 0.48 0.92 0.13
HSL 28.82º 0.86% 0.47% -
HSV(B) 28.82º 0.92% 0.87% -
XYZ 36.05 27.67 3.97 -
YUV 135.52 61.12 188.97 -
System Red Green Blue C M Y K H S L
Decimal 221 115 17 0 0.48 0.92 0.13 28.82 0.86 0.47
Hex DD 73 11 0 30 5C D 1D 56 2F
Octal 335 163 21 0 60 134 15 35 126 57
Binary 11011101 1110011 10001 0 110000 1011100 1101 11101 1010110 101111

Color Harmonies of #DD7311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7311

Black with #DD7311

Text Example


Text Example

White with #DD7311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7311; }

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

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

background-color css

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

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

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

border-color css

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

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

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