Shades of Tenne (Tawny) #D24902
Tints of Tenne (Tawny) #D24902
RGB
CMYK
RGB Variations
Color information
#D24902 (or 0xD24902) is known color: Tenne (Tawny). HEX triplet: D2, 49 and 02. RGB value is (210,73,2). Sum of RGB (Red+Green+Blue) = 210+73+2=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D24902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24902 is #2DB6FD. Grayscale: #6A6A6A. Windows color (decimal): -2995966 or 149970. OLE color: 149970.
HSL color Cylindrical-coordinate representation of color #D24902: hue angle of 20.48º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D24902 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.18 |
| HSL | 20.48º | 0.98% | 0.42% | - |
| HSV(B) | 20.48º | 0.99% | 0.82% | - |
| XYZ | 28.97 | 18.47 | 2.1 | - |
| YUV | 105.87 | 69.39 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 2 | 0 | 0.65 | 0.99 | 0.18 | 20.48 | 0.98 | 0.42 |
| Hex | D2 | 49 | 2 | 0 | 41 | 63 | 12 | 14 | 62 | 2A |
| Octal | 322 | 111 | 2 | 0 | 101 | 143 | 22 | 24 | 142 | 52 |
| Binary | 11010010 | 1001001 | 10 | 0 | 1000001 | 1100011 | 10010 | 10100 | 1100010 | 101010 |
Color Harmonies of #D24902
Complementary color
Monochromatic Colors of #D24902
Black with #D24902
Text Example
Text Example
White with #D24902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24902; }
p { color: rgb(210,73,2); }
H1.HeaderClassName
{
color: #D24902;
}
.AnyTagClassName
{
color: #D24902;
}
</style>
background-color css
<style>
a { background-color: #D24902; }
a { background-color: rgb(210,73,2); }
div.DivClassName
{
background-color: #D24902;
}
.BgClassName
{
background-color: #D24902;
}
</style>
border-color css
<style>
span { border-color: #D24902; }
span { border-color: rgb(210,73,2); }
td.TdClassName
{
border-color: #D24902;
}
.TagClassName
{
border-color: #D24902;
}
</style>