Shades of Tenne (Tawny) #D44F17
Tints of Tenne (Tawny) #D44F17
RGB
CMYK
RGB Variations
Color information
#D44F17 (or 0xD44F17) is known color: Tenne (Tawny). HEX triplet: D4, 4F and 17. RGB value is (212,79,23). Sum of RGB (Red+Green+Blue) = 212+79+23=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D44F17 is #2BB0E8. Grayscale: #707070. Windows color (decimal): -2863337 or 1527764. OLE color: 1527764.
HSL color Cylindrical-coordinate representation of color #D44F17: hue angle of 17.78º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D44F17 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 79 | 23 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.17 |
| HSL | 17.78º | 0.8% | 0.46% | - |
| HSV(B) | 17.78º | 0.89% | 0.83% | - |
| XYZ | 30.1 | 19.65 | 3.02 | - |
| YUV | 112.38 | 77.56 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 23 | 0 | 0.63 | 0.89 | 0.17 | 17.78 | 0.8 | 0.46 |
| Hex | D4 | 4F | 17 | 0 | 3F | 59 | 11 | 12 | 50 | 2E |
| Octal | 324 | 117 | 27 | 0 | 77 | 131 | 21 | 22 | 120 | 56 |
| Binary | 11010100 | 1001111 | 10111 | 0 | 111111 | 1011001 | 10001 | 10010 | 1010000 | 101110 |
Color Harmonies of #D44F17
Complementary color
Monochromatic Colors of #D44F17
Black with #D44F17
Text Example
Text Example
White with #D44F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44F17; }
p { color: rgb(212,79,23); }
H1.HeaderClassName
{
color: #D44F17;
}
.AnyTagClassName
{
color: #D44F17;
}
</style>
background-color css
<style>
a { background-color: #D44F17; }
a { background-color: rgb(212,79,23); }
div.DivClassName
{
background-color: #D44F17;
}
.BgClassName
{
background-color: #D44F17;
}
</style>
border-color css
<style>
span { border-color: #D44F17; }
span { border-color: rgb(212,79,23); }
td.TdClassName
{
border-color: #D44F17;
}
.TagClassName
{
border-color: #D44F17;
}
</style>