Shades of Tenne (Tawny) #D05805
Tints of Tenne (Tawny) #D05805
RGB
CMYK
RGB Variations
Color information
#D05805 (or 0xD05805) is known color: Tenne (Tawny). HEX triplet: D0, 58 and 05. RGB value is (208,88,5). Sum of RGB (Red+Green+Blue) = 208+88+5=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D05805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05805 is #2FA7FA. Grayscale: #727272. Windows color (decimal): -3123195 or 350416. OLE color: 350416.
HSL color Cylindrical-coordinate representation of color #D05805: hue angle of 24.53º degrees, saturation: 0.95, 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 #D05805 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.18 |
| HSL | 24.53º | 0.95% | 0.42% | - |
| HSV(B) | 24.53º | 0.98% | 0.82% | - |
| XYZ | 29.53 | 20.4 | 2.52 | - |
| YUV | 114.42 | 66.26 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 5 | 0 | 0.58 | 0.98 | 0.18 | 24.53 | 0.95 | 0.42 |
| Hex | D0 | 58 | 5 | 0 | 3A | 62 | 12 | 19 | 5F | 2A |
| Octal | 320 | 130 | 5 | 0 | 72 | 142 | 22 | 31 | 137 | 52 |
| Binary | 11010000 | 1011000 | 101 | 0 | 111010 | 1100010 | 10010 | 11001 | 1011111 | 101010 |
Color Harmonies of #D05805
Complementary color
Monochromatic Colors of #D05805
Black with #D05805
Text Example
Text Example
White with #D05805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05805; }
p { color: rgb(208,88,5); }
H1.HeaderClassName
{
color: #D05805;
}
.AnyTagClassName
{
color: #D05805;
}
</style>
background-color css
<style>
a { background-color: #D05805; }
a { background-color: rgb(208,88,5); }
div.DivClassName
{
background-color: #D05805;
}
.BgClassName
{
background-color: #D05805;
}
</style>
border-color css
<style>
span { border-color: #D05805; }
span { border-color: rgb(208,88,5); }
td.TdClassName
{
border-color: #D05805;
}
.TagClassName
{
border-color: #D05805;
}
</style>