Shades of Tenne (Tawny) #D24800
Tints of Tenne (Tawny) #D24800
RGB
CMYK
RGB Variations
Color information
#D24800 (or 0xD24800) is known color: Tenne (Tawny). HEX triplet: D2, 48 and 00. RGB value is (210,72,0). Sum of RGB (Red+Green+Blue) = 210+72+0=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D24800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24800 is #2DB7FF. Grayscale: #696969. Windows color (decimal): -2996224 or 18642. OLE color: 18642.
HSL color Cylindrical-coordinate representation of color #D24800: hue angle of 20.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D24800 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.18 |
| HSL | 20.57º | 1% | 0.41% | - |
| HSV(B) | 20.57º | 1% | 0.82% | - |
| XYZ | 28.9 | 18.34 | 2.02 | - |
| YUV | 105.05 | 68.72 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 0 | 0 | 0.66 | 1 | 0.18 | 20.57 | 1 | 0.41 |
| Hex | D2 | 48 | 0 | 0 | 42 | 64 | 12 | 15 | 64 | 29 |
| Octal | 322 | 110 | 0 | 0 | 102 | 144 | 22 | 25 | 144 | 51 |
| Binary | 11010010 | 1001000 | 0 | 0 | 1000010 | 1100100 | 10010 | 10101 | 1100100 | 101001 |
Color Harmonies of #D24800
Complementary color
Monochromatic Colors of #D24800
Black with #D24800
Text Example
Text Example
White with #D24800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24800; }
p { color: rgb(210,72,0); }
H1.HeaderClassName
{
color: #D24800;
}
.AnyTagClassName
{
color: #D24800;
}
</style>
background-color css
<style>
a { background-color: #D24800; }
a { background-color: rgb(210,72,0); }
div.DivClassName
{
background-color: #D24800;
}
.BgClassName
{
background-color: #D24800;
}
</style>
border-color css
<style>
span { border-color: #D24800; }
span { border-color: rgb(210,72,0); }
td.TdClassName
{
border-color: #D24800;
}
.TagClassName
{
border-color: #D24800;
}
</style>