Html Css Color HEX #DD8111 Mango Tango

📋 copy color: '#DD8111'

red 221 ◦ green 129 ◦ blue 17

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

Shades of Mango Tango #DD8111

Tints of Mango Tango #DD8111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

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

R = 60.22%
G = 35.15%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD8111 (or 0xDD8111) is known color: Mango Tango. HEX triplet: DD, 81 and 11. RGB value is (221,129,17). Sum of RGB (Red+Green+Blue) = 221+129+17=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8111 is #227EEE. Grayscale: #909090. Windows color (decimal): -2260719 or 1147357. OLE color: 1147357.

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

Color convert

RGB 221 129 17 -
CMYK 0 0.42 0.92 0.13
HSL 32.94º 0.86% 0.47% -
HSV(B) 32.94º 0.92% 0.87% -
XYZ 37.77 31.11 4.55 -
YUV 143.74 56.48 183.11 -
System Red Green Blue C M Y K H S L
Decimal 221 129 17 0 0.42 0.92 0.13 32.94 0.86 0.47
Hex DD 81 11 0 2A 5C D 21 56 2F
Octal 335 201 21 0 52 134 15 41 126 57
Binary 11011101 10000001 10001 0 101010 1011100 1101 100001 1010110 101111

Color Harmonies of #DD8111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8111

Black with #DD8111

Text Example


Text Example

White with #DD8111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8111; }

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

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

background-color css

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

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

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

border-color css

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

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

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