Shades of Tenne (Tawny) #D0610D
Tints of Tenne (Tawny) #D0610D
RGB
CMYK
RGB Variations
Color information
#D0610D (or 0xD0610D) is known color: Tenne (Tawny). HEX triplet: D0, 61 and 0D. RGB value is (208,97,13). Sum of RGB (Red+Green+Blue) = 208+97+13=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D0610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0610D is #2F9EF2. Grayscale: #797979. Windows color (decimal): -3120883 or 877008. OLE color: 877008.
HSL color Cylindrical-coordinate representation of color #D0610D: hue angle of 25.85º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0610D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 13 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.18 |
| HSL | 25.85º | 0.88% | 0.43% | - |
| HSV(B) | 25.85º | 0.94% | 0.82% | - |
| XYZ | 30.36 | 21.99 | 3.02 | - |
| YUV | 120.61 | 67.27 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 13 | 0 | 0.53 | 0.94 | 0.18 | 25.85 | 0.88 | 0.43 |
| Hex | D0 | 61 | D | 0 | 35 | 5E | 12 | 1A | 58 | 2B |
| Octal | 320 | 141 | 15 | 0 | 65 | 136 | 22 | 32 | 130 | 53 |
| Binary | 11010000 | 1100001 | 1101 | 0 | 110101 | 1011110 | 10010 | 11010 | 1011000 | 101011 |
Color Harmonies of #D0610D
Complementary color
Monochromatic Colors of #D0610D
Black with #D0610D
Text Example
Text Example
White with #D0610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0610D; }
p { color: rgb(208,97,13); }
H1.HeaderClassName
{
color: #D0610D;
}
.AnyTagClassName
{
color: #D0610D;
}
</style>
background-color css
<style>
a { background-color: #D0610D; }
a { background-color: rgb(208,97,13); }
div.DivClassName
{
background-color: #D0610D;
}
.BgClassName
{
background-color: #D0610D;
}
</style>
border-color css
<style>
span { border-color: #D0610D; }
span { border-color: rgb(208,97,13); }
td.TdClassName
{
border-color: #D0610D;
}
.TagClassName
{
border-color: #D0610D;
}
</style>