Shades of Tangerine #DF8306
Tints of Tangerine #DF8306
RGB
CMYK
RGB Variations
Color information
#DF8306 (or 0xDF8306) is known color: Tangerine. HEX triplet: DF, 83 and 06. RGB value is (223,131,6). Sum of RGB (Red+Green+Blue) = 223+131+6=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8306 is #207CF9. Grayscale: #909090. Windows color (decimal): -2129146 or 426975. OLE color: 426975.
HSL color Cylindrical-coordinate representation of color #DF8306: hue angle of 34.56º degrees, saturation: 0.95, 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 #DF8306 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 6 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.13 |
| HSL | 34.56º | 0.95% | 0.45% | - |
| HSV(B) | 34.56º | 0.97% | 0.87% | - |
| XYZ | 38.58 | 31.93 | 4.3 | - |
| YUV | 144.26 | 49.98 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 6 | 0 | 0.41 | 0.97 | 0.13 | 34.56 | 0.95 | 0.45 |
| Hex | DF | 83 | 6 | 0 | 29 | 61 | D | 23 | 5F | 2D |
| Octal | 337 | 203 | 6 | 0 | 51 | 141 | 15 | 43 | 137 | 55 |
| Binary | 11011111 | 10000011 | 110 | 0 | 101001 | 1100001 | 1101 | 100011 | 1011111 | 101101 |
Color Harmonies of #DF8306
Complementary color
Monochromatic Colors of #DF8306
Black with #DF8306
Text Example
Text Example
White with #DF8306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8306; }
p { color: rgb(223,131,6); }
H1.HeaderClassName
{
color: #DF8306;
}
.AnyTagClassName
{
color: #DF8306;
}
</style>
background-color css
<style>
a { background-color: #DF8306; }
a { background-color: rgb(223,131,6); }
div.DivClassName
{
background-color: #DF8306;
}
.BgClassName
{
background-color: #DF8306;
}
</style>
border-color css
<style>
span { border-color: #DF8306; }
span { border-color: rgb(223,131,6); }
td.TdClassName
{
border-color: #DF8306;
}
.TagClassName
{
border-color: #DF8306;
}
</style>