Shades of Tangerine #DF8307
Tints of Tangerine #DF8307
RGB
CMYK
RGB Variations
Color information
#DF8307 (or 0xDF8307) is known color: Tangerine. HEX triplet: DF, 83 and 07. RGB value is (223,131,7). Sum of RGB (Red+Green+Blue) = 223+131+7=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8307 is #207CF8. Grayscale: #909090. Windows color (decimal): -2129145 or 492511. OLE color: 492511.
HSL color Cylindrical-coordinate representation of color #DF8307: hue angle of 34.44º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF8307 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 7 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.13 |
| HSL | 34.44º | 0.94% | 0.45% | - |
| HSV(B) | 34.44º | 0.97% | 0.87% | - |
| XYZ | 38.59 | 31.94 | 4.33 | - |
| YUV | 144.37 | 50.48 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 7 | 0 | 0.41 | 0.97 | 0.13 | 34.44 | 0.94 | 0.45 |
| Hex | DF | 83 | 7 | 0 | 29 | 61 | D | 22 | 5E | 2D |
| Octal | 337 | 203 | 7 | 0 | 51 | 141 | 15 | 42 | 136 | 55 |
| Binary | 11011111 | 10000011 | 111 | 0 | 101001 | 1100001 | 1101 | 100010 | 1011110 | 101101 |
Color Harmonies of #DF8307
Complementary color
Monochromatic Colors of #DF8307
Black with #DF8307
Text Example
Text Example
White with #DF8307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8307; }
p { color: rgb(223,131,7); }
H1.HeaderClassName
{
color: #DF8307;
}
.AnyTagClassName
{
color: #DF8307;
}
</style>
background-color css
<style>
a { background-color: #DF8307; }
a { background-color: rgb(223,131,7); }
div.DivClassName
{
background-color: #DF8307;
}
.BgClassName
{
background-color: #DF8307;
}
</style>
border-color css
<style>
span { border-color: #DF8307; }
span { border-color: rgb(223,131,7); }
td.TdClassName
{
border-color: #DF8307;
}
.TagClassName
{
border-color: #DF8307;
}
</style>