Shades of Tenne (Tawny) #D05A0C
Tints of Tenne (Tawny) #D05A0C
RGB
CMYK
RGB Variations
Color information
#D05A0C (or 0xD05A0C) is known color: Tenne (Tawny). HEX triplet: D0, 5A and 0C. RGB value is (208,90,12). Sum of RGB (Red+Green+Blue) = 208+90+12=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05A0C is #2FA5F3. Grayscale: #747474. Windows color (decimal): -3122676 or 809680. OLE color: 809680.
HSL color Cylindrical-coordinate representation of color #D05A0C: hue angle of 23.88º degrees, saturation: 0.89, 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 #D05A0C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 90 | 12 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.18 |
| HSL | 23.88º | 0.89% | 0.43% | - |
| HSV(B) | 23.88º | 0.94% | 0.82% | - |
| XYZ | 29.73 | 20.75 | 2.79 | - |
| YUV | 116.39 | 69.09 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 12 | 0 | 0.57 | 0.94 | 0.18 | 23.88 | 0.89 | 0.43 |
| Hex | D0 | 5A | C | 0 | 39 | 5E | 12 | 18 | 59 | 2B |
| Octal | 320 | 132 | 14 | 0 | 71 | 136 | 22 | 30 | 131 | 53 |
| Binary | 11010000 | 1011010 | 1100 | 0 | 111001 | 1011110 | 10010 | 11000 | 1011001 | 101011 |
Color Harmonies of #D05A0C
Complementary color
Monochromatic Colors of #D05A0C
Black with #D05A0C
Text Example
Text Example
White with #D05A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05A0C; }
p { color: rgb(208,90,12); }
H1.HeaderClassName
{
color: #D05A0C;
}
.AnyTagClassName
{
color: #D05A0C;
}
</style>
background-color css
<style>
a { background-color: #D05A0C; }
a { background-color: rgb(208,90,12); }
div.DivClassName
{
background-color: #D05A0C;
}
.BgClassName
{
background-color: #D05A0C;
}
</style>
border-color css
<style>
span { border-color: #D05A0C; }
span { border-color: rgb(208,90,12); }
td.TdClassName
{
border-color: #D05A0C;
}
.TagClassName
{
border-color: #D05A0C;
}
</style>