#DF7C06

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

Shades of Mango Tango #DF7C06

Tints of Mango Tango #DF7C06

Color information

#DF7C06 (or 0xDF7C06) is unknown color: approx Mango Tango. HEX triplet: DF, 7C and 06. RGB value is (223,124,6). Sum of RGB (Red+Green+Blue) = 223+124+6=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 6 (2.73% from 255 or 1.70% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7C06 is #2083F9. Grayscale: #8C8C8C. Windows color (decimal): -2130938 or 425183. OLE color: 425183.

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

Color convert

RGB2231246-
CMYK00.440.970.13
HSL32.63º94.76%44.9%-
HSV(B)32.63º97.31%87.45%-
XYZ37.6730.124-
YUV140.1552.3187.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 63.17%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 6 (2.73% from 255) = 1.70%
R=63.17%
G=35.13%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223124600.440.970.1332.6394.7644.9
HexDF7C602C61D215f2d
Octal3371746054141154113755
Binary1101111111111001100101100110000111011000011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7C06; }

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

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

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

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

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

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

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

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