Html Css Color HEX #DC8200 Mango Tango

📋 copy color: '#DC8200'

red 220 ◦ green 130 ◦ blue 0

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

Shades of Mango Tango #DC8200

Tints of Mango Tango #DC8200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.86%
G = 37.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC8200 (or 0xDC8200) is known color: Mango Tango. HEX triplet: DC, 82 and 00. RGB value is (220,130,0). Sum of RGB (Red+Green+Blue) = 220+130+0=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8200 is #237DFF. Grayscale: #8E8E8E. Windows color (decimal): -2326016 or 33500. OLE color: 33500.

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

Color convert

RGB 220 130 0 -
CMYK 0 0.41 1 0.14
HSL 35.45º 1% 0.43% -
HSV(B) 35.45º 1% 0.86% -
XYZ 37.5 31.18 4.04 -
YUV 142.09 47.82 183.57 -
System Red Green Blue C M Y K H S L
Decimal 220 130 0 0 0.41 1 0.14 35.45 1 0.43
Hex DC 82 0 0 29 64 E 23 64 2B
Octal 334 202 0 0 51 144 16 43 144 53
Binary 11011100 10000010 0 0 101001 1100100 1110 100011 1100100 101011

Color Harmonies of #DC8200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8200

Black with #DC8200

Text Example


Text Example

White with #DC8200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8200; }

 p { color: rgb(220,130,0); }

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

background-color css

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

 a { background-color: rgb(220,130,0); }

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

border-color css

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

 span { border-color: rgb(220,130,0); }

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