Shades of Tenne (Tawny) #D05912
Tints of Tenne (Tawny) #D05912
RGB
CMYK
RGB Variations
Color information
#D05912 (or 0xD05912) is known color: Tenne (Tawny). HEX triplet: D0, 59 and 12. RGB value is (208,89,18). Sum of RGB (Red+Green+Blue) = 208+89+18=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D05912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05912 is #2FA6ED. Grayscale: #747474. Windows color (decimal): -3122926 or 1202640. OLE color: 1202640.
HSL color Cylindrical-coordinate representation of color #D05912: hue angle of 22.42º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D05912 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 18 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.18 |
| HSL | 22.42º | 0.84% | 0.44% | - |
| HSV(B) | 22.42º | 0.91% | 0.82% | - |
| XYZ | 29.69 | 20.6 | 2.98 | - |
| YUV | 116.49 | 72.42 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 18 | 0 | 0.57 | 0.91 | 0.18 | 22.42 | 0.84 | 0.44 |
| Hex | D0 | 59 | 12 | 0 | 39 | 5B | 12 | 16 | 54 | 2C |
| Octal | 320 | 131 | 22 | 0 | 71 | 133 | 22 | 26 | 124 | 54 |
| Binary | 11010000 | 1011001 | 10010 | 0 | 111001 | 1011011 | 10010 | 10110 | 1010100 | 101100 |
Color Harmonies of #D05912
Complementary color
Monochromatic Colors of #D05912
Black with #D05912
Text Example
Text Example
White with #D05912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05912; }
p { color: rgb(208,89,18); }
H1.HeaderClassName
{
color: #D05912;
}
.AnyTagClassName
{
color: #D05912;
}
</style>
background-color css
<style>
a { background-color: #D05912; }
a { background-color: rgb(208,89,18); }
div.DivClassName
{
background-color: #D05912;
}
.BgClassName
{
background-color: #D05912;
}
</style>
border-color css
<style>
span { border-color: #D05912; }
span { border-color: rgb(208,89,18); }
td.TdClassName
{
border-color: #D05912;
}
.TagClassName
{
border-color: #D05912;
}
</style>