Shades of Tangerine #DF8601
Tints of Tangerine #DF8601
RGB
CMYK
RGB Variations
Color information
#DF8601 (or 0xDF8601) is known color: Tangerine. HEX triplet: DF, 86 and 01. RGB value is (223,134,1). Sum of RGB (Red+Green+Blue) = 223+134+1=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8601 is #2079FE. Grayscale: #929292. Windows color (decimal): -2128383 or 100063. OLE color: 100063.
HSL color Cylindrical-coordinate representation of color #DF8601: hue angle of 35.95º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF8601 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.13 |
| HSL | 35.95º | 0.99% | 0.44% | - |
| HSV(B) | 35.95º | 1% | 0.87% | - |
| XYZ | 38.96 | 32.74 | 4.29 | - |
| YUV | 145.45 | 46.49 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 1 | 0 | 0.40 | 1.00 | 0.13 | 35.95 | 0.99 | 0.44 |
| Hex | DF | 86 | 1 | 0 | 28 | 64 | D | 24 | 63 | 2C |
| Octal | 337 | 206 | 1 | 0 | 50 | 144 | 15 | 44 | 143 | 54 |
| Binary | 11011111 | 10000110 | 1 | 0 | 101000 | 1100100 | 1101 | 100100 | 1100011 | 101100 |
Color Harmonies of #DF8601
Complementary color
Monochromatic Colors of #DF8601
Black with #DF8601
Text Example
Text Example
White with #DF8601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8601; }
p { color: rgb(223,134,1); }
H1.HeaderClassName
{
color: #DF8601;
}
.AnyTagClassName
{
color: #DF8601;
}
</style>
background-color css
<style>
a { background-color: #DF8601; }
a { background-color: rgb(223,134,1); }
div.DivClassName
{
background-color: #DF8601;
}
.BgClassName
{
background-color: #DF8601;
}
</style>
border-color css
<style>
span { border-color: #DF8601; }
span { border-color: rgb(223,134,1); }
td.TdClassName
{
border-color: #DF8601;
}
.TagClassName
{
border-color: #DF8601;
}
</style>