Shades of Tangerine #DF8408
Tints of Tangerine #DF8408
RGB
CMYK
RGB Variations
Color information
#DF8408 (or 0xDF8408) is known color: Tangerine. HEX triplet: DF, 84 and 08. RGB value is (223,132,8). Sum of RGB (Red+Green+Blue) = 223+132+8=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8408 is #207BF7. Grayscale: #919191. Windows color (decimal): -2128888 or 558303. OLE color: 558303.
HSL color Cylindrical-coordinate representation of color #DF8408: hue angle of 34.6º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF8408 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.13 |
| HSL | 34.6º | 0.93% | 0.45% | - |
| HSV(B) | 34.6º | 0.96% | 0.87% | - |
| XYZ | 38.73 | 32.21 | 4.41 | - |
| YUV | 145.07 | 50.65 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 8 | 0 | 0.41 | 0.96 | 0.13 | 34.6 | 0.93 | 0.45 |
| Hex | DF | 84 | 8 | 0 | 29 | 60 | D | 23 | 5D | 2D |
| Octal | 337 | 204 | 10 | 0 | 51 | 140 | 15 | 43 | 135 | 55 |
| Binary | 11011111 | 10000100 | 1000 | 0 | 101001 | 1100000 | 1101 | 100011 | 1011101 | 101101 |
Color Harmonies of #DF8408
Complementary color
Monochromatic Colors of #DF8408
Black with #DF8408
Text Example
Text Example
White with #DF8408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8408; }
p { color: rgb(223,132,8); }
H1.HeaderClassName
{
color: #DF8408;
}
.AnyTagClassName
{
color: #DF8408;
}
</style>
background-color css
<style>
a { background-color: #DF8408; }
a { background-color: rgb(223,132,8); }
div.DivClassName
{
background-color: #DF8408;
}
.BgClassName
{
background-color: #DF8408;
}
</style>
border-color css
<style>
span { border-color: #DF8408; }
span { border-color: rgb(223,132,8); }
td.TdClassName
{
border-color: #DF8408;
}
.TagClassName
{
border-color: #DF8408;
}
</style>