Shades of Tenne (Tawny) #D05D0D
Tints of Tenne (Tawny) #D05D0D
RGB
CMYK
RGB Variations
Color information
#D05D0D (or 0xD05D0D) is known color: Tenne (Tawny). HEX triplet: D0, 5D and 0D. RGB value is (208,93,13). Sum of RGB (Red+Green+Blue) = 208+93+13=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05D0D is #2FA2F2. Grayscale: #767676. Windows color (decimal): -3121907 or 875984. OLE color: 875984.
HSL color Cylindrical-coordinate representation of color #D05D0D: hue angle of 24.62º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D05D0D is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 13 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.18 |
| HSL | 24.62º | 0.88% | 0.43% | - |
| HSV(B) | 24.62º | 0.94% | 0.82% | - |
| XYZ | 30 | 21.27 | 2.9 | - |
| YUV | 118.27 | 68.6 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 13 | 0 | 0.55 | 0.94 | 0.18 | 24.62 | 0.88 | 0.43 |
| Hex | D0 | 5D | D | 0 | 37 | 5E | 12 | 19 | 58 | 2B |
| Octal | 320 | 135 | 15 | 0 | 67 | 136 | 22 | 31 | 130 | 53 |
| Binary | 11010000 | 1011101 | 1101 | 0 | 110111 | 1011110 | 10010 | 11001 | 1011000 | 101011 |
Color Harmonies of #D05D0D
Complementary color
Monochromatic Colors of #D05D0D
Black with #D05D0D
Text Example
Text Example
White with #D05D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D0D; }
p { color: rgb(208,93,13); }
H1.HeaderClassName
{
color: #D05D0D;
}
.AnyTagClassName
{
color: #D05D0D;
}
</style>
background-color css
<style>
a { background-color: #D05D0D; }
a { background-color: rgb(208,93,13); }
div.DivClassName
{
background-color: #D05D0D;
}
.BgClassName
{
background-color: #D05D0D;
}
</style>
border-color css
<style>
span { border-color: #D05D0D; }
span { border-color: rgb(208,93,13); }
td.TdClassName
{
border-color: #D05D0D;
}
.TagClassName
{
border-color: #D05D0D;
}
</style>