Html Css Color HEX #DC6F06 Mango Tango

📋 copy color: '#DC6F06'

red 220 ◦ green 111 ◦ blue 6

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

Shades of Mango Tango #DC6F06

Tints of Mango Tango #DC6F06

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.94%

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

R = 65.28%
G = 32.94%
B = 1.78%

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

#DC6F06 (or 0xDC6F06) is known color: Mango Tango. HEX triplet: DC, 6F and 06. RGB value is (220,111,6). Sum of RGB (Red+Green+Blue) = 220+111+6=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6F06 is #2390F9. Grayscale: #848484. Windows color (decimal): -2330874 or 421852. OLE color: 421852.

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

Color convert

RGB 220 111 6 -
CMYK 0 0.50 0.97 0.14
HSL 29.44º 0.95% 0.44% -
HSV(B) 29.44º 0.97% 0.86% -
XYZ 35.23 26.6 3.45 -
YUV 131.62 57.11 191.04 -
System Red Green Blue C M Y K H S L
Decimal 220 111 6 0 0.50 0.97 0.14 29.44 0.95 0.44
Hex DC 6F 6 0 32 61 E 1D 5F 2C
Octal 334 157 6 0 62 141 16 35 137 54
Binary 11011100 1101111 110 0 110010 1100001 1110 11101 1011111 101100

Color Harmonies of #DC6F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F06

Black with #DC6F06

Text Example


Text Example

White with #DC6F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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