Shades of Tangerine #DF8609
Tints of Tangerine #DF8609
RGB
CMYK
RGB Variations
Color information
#DF8609 (or 0xDF8609) is known color: Tangerine. HEX triplet: DF, 86 and 09. RGB value is (223,134,9). Sum of RGB (Red+Green+Blue) = 223+134+9=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8609 is #2079F6. Grayscale: #929292. Windows color (decimal): -2128375 or 624351. OLE color: 624351.
HSL color Cylindrical-coordinate representation of color #DF8609: hue angle of 35.05º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF8609 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 9 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.13 |
| HSL | 35.05º | 0.92% | 0.45% | - |
| HSV(B) | 35.05º | 0.96% | 0.87% | - |
| XYZ | 39.01 | 32.76 | 4.53 | - |
| YUV | 146.36 | 50.49 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 9 | 0 | 0.40 | 0.96 | 0.13 | 35.05 | 0.92 | 0.45 |
| Hex | DF | 86 | 9 | 0 | 28 | 60 | D | 23 | 5C | 2D |
| Octal | 337 | 206 | 11 | 0 | 50 | 140 | 15 | 43 | 134 | 55 |
| Binary | 11011111 | 10000110 | 1001 | 0 | 101000 | 1100000 | 1101 | 100011 | 1011100 | 101101 |
Color Harmonies of #DF8609
Complementary color
Monochromatic Colors of #DF8609
Black with #DF8609
Text Example
Text Example
White with #DF8609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8609; }
p { color: rgb(223,134,9); }
H1.HeaderClassName
{
color: #DF8609;
}
.AnyTagClassName
{
color: #DF8609;
}
</style>
background-color css
<style>
a { background-color: #DF8609; }
a { background-color: rgb(223,134,9); }
div.DivClassName
{
background-color: #DF8609;
}
.BgClassName
{
background-color: #DF8609;
}
</style>
border-color css
<style>
span { border-color: #DF8609; }
span { border-color: rgb(223,134,9); }
td.TdClassName
{
border-color: #DF8609;
}
.TagClassName
{
border-color: #DF8609;
}
</style>