Shades of Tenne (Tawny) #D44808
Tints of Tenne (Tawny) #D44808
RGB
CMYK
RGB Variations
Color information
#D44808 (or 0xD44808) is known color: Tenne (Tawny). HEX triplet: D4, 48 and 08. RGB value is (212,72,8). Sum of RGB (Red+Green+Blue) = 212+72+8=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D44808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44808 is #2BB7F7. Grayscale: #6A6A6A. Windows color (decimal): -2865144 or 542932. OLE color: 542932.
HSL color Cylindrical-coordinate representation of color #D44808: hue angle of 18.82º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D44808 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 8 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.17 |
| HSL | 18.82º | 0.93% | 0.43% | - |
| HSV(B) | 18.82º | 0.96% | 0.83% | - |
| XYZ | 29.51 | 18.65 | 2.27 | - |
| YUV | 106.56 | 72.38 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 8 | 0 | 0.66 | 0.96 | 0.17 | 18.82 | 0.93 | 0.43 |
| Hex | D4 | 48 | 8 | 0 | 42 | 60 | 11 | 13 | 5D | 2B |
| Octal | 324 | 110 | 10 | 0 | 102 | 140 | 21 | 23 | 135 | 53 |
| Binary | 11010100 | 1001000 | 1000 | 0 | 1000010 | 1100000 | 10001 | 10011 | 1011101 | 101011 |
Color Harmonies of #D44808
Complementary color
Monochromatic Colors of #D44808
Black with #D44808
Text Example
Text Example
White with #D44808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44808; }
p { color: rgb(212,72,8); }
H1.HeaderClassName
{
color: #D44808;
}
.AnyTagClassName
{
color: #D44808;
}
</style>
background-color css
<style>
a { background-color: #D44808; }
a { background-color: rgb(212,72,8); }
div.DivClassName
{
background-color: #D44808;
}
.BgClassName
{
background-color: #D44808;
}
</style>
border-color css
<style>
span { border-color: #D44808; }
span { border-color: rgb(212,72,8); }
td.TdClassName
{
border-color: #D44808;
}
.TagClassName
{
border-color: #D44808;
}
</style>