Shades of Tangerine #DF8709
Tints of Tangerine #DF8709
RGB
CMYK
RGB Variations
Color information
#DF8709 (or 0xDF8709) is known color: Tangerine. HEX triplet: DF, 87 and 09. RGB value is (223,135,9). Sum of RGB (Red+Green+Blue) = 223+135+9=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8709 is #2078F6. Grayscale: #939393. Windows color (decimal): -2128119 or 624607. OLE color: 624607.
HSL color Cylindrical-coordinate representation of color #DF8709: hue angle of 35.33º 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 #DF8709 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 9 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.13 |
| HSL | 35.33º | 0.92% | 0.45% | - |
| HSV(B) | 35.33º | 0.96% | 0.87% | - |
| XYZ | 39.14 | 33.04 | 4.57 | - |
| YUV | 146.95 | 50.15 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 9 | 0 | 0.39 | 0.96 | 0.13 | 35.33 | 0.92 | 0.45 |
| Hex | DF | 87 | 9 | 0 | 27 | 60 | D | 23 | 5C | 2D |
| Octal | 337 | 207 | 11 | 0 | 47 | 140 | 15 | 43 | 134 | 55 |
| Binary | 11011111 | 10000111 | 1001 | 0 | 100111 | 1100000 | 1101 | 100011 | 1011100 | 101101 |
Color Harmonies of #DF8709
Complementary color
Monochromatic Colors of #DF8709
Black with #DF8709
Text Example
Text Example
White with #DF8709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8709; }
p { color: rgb(223,135,9); }
H1.HeaderClassName
{
color: #DF8709;
}
.AnyTagClassName
{
color: #DF8709;
}
</style>
background-color css
<style>
a { background-color: #DF8709; }
a { background-color: rgb(223,135,9); }
div.DivClassName
{
background-color: #DF8709;
}
.BgClassName
{
background-color: #DF8709;
}
</style>
border-color css
<style>
span { border-color: #DF8709; }
span { border-color: rgb(223,135,9); }
td.TdClassName
{
border-color: #DF8709;
}
.TagClassName
{
border-color: #DF8709;
}
</style>