Shades of Tenne (Tawny) #D05B0D
Tints of Tenne (Tawny) #D05B0D
RGB
CMYK
RGB Variations
Color information
#D05B0D (or 0xD05B0D) is known color: Tenne (Tawny). HEX triplet: D0, 5B and 0D. RGB value is (208,91,13). Sum of RGB (Red+Green+Blue) = 208+91+13=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D05B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05B0D is #2FA4F2. Grayscale: #757575. Windows color (decimal): -3122419 or 875472. OLE color: 875472.
HSL color Cylindrical-coordinate representation of color #D05B0D: hue angle of 24º 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 #D05B0D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 91 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.18 |
| HSL | 24º | 0.88% | 0.43% | - |
| HSV(B) | 24º | 0.94% | 0.82% | - |
| XYZ | 29.83 | 20.92 | 2.85 | - |
| YUV | 117.09 | 69.26 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 91 | 13 | 0 | 0.56 | 0.94 | 0.18 | 24 | 0.88 | 0.43 |
| Hex | D0 | 5B | D | 0 | 38 | 5E | 12 | 18 | 58 | 2B |
| Octal | 320 | 133 | 15 | 0 | 70 | 136 | 22 | 30 | 130 | 53 |
| Binary | 11010000 | 1011011 | 1101 | 0 | 111000 | 1011110 | 10010 | 11000 | 1011000 | 101011 |
Color Harmonies of #D05B0D
Complementary color
Monochromatic Colors of #D05B0D
Black with #D05B0D
Text Example
Text Example
White with #D05B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05B0D; }
p { color: rgb(208,91,13); }
H1.HeaderClassName
{
color: #D05B0D;
}
.AnyTagClassName
{
color: #D05B0D;
}
</style>
background-color css
<style>
a { background-color: #D05B0D; }
a { background-color: rgb(208,91,13); }
div.DivClassName
{
background-color: #D05B0D;
}
.BgClassName
{
background-color: #D05B0D;
}
</style>
border-color css
<style>
span { border-color: #D05B0D; }
span { border-color: rgb(208,91,13); }
td.TdClassName
{
border-color: #D05B0D;
}
.TagClassName
{
border-color: #D05B0D;
}
</style>