Html Css Color HEX #DC7806 Mango Tango

📋 copy color: '#DC7806'

red 220 ◦ green 120 ◦ blue 6

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

Shades of Mango Tango #DC7806

Tints of Mango Tango #DC7806

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

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

R = 63.58%
G = 34.68%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC7806 (or 0xDC7806) is known color: Mango Tango. HEX triplet: DC, 78 and 06. RGB value is (220,120,6). Sum of RGB (Red+Green+Blue) = 220+120+6=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7806 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7806 is #2387F9. Grayscale: #898989. Windows color (decimal): -2328570 or 424156. OLE color: 424156.

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

Color convert

RGB 220 120 6 -
CMYK 0 0.45 0.97 0.14
HSL 31.96º 0.95% 0.44% -
HSV(B) 31.96º 0.97% 0.86% -
XYZ 36.26 28.66 3.79 -
YUV 136.9 54.13 187.27 -
System Red Green Blue C M Y K H S L
Decimal 220 120 6 0 0.45 0.97 0.14 31.96 0.95 0.44
Hex DC 78 6 0 2D 61 E 20 5F 2C
Octal 334 170 6 0 55 141 16 40 137 54
Binary 11011100 1111000 110 0 101101 1100001 1110 100000 1011111 101100

Color Harmonies of #DC7806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7806

Black with #DC7806

Text Example


Text Example

White with #DC7806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7806; }

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

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

background-color css

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

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

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

border-color css

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

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

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