Shades of Tenne (Tawny) #D86409
Tints of Tenne (Tawny) #D86409
RGB
CMYK
RGB Variations
Color information
#D86409 (or 0xD86409) is known color: Tenne (Tawny). HEX triplet: D8, 64 and 09. RGB value is (216,100,9). Sum of RGB (Red+Green+Blue) = 216+100+9=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D86409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86409 is #279BF6. Grayscale: #7C7C7C. Windows color (decimal): -2595831 or 615640. OLE color: 615640.
HSL color Cylindrical-coordinate representation of color #D86409: hue angle of 26.38º 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 #D86409 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 9 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.15 |
| HSL | 26.38º | 0.92% | 0.44% | - |
| HSV(B) | 26.38º | 0.96% | 0.85% | - |
| XYZ | 32.93 | 23.73 | 3.1 | - |
| YUV | 124.31 | 62.93 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 9 | 0 | 0.54 | 0.96 | 0.15 | 26.38 | 0.92 | 0.44 |
| Hex | D8 | 64 | 9 | 0 | 36 | 60 | F | 1A | 5C | 2C |
| Octal | 330 | 144 | 11 | 0 | 66 | 140 | 17 | 32 | 134 | 54 |
| Binary | 11011000 | 1100100 | 1001 | 0 | 110110 | 1100000 | 1111 | 11010 | 1011100 | 101100 |
Color Harmonies of #D86409
Complementary color
Monochromatic Colors of #D86409
Black with #D86409
Text Example
Text Example
White with #D86409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86409; }
p { color: rgb(216,100,9); }
H1.HeaderClassName
{
color: #D86409;
}
.AnyTagClassName
{
color: #D86409;
}
</style>
background-color css
<style>
a { background-color: #D86409; }
a { background-color: rgb(216,100,9); }
div.DivClassName
{
background-color: #D86409;
}
.BgClassName
{
background-color: #D86409;
}
</style>
border-color css
<style>
span { border-color: #D86409; }
span { border-color: rgb(216,100,9); }
td.TdClassName
{
border-color: #D86409;
}
.TagClassName
{
border-color: #D86409;
}
</style>