Shades of Tenne (Tawny) #D24F04
Tints of Tenne (Tawny) #D24F04
RGB
CMYK
RGB Variations
Color information
#D24F04 (or 0xD24F04) is known color: Tenne (Tawny). HEX triplet: D2, 4F and 04. RGB value is (210,79,4). Sum of RGB (Red+Green+Blue) = 210+79+4=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D24F04 is #2DB0FB. Grayscale: #6E6E6E. Windows color (decimal): -2994428 or 282578. OLE color: 282578.
HSL color Cylindrical-coordinate representation of color #D24F04: hue angle of 21.84º degrees, saturation: 0.96, 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 #D24F04 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.18 |
| HSL | 21.84º | 0.96% | 0.42% | - |
| HSV(B) | 21.84º | 0.98% | 0.82% | - |
| XYZ | 29.4 | 19.3 | 2.29 | - |
| YUV | 109.62 | 68.4 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 4 | 0 | 0.62 | 0.98 | 0.18 | 21.84 | 0.96 | 0.42 |
| Hex | D2 | 4F | 4 | 0 | 3E | 62 | 12 | 16 | 60 | 2A |
| Octal | 322 | 117 | 4 | 0 | 76 | 142 | 22 | 26 | 140 | 52 |
| Binary | 11010010 | 1001111 | 100 | 0 | 111110 | 1100010 | 10010 | 10110 | 1100000 | 101010 |
Color Harmonies of #D24F04
Complementary color
Monochromatic Colors of #D24F04
Black with #D24F04
Text Example
Text Example
White with #D24F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F04; }
p { color: rgb(210,79,4); }
H1.HeaderClassName
{
color: #D24F04;
}
.AnyTagClassName
{
color: #D24F04;
}
</style>
background-color css
<style>
a { background-color: #D24F04; }
a { background-color: rgb(210,79,4); }
div.DivClassName
{
background-color: #D24F04;
}
.BgClassName
{
background-color: #D24F04;
}
</style>
border-color css
<style>
span { border-color: #D24F04; }
span { border-color: rgb(210,79,4); }
td.TdClassName
{
border-color: #D24F04;
}
.TagClassName
{
border-color: #D24F04;
}
</style>