#DF8210

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

Shades of Mango Tango #DF8210

Tints of Mango Tango #DF8210

Color information

#DF8210 (or 0xDF8210) is unknown color: approx Mango Tango. HEX triplet: DF, 82 and 10. RGB value is (223,130,16). Sum of RGB (Red+Green+Blue) = 223+130+16=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8210 is #207DEF. Grayscale: #919191. Windows color (decimal): -2129392 or 1082079. OLE color: 1082079.

HSL color Cylindrical-coordinate representation of color #DF8210: hue angle of 33.04º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF8210 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB22313016-
CMYK00.420.930.13
HSL33.04º86.61%46.86%-
HSV(B)33.04º92.83%87.45%-
XYZ38.5131.694.58-
YUV144.8155.31183.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.43%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 16 (6.64% from 255) = 4.34%
R=60.43%
G=35.23%
B=4.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231301600.420.930.1333.0486.6146.86
HexDF821002A5DD21572f
Octal33720220052135154112757
Binary1101111110000010100000101010101110111011000011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8210; }

 p { color: rgb(223,130,16); }

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

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

 a { background-color: rgb(223,130,16); }

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

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

 span { border-color: rgb(223,130,16); }

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