Shades of Tenne (Tawny) #D24805
Tints of Tenne (Tawny) #D24805
RGB
CMYK
RGB Variations
Color information
#D24805 (or 0xD24805) is known color: Tenne (Tawny). HEX triplet: D2, 48 and 05. RGB value is (210,72,5). Sum of RGB (Red+Green+Blue) = 210+72+5=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D24805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24805 is #2DB7FA. Grayscale: #6A6A6A. Windows color (decimal): -2996219 or 346322. OLE color: 346322.
HSL color Cylindrical-coordinate representation of color #D24805: hue angle of 19.61º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D24805 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 5 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.18 |
| HSL | 19.61º | 0.95% | 0.42% | - |
| HSV(B) | 19.61º | 0.98% | 0.82% | - |
| XYZ | 28.92 | 18.35 | 2.16 | - |
| YUV | 105.62 | 71.22 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 5 | 0 | 0.66 | 0.98 | 0.18 | 19.61 | 0.95 | 0.42 |
| Hex | D2 | 48 | 5 | 0 | 42 | 62 | 12 | 14 | 5F | 2A |
| Octal | 322 | 110 | 5 | 0 | 102 | 142 | 22 | 24 | 137 | 52 |
| Binary | 11010010 | 1001000 | 101 | 0 | 1000010 | 1100010 | 10010 | 10100 | 1011111 | 101010 |
Color Harmonies of #D24805
Complementary color
Monochromatic Colors of #D24805
Black with #D24805
Text Example
Text Example
White with #D24805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24805; }
p { color: rgb(210,72,5); }
H1.HeaderClassName
{
color: #D24805;
}
.AnyTagClassName
{
color: #D24805;
}
</style>
background-color css
<style>
a { background-color: #D24805; }
a { background-color: rgb(210,72,5); }
div.DivClassName
{
background-color: #D24805;
}
.BgClassName
{
background-color: #D24805;
}
</style>
border-color css
<style>
span { border-color: #D24805; }
span { border-color: rgb(210,72,5); }
td.TdClassName
{
border-color: #D24805;
}
.TagClassName
{
border-color: #D24805;
}
</style>