Shades of Tenne (Tawny) #D04C13
Tints of Tenne (Tawny) #D04C13
RGB
CMYK
RGB Variations
Color information
#D04C13 (or 0xD04C13) is known color: Tenne (Tawny). HEX triplet: D0, 4C and 13. RGB value is (208,76,19). Sum of RGB (Red+Green+Blue) = 208+76+19=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04C13 is #2FB3EC. Grayscale: #6D6D6D. Windows color (decimal): -3126253 or 1264848. OLE color: 1264848.
HSL color Cylindrical-coordinate representation of color #D04C13: hue angle of 18.1º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D04C13 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 19 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.18 |
| HSL | 18.1º | 0.83% | 0.45% | - |
| HSV(B) | 18.1º | 0.91% | 0.82% | - |
| XYZ | 28.71 | 18.63 | 2.7 | - |
| YUV | 108.97 | 77.23 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 19 | 0 | 0.63 | 0.91 | 0.18 | 18.1 | 0.83 | 0.45 |
| Hex | D0 | 4C | 13 | 0 | 3F | 5B | 12 | 12 | 53 | 2D |
| Octal | 320 | 114 | 23 | 0 | 77 | 133 | 22 | 22 | 123 | 55 |
| Binary | 11010000 | 1001100 | 10011 | 0 | 111111 | 1011011 | 10010 | 10010 | 1010011 | 101101 |
Color Harmonies of #D04C13
Complementary color
Monochromatic Colors of #D04C13
Black with #D04C13
Text Example
Text Example
White with #D04C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C13; }
p { color: rgb(208,76,19); }
H1.HeaderClassName
{
color: #D04C13;
}
.AnyTagClassName
{
color: #D04C13;
}
</style>
background-color css
<style>
a { background-color: #D04C13; }
a { background-color: rgb(208,76,19); }
div.DivClassName
{
background-color: #D04C13;
}
.BgClassName
{
background-color: #D04C13;
}
</style>
border-color css
<style>
span { border-color: #D04C13; }
span { border-color: rgb(208,76,19); }
td.TdClassName
{
border-color: #D04C13;
}
.TagClassName
{
border-color: #D04C13;
}
</style>