Shades of Tangerine #DF840C
Tints of Tangerine #DF840C
RGB
CMYK
RGB Variations
Color information
#DF840C (or 0xDF840C) is known color: Tangerine. HEX triplet: DF, 84 and 0C. RGB value is (223,132,12). Sum of RGB (Red+Green+Blue) = 223+132+12=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF840C is #207BF3. Grayscale: #929292. Windows color (decimal): -2128884 or 820447. OLE color: 820447.
HSL color Cylindrical-coordinate representation of color #DF840C: hue angle of 34.12º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF840C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 12 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.13 |
| HSL | 34.12º | 0.9% | 0.46% | - |
| HSV(B) | 34.12º | 0.95% | 0.87% | - |
| XYZ | 38.75 | 32.22 | 4.52 | - |
| YUV | 145.53 | 52.65 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 12 | 0 | 0.41 | 0.95 | 0.13 | 34.12 | 0.9 | 0.46 |
| Hex | DF | 84 | C | 0 | 29 | 5F | D | 22 | 5A | 2E |
| Octal | 337 | 204 | 14 | 0 | 51 | 137 | 15 | 42 | 132 | 56 |
| Binary | 11011111 | 10000100 | 1100 | 0 | 101001 | 1011111 | 1101 | 100010 | 1011010 | 101110 |
Color Harmonies of #DF840C
Complementary color
Monochromatic Colors of #DF840C
Black with #DF840C
Text Example
Text Example
White with #DF840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF840C; }
p { color: rgb(223,132,12); }
H1.HeaderClassName
{
color: #DF840C;
}
.AnyTagClassName
{
color: #DF840C;
}
</style>
background-color css
<style>
a { background-color: #DF840C; }
a { background-color: rgb(223,132,12); }
div.DivClassName
{
background-color: #DF840C;
}
.BgClassName
{
background-color: #DF840C;
}
</style>
border-color css
<style>
span { border-color: #DF840C; }
span { border-color: rgb(223,132,12); }
td.TdClassName
{
border-color: #DF840C;
}
.TagClassName
{
border-color: #DF840C;
}
</style>