Shades of Tangerine #DF8603
Tints of Tangerine #DF8603
RGB
CMYK
RGB Variations
Color information
#DF8603 (or 0xDF8603) is known color: Tangerine. HEX triplet: DF, 86 and 03. RGB value is (223,134,3). Sum of RGB (Red+Green+Blue) = 223+134+3=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 3 (1.56% from 255 or 0.83% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8603 is #2079FC. Grayscale: #929292. Windows color (decimal): -2128381 or 231135. OLE color: 231135.
HSL color Cylindrical-coordinate representation of color #DF8603: hue angle of 35.73º 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 #DF8603 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 3 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.13 |
| HSL | 35.73º | 0.97% | 0.44% | - |
| HSV(B) | 35.73º | 0.99% | 0.87% | - |
| XYZ | 38.97 | 32.74 | 4.35 | - |
| YUV | 145.68 | 47.49 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 3 | 0 | 0.40 | 0.99 | 0.13 | 35.73 | 0.97 | 0.44 |
| Hex | DF | 86 | 3 | 0 | 28 | 63 | D | 24 | 61 | 2C |
| Octal | 337 | 206 | 3 | 0 | 50 | 143 | 15 | 44 | 141 | 54 |
| Binary | 11011111 | 10000110 | 11 | 0 | 101000 | 1100011 | 1101 | 100100 | 1100001 | 101100 |
Color Harmonies of #DF8603
Complementary color
Monochromatic Colors of #DF8603
Black with #DF8603
Text Example
Text Example
White with #DF8603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8603; }
p { color: rgb(223,134,3); }
H1.HeaderClassName
{
color: #DF8603;
}
.AnyTagClassName
{
color: #DF8603;
}
</style>
background-color css
<style>
a { background-color: #DF8603; }
a { background-color: rgb(223,134,3); }
div.DivClassName
{
background-color: #DF8603;
}
.BgClassName
{
background-color: #DF8603;
}
</style>
border-color css
<style>
span { border-color: #DF8603; }
span { border-color: rgb(223,134,3); }
td.TdClassName
{
border-color: #DF8603;
}
.TagClassName
{
border-color: #DF8603;
}
</style>