Shades of Tenne (Tawny) #D0560A
Tints of Tenne (Tawny) #D0560A
RGB
CMYK
RGB Variations
Color information
#D0560A (or 0xD0560A) is known color: Tenne (Tawny). HEX triplet: D0, 56 and 0A. RGB value is (208,86,10). Sum of RGB (Red+Green+Blue) = 208+86+10=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D0560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0560A is #2FA9F5. Grayscale: #727272. Windows color (decimal): -3123702 or 677584. OLE color: 677584.
HSL color Cylindrical-coordinate representation of color #D0560A: hue angle of 23.03º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0560A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 86 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.18 |
| HSL | 23.03º | 0.91% | 0.43% | - |
| HSV(B) | 23.03º | 0.95% | 0.82% | - |
| XYZ | 29.4 | 20.09 | 2.62 | - |
| YUV | 113.81 | 69.42 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 10 | 0 | 0.59 | 0.95 | 0.18 | 23.03 | 0.91 | 0.43 |
| Hex | D0 | 56 | A | 0 | 3B | 5F | 12 | 17 | 5B | 2B |
| Octal | 320 | 126 | 12 | 0 | 73 | 137 | 22 | 27 | 133 | 53 |
| Binary | 11010000 | 1010110 | 1010 | 0 | 111011 | 1011111 | 10010 | 10111 | 1011011 | 101011 |
Color Harmonies of #D0560A
Complementary color
Monochromatic Colors of #D0560A
Black with #D0560A
Text Example
Text Example
White with #D0560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0560A; }
p { color: rgb(208,86,10); }
H1.HeaderClassName
{
color: #D0560A;
}
.AnyTagClassName
{
color: #D0560A;
}
</style>
background-color css
<style>
a { background-color: #D0560A; }
a { background-color: rgb(208,86,10); }
div.DivClassName
{
background-color: #D0560A;
}
.BgClassName
{
background-color: #D0560A;
}
</style>
border-color css
<style>
span { border-color: #D0560A; }
span { border-color: rgb(208,86,10); }
td.TdClassName
{
border-color: #D0560A;
}
.TagClassName
{
border-color: #D0560A;
}
</style>