#DF700E

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

Shades of Mango Tango #DF700E

Tints of Mango Tango #DF700E

Color information

#DF700E (or 0xDF700E) is unknown color: approx Mango Tango. HEX triplet: DF, 70 and 0E. RGB value is (223,112,14). Sum of RGB (Red+Green+Blue) = 223+112+14=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF700E is #208FF1. Grayscale: #868686. Windows color (decimal): -2134002 or 946399. OLE color: 946399.

HSL color Cylindrical-coordinate representation of color #DF700E: hue angle of 28.13º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF700E is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB22311214-
CMYK00.500.940.13
HSL28.13º88.19%46.47%-
HSV(B)28.13º93.72%87.45%-
XYZ36.327.313.77-
YUV134.0260.27191.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 63.90%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 14 (5.86% from 255) = 4.01%
R=63.90%
G=32.09%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231121400.500.940.1328.1388.1946.47
HexDF70E0325ED1c582e
Octal33716016062136153413056
Binary1101111111100001110011001010111101101111001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF700E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF700E; }

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

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

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

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

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

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

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

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