Shades of Tenne (Tawny) #D44600
Tints of Tenne (Tawny) #D44600
RGB
CMYK
RGB Variations
Color information
#D44600 (or 0xD44600) is known color: Tenne (Tawny). HEX triplet: D4, 46 and 00. RGB value is (212,70,0). Sum of RGB (Red+Green+Blue) = 212+70+0=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D44600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44600 is #2BB9FF. Grayscale: #686868. Windows color (decimal): -2865664 or 18132. OLE color: 18132.
HSL color Cylindrical-coordinate representation of color #D44600: hue angle of 19.81º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D44600 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.17 |
| HSL | 19.81º | 1% | 0.42% | - |
| HSV(B) | 19.81º | 1% | 0.83% | - |
| XYZ | 29.34 | 18.38 | 2 | - |
| YUV | 104.48 | 69.04 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 0 | 0 | 0.67 | 1 | 0.17 | 19.81 | 1 | 0.42 |
| Hex | D4 | 46 | 0 | 0 | 43 | 64 | 11 | 14 | 64 | 2A |
| Octal | 324 | 106 | 0 | 0 | 103 | 144 | 21 | 24 | 144 | 52 |
| Binary | 11010100 | 1000110 | 0 | 0 | 1000011 | 1100100 | 10001 | 10100 | 1100100 | 101010 |
Color Harmonies of #D44600
Complementary color
Monochromatic Colors of #D44600
Black with #D44600
Text Example
Text Example
White with #D44600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44600; }
p { color: rgb(212,70,0); }
H1.HeaderClassName
{
color: #D44600;
}
.AnyTagClassName
{
color: #D44600;
}
</style>
background-color css
<style>
a { background-color: #D44600; }
a { background-color: rgb(212,70,0); }
div.DivClassName
{
background-color: #D44600;
}
.BgClassName
{
background-color: #D44600;
}
</style>
border-color css
<style>
span { border-color: #D44600; }
span { border-color: rgb(212,70,0); }
td.TdClassName
{
border-color: #D44600;
}
.TagClassName
{
border-color: #D44600;
}
</style>