Html Css Color HEX #DC8206 Mango Tango

📋 copy color: '#DC8206'

red 220 ◦ green 130 ◦ blue 6

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

Shades of Mango Tango #DC8206

Tints of Mango Tango #DC8206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 61.8%
G = 36.52%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC8206 (or 0xDC8206) is known color: Mango Tango. HEX triplet: DC, 82 and 06. RGB value is (220,130,6). Sum of RGB (Red+Green+Blue) = 220+130+6=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8206 is #237DF9. Grayscale: #8F8F8F. Windows color (decimal): -2326010 or 426716. OLE color: 426716.

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

Color convert

RGB 220 130 6 -
CMYK 0 0.41 0.97 0.14
HSL 34.77º 0.95% 0.44% -
HSV(B) 34.77º 0.97% 0.86% -
XYZ 37.53 31.19 4.22 -
YUV 142.77 50.82 183.08 -
System Red Green Blue C M Y K H S L
Decimal 220 130 6 0 0.41 0.97 0.14 34.77 0.95 0.44
Hex DC 82 6 0 29 61 E 23 5F 2C
Octal 334 202 6 0 51 141 16 43 137 54
Binary 11011100 10000010 110 0 101001 1100001 1110 100011 1011111 101100

Color Harmonies of #DC8206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8206

Black with #DC8206

Text Example


Text Example

White with #DC8206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8206; }

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

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

background-color css

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

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

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

border-color css

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

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

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