Html Css Color HEX #DC8310 Mango Tango

📋 copy color: '#DC8310'

red 220 ◦ green 131 ◦ blue 16

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

Shades of Mango Tango #DC8310

Tints of Mango Tango #DC8310

RGB

 RED value IS 220 (86.33% from 255) = 59.95%

 GREEN value IS 131 (51.56% from 255) = 35.69%

 BLUE value IS 16 (6.64% from 255) = 4.36%

R = 59.95%
G = 35.69%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC8310 (or 0xDC8310) is known color: Mango Tango. HEX triplet: DC, 83 and 10. RGB value is (220,131,16). Sum of RGB (Red+Green+Blue) = 220+131+16=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8310 is #237CEF. Grayscale: #919191. Windows color (decimal): -2325744 or 1082332. OLE color: 1082332.

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

Color convert

RGB 220 131 16 -
CMYK 0 0.40 0.93 0.14
HSL 33.82º 0.86% 0.46% -
HSV(B) 33.82º 0.93% 0.86% -
XYZ 37.73 31.49 4.58 -
YUV 144.5 55.49 181.85 -
System Red Green Blue C M Y K H S L
Decimal 220 131 16 0 0.40 0.93 0.14 33.82 0.86 0.46
Hex DC 83 10 0 28 5D E 22 56 2E
Octal 334 203 20 0 50 135 16 42 126 56
Binary 11011100 10000011 10000 0 101000 1011101 1110 100010 1010110 101110

Color Harmonies of #DC8310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8310

Black with #DC8310

Text Example


Text Example

White with #DC8310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8310; }

 p { color: rgb(220,131,16); }

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

background-color css

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

 a { background-color: rgb(220,131,16); }

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

border-color css

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

 span { border-color: rgb(220,131,16); }

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