#DF6A06

Color #DF6A06 Mango Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mango Tango #DF6A06

Tints of Mango Tango #DF6A06

Color information

#DF6A06 (or 0xDF6A06) is unknown color: approx Mango Tango. HEX triplet: DF, 6A and 06. RGB value is (223,106,6). Sum of RGB (Red+Green+Blue) = 223+106+6=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6A06 is #2095F9. Grayscale: #828282. Windows color (decimal): -2135546 or 420575. OLE color: 420575.

HSL color Cylindrical-coordinate representation of color #DF6A06: hue angle of 27.65º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF6A06 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB2231066-
CMYK00.520.970.13
HSL27.65º94.76%44.9%-
HSV(B)27.65º97.31%87.45%-
XYZ35.6226.013.32-
YUV129.5858.26194.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.57%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 6 (2.73% from 255) = 1.79%
R=66.57%
G=31.64%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223106600.520.970.1327.6594.7644.9
HexDF6A603461D1c5f2d
Octal3371526064141153413755
Binary110111111101010110011010011000011101111001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6A06; }

 p { color: rgb(223,106,6); }

 H1.HeaderClassName
 {
   color: #DF6A06;
 }
 .AnyTagClassName
 {
   color: #DF6A06;
 }
</style>
background-color css

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

 a { background-color: rgb(223,106,6); }

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

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

 span { border-color: rgb(223,106,6); }

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