Html Css Color HEX #DC6D06 Mango Tango

📋 copy color: '#DC6D06'

red 220 ◦ green 109 ◦ blue 6

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

Shades of Mango Tango #DC6D06

Tints of Mango Tango #DC6D06

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

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

R = 65.67%
G = 32.54%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC6D06 (or 0xDC6D06) is known color: Mango Tango. HEX triplet: DC, 6D and 06. RGB value is (220,109,6). Sum of RGB (Red+Green+Blue) = 220+109+6=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6D06 is #2392F9. Grayscale: #828282. Windows color (decimal): -2331386 or 421340. OLE color: 421340.

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

Color convert

RGB 220 109 6 -
CMYK 0 0.50 0.97 0.14
HSL 28.88º 0.95% 0.44% -
HSV(B) 28.88º 0.97% 0.86% -
XYZ 35.02 26.17 3.38 -
YUV 130.45 57.77 191.88 -
System Red Green Blue C M Y K H S L
Decimal 220 109 6 0 0.50 0.97 0.14 28.88 0.95 0.44
Hex DC 6D 6 0 32 61 E 1D 5F 2C
Octal 334 155 6 0 62 141 16 35 137 54
Binary 11011100 1101101 110 0 110010 1100001 1110 11101 1011111 101100

Color Harmonies of #DC6D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6D06

Black with #DC6D06

Text Example


Text Example

White with #DC6D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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