#DF7006

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

Shades of Mango Tango #DF7006

Tints of Mango Tango #DF7006

Color information

#DF7006 (or 0xDF7006) is unknown color: approx Mango Tango. HEX triplet: DF, 70 and 06. RGB value is (223,112,6). Sum of RGB (Red+Green+Blue) = 223+112+6=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7006 is #208FF9. Grayscale: #858585. Windows color (decimal): -2134010 or 422111. OLE color: 422111.

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

Color convert

RGB2231126-
CMYK00.500.970.13
HSL29.31º94.76%44.9%-
HSV(B)29.31º97.31%87.45%-
XYZ36.2627.293.53-
YUV133.156.27192.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.40%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 6 (2.73% from 255) = 1.76%
R=65.40%
G=32.84%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223112600.500.970.1329.3194.7644.9
HexDF70603261D1d5f2d
Octal3371606062141153513755
Binary110111111110000110011001011000011101111011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7006; }

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

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

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

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

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

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

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

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