Shades of Tangerine #DF8404
Tints of Tangerine #DF8404
RGB
CMYK
RGB Variations
Color information
#DF8404 (or 0xDF8404) is known color: Tangerine. HEX triplet: DF, 84 and 04. RGB value is (223,132,4). Sum of RGB (Red+Green+Blue) = 223+132+4=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 4 (1.95% from 255 or 1.11% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8404 is #207BFB. Grayscale: #919191. Windows color (decimal): -2128892 or 296159. OLE color: 296159.
HSL color Cylindrical-coordinate representation of color #DF8404: hue angle of 35.07º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF8404 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 4 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.13 |
| HSL | 35.07º | 0.96% | 0.45% | - |
| HSV(B) | 35.07º | 0.98% | 0.87% | - |
| XYZ | 38.7 | 32.2 | 4.29 | - |
| YUV | 144.62 | 48.65 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 4 | 0 | 0.41 | 0.98 | 0.13 | 35.07 | 0.96 | 0.45 |
| Hex | DF | 84 | 4 | 0 | 29 | 62 | D | 23 | 60 | 2D |
| Octal | 337 | 204 | 4 | 0 | 51 | 142 | 15 | 43 | 140 | 55 |
| Binary | 11011111 | 10000100 | 100 | 0 | 101001 | 1100010 | 1101 | 100011 | 1100000 | 101101 |
Color Harmonies of #DF8404
Complementary color
Monochromatic Colors of #DF8404
Black with #DF8404
Text Example
Text Example
White with #DF8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8404; }
p { color: rgb(223,132,4); }
H1.HeaderClassName
{
color: #DF8404;
}
.AnyTagClassName
{
color: #DF8404;
}
</style>
background-color css
<style>
a { background-color: #DF8404; }
a { background-color: rgb(223,132,4); }
div.DivClassName
{
background-color: #DF8404;
}
.BgClassName
{
background-color: #DF8404;
}
</style>
border-color css
<style>
span { border-color: #DF8404; }
span { border-color: rgb(223,132,4); }
td.TdClassName
{
border-color: #DF8404;
}
.TagClassName
{
border-color: #DF8404;
}
</style>