#DC8111

Color #DC8111 Mango Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mango Tango #DC8111

Tints of Mango Tango #DC8111

Color information

#DC8111 (or 0xDC8111) is unknown color: approx Mango Tango. HEX triplet: DC, 81 and 11. RGB value is (220,129,17). Sum of RGB (Red+Green+Blue) = 220+129+17=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8111 is #237EEE. Grayscale: #8F8F8F. Windows color (decimal): -2326255 or 1147356. OLE color: 1147356.

HSL color Cylindrical-coordinate representation of color #DC8111: hue angle of 33.1º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC8111 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB22012917-
CMYK00.410.920.14
HSL33.1º85.65%46.47%-
HSV(B)33.1º92.27%86.27%-
XYZ37.4730.964.53-
YUV143.4456.65182.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.11%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 17 (7.03% from 255) = 4.64%
R=60.11%
G=35.25%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201291700.410.920.1433.185.6546.47
HexDC81110295CE21562e
Octal33420121051134164112656
Binary1101110010000001100010101001101110011101000011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8111; }

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

 H1.HeaderClassName
 {
   color: #DC8111;
 }
 .AnyTagClassName
 {
   color: #DC8111;
 }
</style>
background-color css

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

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

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

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

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

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