Html Css Color HEX #DC7006 Mango Tango

📋 copy color: '#DC7006'

red 220 ◦ green 112 ◦ blue 6

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

Shades of Mango Tango #DC7006

Tints of Mango Tango #DC7006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

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

R = 65.09%
G = 33.14%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC7006 (or 0xDC7006) is known color: Mango Tango. HEX triplet: DC, 70 and 06. RGB value is (220,112,6). Sum of RGB (Red+Green+Blue) = 220+112+6=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7006 is #238FF9. Grayscale: #848484. Windows color (decimal): -2330618 or 422108. OLE color: 422108.

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

Color convert

RGB 220 112 6 -
CMYK 0 0.49 0.97 0.14
HSL 29.72º 0.95% 0.44% -
HSV(B) 29.72º 0.97% 0.86% -
XYZ 35.34 26.82 3.49 -
YUV 132.21 56.78 190.62 -
System Red Green Blue C M Y K H S L
Decimal 220 112 6 0 0.49 0.97 0.14 29.72 0.95 0.44
Hex DC 70 6 0 31 61 E 1E 5F 2C
Octal 334 160 6 0 61 141 16 36 137 54
Binary 11011100 1110000 110 0 110001 1100001 1110 11110 1011111 101100

Color Harmonies of #DC7006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7006

Black with #DC7006

Text Example


Text Example

White with #DC7006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7006; }

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

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

background-color css

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

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

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

border-color css

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

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

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