Shades of Tenne (Tawny) #D44C00
Tints of Tenne (Tawny) #D44C00
RGB
CMYK
RGB Variations
Color information
#D44C00 (or 0xD44C00) is known color: Tenne (Tawny). HEX triplet: D4, 4C and 00. RGB value is (212,76,0). Sum of RGB (Red+Green+Blue) = 212+76+0=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44C00 is #2BB3FF. Grayscale: #6C6C6C. Windows color (decimal): -2864128 or 19668. OLE color: 19668.
HSL color Cylindrical-coordinate representation of color #D44C00: hue angle of 21.51º 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 #D44C00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.17 |
| HSL | 21.51º | 1% | 0.42% | - |
| HSV(B) | 21.51º | 1% | 0.83% | - |
| XYZ | 29.74 | 19.17 | 2.13 | - |
| YUV | 108 | 67.06 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 0 | 0 | 0.64 | 1 | 0.17 | 21.51 | 1 | 0.42 |
| Hex | D4 | 4C | 0 | 0 | 40 | 64 | 11 | 16 | 64 | 2A |
| Octal | 324 | 114 | 0 | 0 | 100 | 144 | 21 | 26 | 144 | 52 |
| Binary | 11010100 | 1001100 | 0 | 0 | 1000000 | 1100100 | 10001 | 10110 | 1100100 | 101010 |
Color Harmonies of #D44C00
Complementary color
Monochromatic Colors of #D44C00
Black with #D44C00
Text Example
Text Example
White with #D44C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44C00; }
p { color: rgb(212,76,0); }
H1.HeaderClassName
{
color: #D44C00;
}
.AnyTagClassName
{
color: #D44C00;
}
</style>
background-color css
<style>
a { background-color: #D44C00; }
a { background-color: rgb(212,76,0); }
div.DivClassName
{
background-color: #D44C00;
}
.BgClassName
{
background-color: #D44C00;
}
</style>
border-color css
<style>
span { border-color: #D44C00; }
span { border-color: rgb(212,76,0); }
td.TdClassName
{
border-color: #D44C00;
}
.TagClassName
{
border-color: #D44C00;
}
</style>