#DF8310

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

Shades of Tangerine #DF8310

Tints of Tangerine #DF8310

Color information

#DF8310 (or 0xDF8310) is unknown color: approx Tangerine. HEX triplet: DF, 83 and 10. RGB value is (223,131,16). Sum of RGB (Red+Green+Blue) = 223+131+16=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8310 is #207CEF. Grayscale: #919191. Windows color (decimal): -2129136 or 1082335. OLE color: 1082335.

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

Color convert

RGB22313116-
CMYK00.410.930.13
HSL33.33º86.61%46.86%-
HSV(B)33.33º92.83%87.45%-
XYZ38.6431.964.62-
YUV145.454.98183.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.27%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 16 (6.64% from 255) = 4.32%
R=60.27%
G=35.41%
B=4.32%

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
Decimal2231311600.410.930.1333.3386.6146.86
HexDF83100295DD21572f
Octal33720320051135154112757
Binary1101111110000011100000101001101110111011000011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8310; }

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

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

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

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

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

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

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

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