Shades of Tenne (Tawny) #D24901
Tints of Tenne (Tawny) #D24901
RGB
CMYK
RGB Variations
Color information
#D24901 (or 0xD24901) is known color: Tenne (Tawny). HEX triplet: D2, 49 and 01. RGB value is (210,73,1). Sum of RGB (Red+Green+Blue) = 210+73+1=284 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.94% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 210 - color contains mainly: red. Hex color #D24901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24901 is #2DB6FE. Grayscale: #6A6A6A. Windows color (decimal): -2995967 or 84434. OLE color: 84434.
HSL color Cylindrical-coordinate representation of color #D24901: hue angle of 20.67º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D24901 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 1 | - |
| CMYK | 0 | 0.65 | 1.00 | 0.18 |
| HSL | 20.67º | 0.99% | 0.41% | - |
| HSV(B) | 20.67º | 1% | 0.82% | - |
| XYZ | 28.97 | 18.47 | 2.07 | - |
| YUV | 105.76 | 68.89 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 1 | 0 | 0.65 | 1.00 | 0.18 | 20.67 | 0.99 | 0.41 |
| Hex | D2 | 49 | 1 | 0 | 41 | 64 | 12 | 15 | 63 | 29 |
| Octal | 322 | 111 | 1 | 0 | 101 | 144 | 22 | 25 | 143 | 51 |
| Binary | 11010010 | 1001001 | 1 | 0 | 1000001 | 1100100 | 10010 | 10101 | 1100011 | 101001 |
Color Harmonies of #D24901
Complementary color
Monochromatic Colors of #D24901
Black with #D24901
Text Example
Text Example
White with #D24901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24901; }
p { color: rgb(210,73,1); }
H1.HeaderClassName
{
color: #D24901;
}
.AnyTagClassName
{
color: #D24901;
}
</style>
background-color css
<style>
a { background-color: #D24901; }
a { background-color: rgb(210,73,1); }
div.DivClassName
{
background-color: #D24901;
}
.BgClassName
{
background-color: #D24901;
}
</style>
border-color css
<style>
span { border-color: #D24901; }
span { border-color: rgb(210,73,1); }
td.TdClassName
{
border-color: #D24901;
}
.TagClassName
{
border-color: #D24901;
}
</style>