Html Css Color HEX #DD7D11 Mango Tango

📋 copy color: '#DD7D11'

red 221 ◦ green 125 ◦ blue 17

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

Shades of Mango Tango #DD7D11

Tints of Mango Tango #DD7D11

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

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

R = 60.88%
G = 34.44%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD7D11 (or 0xDD7D11) is known color: Mango Tango. HEX triplet: DD, 7D and 11. RGB value is (221,125,17). Sum of RGB (Red+Green+Blue) = 221+125+17=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7D11 is #2282EE. Grayscale: #8D8D8D. Windows color (decimal): -2261743 or 1146333. OLE color: 1146333.

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

Color convert

RGB 221 125 17 -
CMYK 0 0.43 0.92 0.13
HSL 31.76º 0.86% 0.47% -
HSV(B) 31.76º 0.92% 0.87% -
XYZ 37.25 30.08 4.37 -
YUV 141.39 57.8 184.78 -
System Red Green Blue C M Y K H S L
Decimal 221 125 17 0 0.43 0.92 0.13 31.76 0.86 0.47
Hex DD 7D 11 0 2B 5C D 20 56 2F
Octal 335 175 21 0 53 134 15 40 126 57
Binary 11011101 1111101 10001 0 101011 1011100 1101 100000 1010110 101111

Color Harmonies of #DD7D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D11

Black with #DD7D11

Text Example


Text Example

White with #DD7D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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