Html Css Color HEX #DC8204 Mango Tango

📋 copy color: '#DC8204'

red 220 ◦ green 130 ◦ blue 4

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

Shades of Mango Tango #DC8204

Tints of Mango Tango #DC8204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 62.15%
G = 36.72%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC8204 (or 0xDC8204) is known color: Mango Tango. HEX triplet: DC, 82 and 04. RGB value is (220,130,4). Sum of RGB (Red+Green+Blue) = 220+130+4=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8204 is #237DFB. Grayscale: #8F8F8F. Windows color (decimal): -2326012 or 295644. OLE color: 295644.

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

Color convert

RGB 220 130 4 -
CMYK 0 0.41 0.98 0.14
HSL 35º 0.96% 0.44% -
HSV(B) 35º 0.98% 0.86% -
XYZ 37.52 31.19 4.16 -
YUV 142.55 49.82 183.25 -
System Red Green Blue C M Y K H S L
Decimal 220 130 4 0 0.41 0.98 0.14 35 0.96 0.44
Hex DC 82 4 0 29 62 E 23 60 2C
Octal 334 202 4 0 51 142 16 43 140 54
Binary 11011100 10000010 100 0 101001 1100010 1110 100011 1100000 101100

Color Harmonies of #DC8204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8204

Black with #DC8204

Text Example


Text Example

White with #DC8204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8204; }

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

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

background-color css

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

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

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

border-color css

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

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

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