Html Css Color HEX #DD7F11 Mango Tango

📋 copy color: '#DD7F11'

red 221 ◦ green 127 ◦ blue 17

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

Shades of Mango Tango #DD7F11

Tints of Mango Tango #DD7F11

RGB

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

 GREEN value IS 127 (50% from 255) = 34.79%

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

R = 60.55%
G = 34.79%
B = 4.66%

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

#DD7F11 (or 0xDD7F11) is known color: Mango Tango. HEX triplet: DD, 7F and 11. RGB value is (221,127,17). Sum of RGB (Red+Green+Blue) = 221+127+17=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7F11 is #2280EE. Grayscale: #8F8F8F. Windows color (decimal): -2261231 or 1146845. OLE color: 1146845.

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

Color convert

RGB 221 127 17 -
CMYK 0 0.43 0.92 0.13
HSL 32.35º 0.86% 0.47% -
HSV(B) 32.35º 0.92% 0.87% -
XYZ 37.51 30.59 4.46 -
YUV 142.57 57.14 183.94 -
System Red Green Blue C M Y K H S L
Decimal 221 127 17 0 0.43 0.92 0.13 32.35 0.86 0.47
Hex DD 7F 11 0 2B 5C D 20 56 2F
Octal 335 177 21 0 53 134 15 40 126 57
Binary 11011101 1111111 10001 0 101011 1011100 1101 100000 1010110 101111

Color Harmonies of #DD7F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F11

Black with #DD7F11

Text Example


Text Example

White with #DD7F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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