Shades of Tenne (Tawny) #D05D09
Tints of Tenne (Tawny) #D05D09
RGB
CMYK
RGB Variations
Color information
#D05D09 (or 0xD05D09) is known color: Tenne (Tawny). HEX triplet: D0, 5D and 09. RGB value is (208,93,9). Sum of RGB (Red+Green+Blue) = 208+93+9=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05D09 is #2FA2F6. Grayscale: #767676. Windows color (decimal): -3121911 or 613840. OLE color: 613840.
HSL color Cylindrical-coordinate representation of color #D05D09: hue angle of 25.33º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D05D09 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 9 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.18 |
| HSL | 25.33º | 0.92% | 0.43% | - |
| HSV(B) | 25.33º | 0.96% | 0.82% | - |
| XYZ | 29.98 | 21.26 | 2.78 | - |
| YUV | 117.81 | 66.6 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 9 | 0 | 0.55 | 0.96 | 0.18 | 25.33 | 0.92 | 0.43 |
| Hex | D0 | 5D | 9 | 0 | 37 | 60 | 12 | 19 | 5C | 2B |
| Octal | 320 | 135 | 11 | 0 | 67 | 140 | 22 | 31 | 134 | 53 |
| Binary | 11010000 | 1011101 | 1001 | 0 | 110111 | 1100000 | 10010 | 11001 | 1011100 | 101011 |
Color Harmonies of #D05D09
Complementary color
Monochromatic Colors of #D05D09
Black with #D05D09
Text Example
Text Example
White with #D05D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D09; }
p { color: rgb(208,93,9); }
H1.HeaderClassName
{
color: #D05D09;
}
.AnyTagClassName
{
color: #D05D09;
}
</style>
background-color css
<style>
a { background-color: #D05D09; }
a { background-color: rgb(208,93,9); }
div.DivClassName
{
background-color: #D05D09;
}
.BgClassName
{
background-color: #D05D09;
}
</style>
border-color css
<style>
span { border-color: #D05D09; }
span { border-color: rgb(208,93,9); }
td.TdClassName
{
border-color: #D05D09;
}
.TagClassName
{
border-color: #D05D09;
}
</style>