Shades of Tangerine #DF840F
Tints of Tangerine #DF840F
RGB
CMYK
RGB Variations
Color information
#DF840F (or 0xDF840F) is known color: Tangerine. HEX triplet: DF, 84 and 0F. RGB value is (223,132,15). Sum of RGB (Red+Green+Blue) = 223+132+15=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF840F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF840F is #207BF0. Grayscale: #929292. Windows color (decimal): -2128881 or 1017055. OLE color: 1017055.
HSL color Cylindrical-coordinate representation of color #DF840F: hue angle of 33.75º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF840F is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 15 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.13 |
| HSL | 33.75º | 0.87% | 0.47% | - |
| HSV(B) | 33.75º | 0.93% | 0.87% | - |
| XYZ | 38.77 | 32.22 | 4.63 | - |
| YUV | 145.87 | 54.15 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 15 | 0 | 0.41 | 0.93 | 0.13 | 33.75 | 0.87 | 0.47 |
| Hex | DF | 84 | F | 0 | 29 | 5D | D | 22 | 57 | 2F |
| Octal | 337 | 204 | 17 | 0 | 51 | 135 | 15 | 42 | 127 | 57 |
| Binary | 11011111 | 10000100 | 1111 | 0 | 101001 | 1011101 | 1101 | 100010 | 1010111 | 101111 |
Color Harmonies of #DF840F
Complementary color
Monochromatic Colors of #DF840F
Black with #DF840F
Text Example
Text Example
White with #DF840F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF840F; }
p { color: rgb(223,132,15); }
H1.HeaderClassName
{
color: #DF840F;
}
.AnyTagClassName
{
color: #DF840F;
}
</style>
background-color css
<style>
a { background-color: #DF840F; }
a { background-color: rgb(223,132,15); }
div.DivClassName
{
background-color: #DF840F;
}
.BgClassName
{
background-color: #DF840F;
}
</style>
border-color css
<style>
span { border-color: #DF840F; }
span { border-color: rgb(223,132,15); }
td.TdClassName
{
border-color: #DF840F;
}
.TagClassName
{
border-color: #DF840F;
}
</style>