Html Css Color HEX #DC8006 Mango Tango

📋 copy color: '#DC8006'

red 220 ◦ green 128 ◦ blue 6

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

Shades of Mango Tango #DC8006

Tints of Mango Tango #DC8006

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.16%

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

R = 62.15%
G = 36.16%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC8006 (or 0xDC8006) is known color: Mango Tango. HEX triplet: DC, 80 and 06. RGB value is (220,128,6). Sum of RGB (Red+Green+Blue) = 220+128+6=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8006 is #237FF9. Grayscale: #8E8E8E. Windows color (decimal): -2326522 or 426204. OLE color: 426204.

HSL color Cylindrical-coordinate representation of color #DC8006: hue angle of 34.21º 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 #DC8006 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 6 -
CMYK 0 0.42 0.97 0.14
HSL 34.21º 0.95% 0.44% -
HSV(B) 34.21º 0.97% 0.86% -
XYZ 37.27 30.67 4.13 -
YUV 141.6 51.48 183.92 -
System Red Green Blue C M Y K H S L
Decimal 220 128 6 0 0.42 0.97 0.14 34.21 0.95 0.44
Hex DC 80 6 0 2A 61 E 22 5F 2C
Octal 334 200 6 0 52 141 16 42 137 54
Binary 11011100 10000000 110 0 101010 1100001 1110 100010 1011111 101100

Color Harmonies of #DC8006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8006

Black with #DC8006

Text Example


Text Example

White with #DC8006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8006; }

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

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

background-color css

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

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

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

border-color css

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

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

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