Shades of Tenne (Tawny) #D04A10
Tints of Tenne (Tawny) #D04A10
RGB
CMYK
RGB Variations
Color information
#D04A10 (or 0xD04A10) is known color: Tenne (Tawny). HEX triplet: D0, 4A and 10. RGB value is (208,74,16). Sum of RGB (Red+Green+Blue) = 208+74+16=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04A10 is #2FB5EF. Grayscale: #6B6B6B. Windows color (decimal): -3126768 or 1067728. OLE color: 1067728.
HSL color Cylindrical-coordinate representation of color #D04A10: hue angle of 18.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D04A10 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 16 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.18 |
| HSL | 18.13º | 0.86% | 0.44% | - |
| HSV(B) | 18.13º | 0.92% | 0.82% | - |
| XYZ | 28.55 | 18.34 | 2.53 | - |
| YUV | 107.45 | 76.39 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 16 | 0 | 0.64 | 0.92 | 0.18 | 18.13 | 0.86 | 0.44 |
| Hex | D0 | 4A | 10 | 0 | 40 | 5C | 12 | 12 | 56 | 2C |
| Octal | 320 | 112 | 20 | 0 | 100 | 134 | 22 | 22 | 126 | 54 |
| Binary | 11010000 | 1001010 | 10000 | 0 | 1000000 | 1011100 | 10010 | 10010 | 1010110 | 101100 |
Color Harmonies of #D04A10
Complementary color
Monochromatic Colors of #D04A10
Black with #D04A10
Text Example
Text Example
White with #D04A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A10; }
p { color: rgb(208,74,16); }
H1.HeaderClassName
{
color: #D04A10;
}
.AnyTagClassName
{
color: #D04A10;
}
</style>
background-color css
<style>
a { background-color: #D04A10; }
a { background-color: rgb(208,74,16); }
div.DivClassName
{
background-color: #D04A10;
}
.BgClassName
{
background-color: #D04A10;
}
</style>
border-color css
<style>
span { border-color: #D04A10; }
span { border-color: rgb(208,74,16); }
td.TdClassName
{
border-color: #D04A10;
}
.TagClassName
{
border-color: #D04A10;
}
</style>