Shades of Tenne (Tawny) #D05C09
Tints of Tenne (Tawny) #D05C09
RGB
CMYK
RGB Variations
Color information
#D05C09 (or 0xD05C09) is known color: Tenne (Tawny). HEX triplet: D0, 5C and 09. RGB value is (208,92,9). Sum of RGB (Red+Green+Blue) = 208+92+9=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05C09 is #2FA3F6. Grayscale: #757575. Windows color (decimal): -3122167 or 613584. OLE color: 613584.
HSL color Cylindrical-coordinate representation of color #D05C09: hue angle of 25.03º 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 #D05C09 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 9 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.18 |
| HSL | 25.03º | 0.92% | 0.43% | - |
| HSV(B) | 25.03º | 0.96% | 0.82% | - |
| XYZ | 29.89 | 21.08 | 2.75 | - |
| YUV | 117.22 | 66.93 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 9 | 0 | 0.56 | 0.96 | 0.18 | 25.03 | 0.92 | 0.43 |
| Hex | D0 | 5C | 9 | 0 | 38 | 60 | 12 | 19 | 5C | 2B |
| Octal | 320 | 134 | 11 | 0 | 70 | 140 | 22 | 31 | 134 | 53 |
| Binary | 11010000 | 1011100 | 1001 | 0 | 111000 | 1100000 | 10010 | 11001 | 1011100 | 101011 |
Color Harmonies of #D05C09
Complementary color
Monochromatic Colors of #D05C09
Black with #D05C09
Text Example
Text Example
White with #D05C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05C09; }
p { color: rgb(208,92,9); }
H1.HeaderClassName
{
color: #D05C09;
}
.AnyTagClassName
{
color: #D05C09;
}
</style>
background-color css
<style>
a { background-color: #D05C09; }
a { background-color: rgb(208,92,9); }
div.DivClassName
{
background-color: #D05C09;
}
.BgClassName
{
background-color: #D05C09;
}
</style>
border-color css
<style>
span { border-color: #D05C09; }
span { border-color: rgb(208,92,9); }
td.TdClassName
{
border-color: #D05C09;
}
.TagClassName
{
border-color: #D05C09;
}
</style>