Shades of Tangerine #DF8407
Tints of Tangerine #DF8407
RGB
CMYK
RGB Variations
Color information
#DF8407 (or 0xDF8407) is known color: Tangerine. HEX triplet: DF, 84 and 07. RGB value is (223,132,7). Sum of RGB (Red+Green+Blue) = 223+132+7=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8407 is #207BF8. Grayscale: #919191. Windows color (decimal): -2128889 or 492767. OLE color: 492767.
HSL color Cylindrical-coordinate representation of color #DF8407: hue angle of 34.72º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF8407 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 7 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.13 |
| HSL | 34.72º | 0.94% | 0.45% | - |
| HSV(B) | 34.72º | 0.97% | 0.87% | - |
| XYZ | 38.72 | 32.21 | 4.38 | - |
| YUV | 144.96 | 50.15 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 7 | 0 | 0.41 | 0.97 | 0.13 | 34.72 | 0.94 | 0.45 |
| Hex | DF | 84 | 7 | 0 | 29 | 61 | D | 23 | 5E | 2D |
| Octal | 337 | 204 | 7 | 0 | 51 | 141 | 15 | 43 | 136 | 55 |
| Binary | 11011111 | 10000100 | 111 | 0 | 101001 | 1100001 | 1101 | 100011 | 1011110 | 101101 |
Color Harmonies of #DF8407
Complementary color
Monochromatic Colors of #DF8407
Black with #DF8407
Text Example
Text Example
White with #DF8407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8407; }
p { color: rgb(223,132,7); }
H1.HeaderClassName
{
color: #DF8407;
}
.AnyTagClassName
{
color: #DF8407;
}
</style>
background-color css
<style>
a { background-color: #DF8407; }
a { background-color: rgb(223,132,7); }
div.DivClassName
{
background-color: #DF8407;
}
.BgClassName
{
background-color: #DF8407;
}
</style>
border-color css
<style>
span { border-color: #DF8407; }
span { border-color: rgb(223,132,7); }
td.TdClassName
{
border-color: #DF8407;
}
.TagClassName
{
border-color: #DF8407;
}
</style>