Shades of Tangerine #DF840B
Tints of Tangerine #DF840B
RGB
CMYK
RGB Variations
Color information
#DF840B (or 0xDF840B) is known color: Tangerine. HEX triplet: DF, 84 and 0B. RGB value is (223,132,11). Sum of RGB (Red+Green+Blue) = 223+132+11=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF840B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF840B is #207BF4. Grayscale: #919191. Windows color (decimal): -2128885 or 754911. OLE color: 754911.
HSL color Cylindrical-coordinate representation of color #DF840B: hue angle of 34.25º degrees, saturation: 0.91, 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 #DF840B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 11 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.13 |
| HSL | 34.25º | 0.91% | 0.46% | - |
| HSV(B) | 34.25º | 0.95% | 0.87% | - |
| XYZ | 38.74 | 32.21 | 4.49 | - |
| YUV | 145.42 | 52.15 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 11 | 0 | 0.41 | 0.95 | 0.13 | 34.25 | 0.91 | 0.46 |
| Hex | DF | 84 | B | 0 | 29 | 5F | D | 22 | 5B | 2E |
| Octal | 337 | 204 | 13 | 0 | 51 | 137 | 15 | 42 | 133 | 56 |
| Binary | 11011111 | 10000100 | 1011 | 0 | 101001 | 1011111 | 1101 | 100010 | 1011011 | 101110 |
Color Harmonies of #DF840B
Complementary color
Monochromatic Colors of #DF840B
Black with #DF840B
Text Example
Text Example
White with #DF840B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF840B; }
p { color: rgb(223,132,11); }
H1.HeaderClassName
{
color: #DF840B;
}
.AnyTagClassName
{
color: #DF840B;
}
</style>
background-color css
<style>
a { background-color: #DF840B; }
a { background-color: rgb(223,132,11); }
div.DivClassName
{
background-color: #DF840B;
}
.BgClassName
{
background-color: #DF840B;
}
</style>
border-color css
<style>
span { border-color: #DF840B; }
span { border-color: rgb(223,132,11); }
td.TdClassName
{
border-color: #DF840B;
}
.TagClassName
{
border-color: #DF840B;
}
</style>