Html Css Color HEX #DD7611 Mango Tango

📋 copy color: '#DD7611'

red 221 ◦ green 118 ◦ blue 17

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

Shades of Mango Tango #DD7611

Tints of Mango Tango #DD7611

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

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

R = 62.08%
G = 33.15%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD7611 (or 0xDD7611) is known color: Mango Tango. HEX triplet: DD, 76 and 11. RGB value is (221,118,17). Sum of RGB (Red+Green+Blue) = 221+118+17=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7611 is #2289EE. Grayscale: #898989. Windows color (decimal): -2263535 or 1144541. OLE color: 1144541.

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

Color convert

RGB 221 118 17 -
CMYK 0 0.47 0.92 0.13
HSL 29.71º 0.86% 0.47% -
HSV(B) 29.71º 0.92% 0.87% -
XYZ 36.4 28.37 4.09 -
YUV 137.28 60.12 187.71 -
System Red Green Blue C M Y K H S L
Decimal 221 118 17 0 0.47 0.92 0.13 29.71 0.86 0.47
Hex DD 76 11 0 2F 5C D 1E 56 2F
Octal 335 166 21 0 57 134 15 36 126 57
Binary 11011101 1110110 10001 0 101111 1011100 1101 11110 1010110 101111

Color Harmonies of #DD7611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7611

Black with #DD7611

Text Example


Text Example

White with #DD7611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7611; }

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

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

background-color css

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

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

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

border-color css

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

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

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