Shades of Tangerine #DF8503
Tints of Tangerine #DF8503
RGB
CMYK
RGB Variations
Color information
#DF8503 (or 0xDF8503) is known color: Tangerine. HEX triplet: DF, 85 and 03. RGB value is (223,133,3). Sum of RGB (Red+Green+Blue) = 223+133+3=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8503 is #207AFC. Grayscale: #919191. Windows color (decimal): -2128637 or 230879. OLE color: 230879.
HSL color Cylindrical-coordinate representation of color #DF8503: hue angle of 35.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF8503 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 3 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.13 |
| HSL | 35.45º | 0.97% | 0.44% | - |
| HSV(B) | 35.45º | 0.99% | 0.87% | - |
| XYZ | 38.84 | 32.47 | 4.31 | - |
| YUV | 145.09 | 47.82 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 3 | 0 | 0.40 | 0.99 | 0.13 | 35.45 | 0.97 | 0.44 |
| Hex | DF | 85 | 3 | 0 | 28 | 63 | D | 23 | 61 | 2C |
| Octal | 337 | 205 | 3 | 0 | 50 | 143 | 15 | 43 | 141 | 54 |
| Binary | 11011111 | 10000101 | 11 | 0 | 101000 | 1100011 | 1101 | 100011 | 1100001 | 101100 |
Color Harmonies of #DF8503
Complementary color
Monochromatic Colors of #DF8503
Black with #DF8503
Text Example
Text Example
White with #DF8503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8503; }
p { color: rgb(223,133,3); }
H1.HeaderClassName
{
color: #DF8503;
}
.AnyTagClassName
{
color: #DF8503;
}
</style>
background-color css
<style>
a { background-color: #DF8503; }
a { background-color: rgb(223,133,3); }
div.DivClassName
{
background-color: #DF8503;
}
.BgClassName
{
background-color: #DF8503;
}
</style>
border-color css
<style>
span { border-color: #DF8503; }
span { border-color: rgb(223,133,3); }
td.TdClassName
{
border-color: #DF8503;
}
.TagClassName
{
border-color: #DF8503;
}
</style>