Html Css Color HEX #DC6C06 Mango Tango

📋 copy color: '#DC6C06'

red 220 ◦ green 108 ◦ blue 6

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

Shades of Mango Tango #DC6C06

Tints of Mango Tango #DC6C06

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

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

R = 65.87%
G = 32.34%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC6C06 (or 0xDC6C06) is known color: Mango Tango. HEX triplet: DC, 6C and 06. RGB value is (220,108,6). Sum of RGB (Red+Green+Blue) = 220+108+6=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6C06 is #2393F9. Grayscale: #828282. Windows color (decimal): -2331642 or 421084. OLE color: 421084.

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

Color convert

RGB 220 108 6 -
CMYK 0 0.51 0.97 0.14
HSL 28.6º 0.95% 0.44% -
HSV(B) 28.6º 0.97% 0.86% -
XYZ 34.91 25.95 3.34 -
YUV 129.86 58.11 192.29 -
System Red Green Blue C M Y K H S L
Decimal 220 108 6 0 0.51 0.97 0.14 28.6 0.95 0.44
Hex DC 6C 6 0 33 61 E 1D 5F 2C
Octal 334 154 6 0 63 141 16 35 137 54
Binary 11011100 1101100 110 0 110011 1100001 1110 11101 1011111 101100

Color Harmonies of #DC6C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C06

Black with #DC6C06

Text Example


Text Example

White with #DC6C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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