Shades of Tenne (Tawny) #D05904
Tints of Tenne (Tawny) #D05904
RGB
CMYK
RGB Variations
Color information
#D05904 (or 0xD05904) is known color: Tenne (Tawny). HEX triplet: D0, 59 and 04. RGB value is (208,89,4). Sum of RGB (Red+Green+Blue) = 208+89+4=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D05904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05904 is #2FA6FB. Grayscale: #737373. Windows color (decimal): -3122940 or 285136. OLE color: 285136.
HSL color Cylindrical-coordinate representation of color #D05904: hue angle of 25º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D05904 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 4 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.18 |
| HSL | 25º | 0.96% | 0.42% | - |
| HSV(B) | 25º | 0.98% | 0.82% | - |
| XYZ | 29.61 | 20.56 | 2.52 | - |
| YUV | 114.89 | 65.42 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 4 | 0 | 0.57 | 0.98 | 0.18 | 25 | 0.96 | 0.42 |
| Hex | D0 | 59 | 4 | 0 | 39 | 62 | 12 | 19 | 60 | 2A |
| Octal | 320 | 131 | 4 | 0 | 71 | 142 | 22 | 31 | 140 | 52 |
| Binary | 11010000 | 1011001 | 100 | 0 | 111001 | 1100010 | 10010 | 11001 | 1100000 | 101010 |
Color Harmonies of #D05904
Complementary color
Monochromatic Colors of #D05904
Black with #D05904
Text Example
Text Example
White with #D05904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05904; }
p { color: rgb(208,89,4); }
H1.HeaderClassName
{
color: #D05904;
}
.AnyTagClassName
{
color: #D05904;
}
</style>
background-color css
<style>
a { background-color: #D05904; }
a { background-color: rgb(208,89,4); }
div.DivClassName
{
background-color: #D05904;
}
.BgClassName
{
background-color: #D05904;
}
</style>
border-color css
<style>
span { border-color: #D05904; }
span { border-color: rgb(208,89,4); }
td.TdClassName
{
border-color: #D05904;
}
.TagClassName
{
border-color: #D05904;
}
</style>