Shades of Tenne (Tawny) #D85409
Tints of Tenne (Tawny) #D85409
RGB
CMYK
RGB Variations
Color information
#D85409 (or 0xD85409) is known color: Tenne (Tawny). HEX triplet: D8, 54 and 09. RGB value is (216,84,9). Sum of RGB (Red+Green+Blue) = 216+84+9=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D85409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85409 is #27ABF6. Grayscale: #737373. Windows color (decimal): -2599927 or 611544. OLE color: 611544.
HSL color Cylindrical-coordinate representation of color #D85409: hue angle of 21.74º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D85409 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 9 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.15 |
| HSL | 21.74º | 0.92% | 0.44% | - |
| HSV(B) | 21.74º | 0.96% | 0.85% | - |
| XYZ | 31.54 | 20.96 | 2.64 | - |
| YUV | 114.92 | 68.23 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 9 | 0 | 0.61 | 0.96 | 0.15 | 21.74 | 0.92 | 0.44 |
| Hex | D8 | 54 | 9 | 0 | 3D | 60 | F | 16 | 5C | 2C |
| Octal | 330 | 124 | 11 | 0 | 75 | 140 | 17 | 26 | 134 | 54 |
| Binary | 11011000 | 1010100 | 1001 | 0 | 111101 | 1100000 | 1111 | 10110 | 1011100 | 101100 |
Color Harmonies of #D85409
Complementary color
Monochromatic Colors of #D85409
Black with #D85409
Text Example
Text Example
White with #D85409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85409; }
p { color: rgb(216,84,9); }
H1.HeaderClassName
{
color: #D85409;
}
.AnyTagClassName
{
color: #D85409;
}
</style>
background-color css
<style>
a { background-color: #D85409; }
a { background-color: rgb(216,84,9); }
div.DivClassName
{
background-color: #D85409;
}
.BgClassName
{
background-color: #D85409;
}
</style>
border-color css
<style>
span { border-color: #D85409; }
span { border-color: rgb(216,84,9); }
td.TdClassName
{
border-color: #D85409;
}
.TagClassName
{
border-color: #D85409;
}
</style>