#DF850D

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

Shades of Tangerine #DF850D

Tints of Tangerine #DF850D

Color information

#DF850D (or 0xDF850D) is unknown color: approx Tangerine. HEX triplet: DF, 85 and 0D. RGB value is (223,133,13). Sum of RGB (Red+Green+Blue) = 223+133+13=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF850D is #207AF2. Grayscale: #929292. Windows color (decimal): -2128627 or 886239. OLE color: 886239.

HSL color Cylindrical-coordinate representation of color #DF850D: hue angle of 34.29º degrees, saturation: 0.89, 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 #DF850D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB22313313-
CMYK00.400.940.13
HSL34.29º88.98%46.27%-
HSV(B)34.29º94.17%87.45%-
XYZ38.8932.494.6-
YUV146.2352.82182.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.43%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 13 (5.47% from 255) = 3.52%
R=60.43%
G=36.04%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231331300.400.940.1334.2988.9846.27
HexDF85D0285ED22592e
Octal33720515050136154213156
Binary110111111000010111010101000101111011011000101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF850D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF850D; }

 p { color: rgb(223,133,13); }

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

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

 a { background-color: rgb(223,133,13); }

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

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

 span { border-color: rgb(223,133,13); }

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