Shades of Tenne (Tawny) #D64C12
Tints of Tenne (Tawny) #D64C12
RGB
CMYK
RGB Variations
Color information
#D64C12 (or 0xD64C12) is known color: Tenne (Tawny). HEX triplet: D6, 4C and 12. RGB value is (214,76,18). Sum of RGB (Red+Green+Blue) = 214+76+18=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64C12 is #29B3ED. Grayscale: #6F6F6F. Windows color (decimal): -2733038 or 1199318. OLE color: 1199318.
HSL color Cylindrical-coordinate representation of color #D64C12: hue angle of 17.76º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D64C12 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 18 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.16 |
| HSL | 17.76º | 0.84% | 0.45% | - |
| HSV(B) | 17.76º | 0.92% | 0.84% | - |
| XYZ | 30.43 | 19.51 | 2.73 | - |
| YUV | 110.65 | 75.72 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 18 | 0 | 0.64 | 0.92 | 0.16 | 17.76 | 0.84 | 0.45 |
| Hex | D6 | 4C | 12 | 0 | 40 | 5C | 10 | 12 | 54 | 2D |
| Octal | 326 | 114 | 22 | 0 | 100 | 134 | 20 | 22 | 124 | 55 |
| Binary | 11010110 | 1001100 | 10010 | 0 | 1000000 | 1011100 | 10000 | 10010 | 1010100 | 101101 |
Color Harmonies of #D64C12
Complementary color
Monochromatic Colors of #D64C12
Black with #D64C12
Text Example
Text Example
White with #D64C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C12; }
p { color: rgb(214,76,18); }
H1.HeaderClassName
{
color: #D64C12;
}
.AnyTagClassName
{
color: #D64C12;
}
</style>
background-color css
<style>
a { background-color: #D64C12; }
a { background-color: rgb(214,76,18); }
div.DivClassName
{
background-color: #D64C12;
}
.BgClassName
{
background-color: #D64C12;
}
</style>
border-color css
<style>
span { border-color: #D64C12; }
span { border-color: rgb(214,76,18); }
td.TdClassName
{
border-color: #D64C12;
}
.TagClassName
{
border-color: #D64C12;
}
</style>