#DF8410

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

Shades of Tangerine #DF8410

Tints of Tangerine #DF8410

Color information

#DF8410 (or 0xDF8410) is unknown color: approx Tangerine. HEX triplet: DF, 84 and 10. RGB value is (223,132,16). Sum of RGB (Red+Green+Blue) = 223+132+16=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8410 is #207BEF. Grayscale: #929292. Windows color (decimal): -2128880 or 1082591. OLE color: 1082591.

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

Color convert

RGB22313216-
CMYK00.410.930.13
HSL33.62º86.61%46.86%-
HSV(B)33.62º92.83%87.45%-
XYZ38.7832.234.67-
YUV145.9954.65182.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.11%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 16 (6.64% from 255) = 4.31%
R=60.11%
G=35.58%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231321600.410.930.1333.6286.6146.86
HexDF84100295DD22572f
Octal33720420051135154212757
Binary1101111110000100100000101001101110111011000101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8410; }

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

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

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

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

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

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

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

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