Html Css Color HEX #DD8011 Mango Tango

📋 copy color: '#DD8011'

red 221 ◦ green 128 ◦ blue 17

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

Shades of Mango Tango #DD8011

Tints of Mango Tango #DD8011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.97%

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

R = 60.38%
G = 34.97%
B = 4.64%

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

#DD8011 (or 0xDD8011) is known color: Mango Tango. HEX triplet: DD, 80 and 11. RGB value is (221,128,17). Sum of RGB (Red+Green+Blue) = 221+128+17=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8011 is #227FEE. Grayscale: #8F8F8F. Windows color (decimal): -2260975 or 1147101. OLE color: 1147101.

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

Color convert

RGB 221 128 17 -
CMYK 0 0.42 0.92 0.13
HSL 32.65º 0.86% 0.47% -
HSV(B) 32.65º 0.92% 0.87% -
XYZ 37.64 30.85 4.5 -
YUV 143.15 56.81 183.53 -
System Red Green Blue C M Y K H S L
Decimal 221 128 17 0 0.42 0.92 0.13 32.65 0.86 0.47
Hex DD 80 11 0 2A 5C D 21 56 2F
Octal 335 200 21 0 52 134 15 41 126 57
Binary 11011101 10000000 10001 0 101010 1011100 1101 100001 1010110 101111

Color Harmonies of #DD8011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8011

Black with #DD8011

Text Example


Text Example

White with #DD8011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8011; }

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

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

background-color css

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

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

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

border-color css

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

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

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