Html Css Color HEX #DC6706 Mango Tango

📋 copy color: '#DC6706'

red 220 ◦ green 103 ◦ blue 6

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

Shades of Mango Tango #DC6706

Tints of Mango Tango #DC6706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.31%

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

R = 66.87%
G = 31.31%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC6706 (or 0xDC6706) is known color: Mango Tango. HEX triplet: DC, 67 and 06. RGB value is (220,103,6). Sum of RGB (Red+Green+Blue) = 220+103+6=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6706 is #2398F9. Grayscale: #7F7F7F. Windows color (decimal): -2332922 or 419804. OLE color: 419804.

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

Color convert

RGB 220 103 6 -
CMYK 0 0.53 0.97 0.14
HSL 27.2º 0.95% 0.44% -
HSV(B) 27.2º 0.97% 0.86% -
XYZ 34.4 24.93 3.17 -
YUV 126.93 59.76 194.39 -
System Red Green Blue C M Y K H S L
Decimal 220 103 6 0 0.53 0.97 0.14 27.2 0.95 0.44
Hex DC 67 6 0 35 61 E 1B 5F 2C
Octal 334 147 6 0 65 141 16 33 137 54
Binary 11011100 1100111 110 0 110101 1100001 1110 11011 1011111 101100

Color Harmonies of #DC6706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6706

Black with #DC6706

Text Example


Text Example

White with #DC6706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6706; }

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

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

background-color css

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

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

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

border-color css

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

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

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