Html Css Color HEX #DC8111 Mango Tango

📋 copy color: '#DC8111'

red 220 ◦ green 129 ◦ blue 17

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

Shades of Mango Tango #DC8111

Tints of Mango Tango #DC8111

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 value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC8111 (or 0xDC8111) is known color: 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

RGB 220 129 17 -
CMYK 0 0.41 0.92 0.14
HSL 33.1º 0.86% 0.46% -
HSV(B) 33.1º 0.92% 0.86% -
XYZ 37.47 30.96 4.53 -
YUV 143.44 56.65 182.61 -
System Red Green Blue C M Y K H S L
Decimal 220 129 17 0 0.41 0.92 0.14 33.1 0.86 0.46
Hex DC 81 11 0 29 5C E 21 56 2E
Octal 334 201 21 0 51 134 16 41 126 56
Binary 11011100 10000001 10001 0 101001 1011100 1110 100001 1010110 101110

Color Harmonies of #DC8111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8111

Black with #DC8111

Text Example


Text Example

White with #DC8111

Text Example


Text Example

HTML Codes & Css Web 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>