Html Css Color HEX #DC7706 Mango Tango

📋 copy color: '#DC7706'

red 220 ◦ green 119 ◦ blue 6

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

Shades of Mango Tango #DC7706

Tints of Mango Tango #DC7706

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.49%

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

R = 63.77%
G = 34.49%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC7706 (or 0xDC7706) is known color: Mango Tango. HEX triplet: DC, 77 and 06. RGB value is (220,119,6). Sum of RGB (Red+Green+Blue) = 220+119+6=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7706 is #2388F9. Grayscale: #888888. Windows color (decimal): -2328826 or 423900. OLE color: 423900.

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

Color convert

RGB 220 119 6 -
CMYK 0 0.46 0.97 0.14
HSL 31.68º 0.95% 0.44% -
HSV(B) 31.68º 0.97% 0.86% -
XYZ 36.14 28.42 3.75 -
YUV 136.32 54.46 187.69 -
System Red Green Blue C M Y K H S L
Decimal 220 119 6 0 0.46 0.97 0.14 31.68 0.95 0.44
Hex DC 77 6 0 2E 61 E 20 5F 2C
Octal 334 167 6 0 56 141 16 40 137 54
Binary 11011100 1110111 110 0 101110 1100001 1110 100000 1011111 101100

Color Harmonies of #DC7706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7706

Black with #DC7706

Text Example


Text Example

White with #DC7706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7706; }

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

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

background-color css

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

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

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

border-color css

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

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

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