Shades of Tenne (Tawny) #D44C08
Tints of Tenne (Tawny) #D44C08
RGB
CMYK
RGB Variations
Color information
#D44C08 (or 0xD44C08) is known color: Tenne (Tawny). HEX triplet: D4, 4C and 08. RGB value is (212,76,8). Sum of RGB (Red+Green+Blue) = 212+76+8=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44C08 is #2BB3F7. Grayscale: #6D6D6D. Windows color (decimal): -2864120 or 543956. OLE color: 543956.
HSL color Cylindrical-coordinate representation of color #D44C08: hue angle of 20º 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 #D44C08 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.17 |
| HSL | 20º | 0.93% | 0.43% | - |
| HSV(B) | 20º | 0.96% | 0.83% | - |
| XYZ | 29.78 | 19.18 | 2.36 | - |
| YUV | 108.91 | 71.06 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 8 | 0 | 0.64 | 0.96 | 0.17 | 20 | 0.93 | 0.43 |
| Hex | D4 | 4C | 8 | 0 | 40 | 60 | 11 | 14 | 5D | 2B |
| Octal | 324 | 114 | 10 | 0 | 100 | 140 | 21 | 24 | 135 | 53 |
| Binary | 11010100 | 1001100 | 1000 | 0 | 1000000 | 1100000 | 10001 | 10100 | 1011101 | 101011 |
Color Harmonies of #D44C08
Complementary color
Monochromatic Colors of #D44C08
Black with #D44C08
Text Example
Text Example
White with #D44C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44C08; }
p { color: rgb(212,76,8); }
H1.HeaderClassName
{
color: #D44C08;
}
.AnyTagClassName
{
color: #D44C08;
}
</style>
background-color css
<style>
a { background-color: #D44C08; }
a { background-color: rgb(212,76,8); }
div.DivClassName
{
background-color: #D44C08;
}
.BgClassName
{
background-color: #D44C08;
}
</style>
border-color css
<style>
span { border-color: #D44C08; }
span { border-color: rgb(212,76,8); }
td.TdClassName
{
border-color: #D44C08;
}
.TagClassName
{
border-color: #D44C08;
}
</style>