Shades of Tenne (Tawny) #D64C08
Tints of Tenne (Tawny) #D64C08
RGB
CMYK
RGB Variations
Color information
#D64C08 (or 0xD64C08) is known color: Tenne (Tawny). HEX triplet: D6, 4C and 08. RGB value is (214,76,8). Sum of RGB (Red+Green+Blue) = 214+76+8=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64C08 is #29B3F7. Grayscale: #6D6D6D. Windows color (decimal): -2733048 or 543958. OLE color: 543958.
HSL color Cylindrical-coordinate representation of color #D64C08: hue angle of 19.81º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D64C08 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.16 |
| HSL | 19.81º | 0.93% | 0.44% | - |
| HSV(B) | 19.81º | 0.96% | 0.84% | - |
| XYZ | 30.36 | 19.48 | 2.39 | - |
| YUV | 109.51 | 70.72 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 8 | 0 | 0.64 | 0.96 | 0.16 | 19.81 | 0.93 | 0.44 |
| Hex | D6 | 4C | 8 | 0 | 40 | 60 | 10 | 14 | 5D | 2C |
| Octal | 326 | 114 | 10 | 0 | 100 | 140 | 20 | 24 | 135 | 54 |
| Binary | 11010110 | 1001100 | 1000 | 0 | 1000000 | 1100000 | 10000 | 10100 | 1011101 | 101100 |
Color Harmonies of #D64C08
Complementary color
Monochromatic Colors of #D64C08
Black with #D64C08
Text Example
Text Example
White with #D64C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C08; }
p { color: rgb(214,76,8); }
H1.HeaderClassName
{
color: #D64C08;
}
.AnyTagClassName
{
color: #D64C08;
}
</style>
background-color css
<style>
a { background-color: #D64C08; }
a { background-color: rgb(214,76,8); }
div.DivClassName
{
background-color: #D64C08;
}
.BgClassName
{
background-color: #D64C08;
}
</style>
border-color css
<style>
span { border-color: #D64C08; }
span { border-color: rgb(214,76,8); }
td.TdClassName
{
border-color: #D64C08;
}
.TagClassName
{
border-color: #D64C08;
}
</style>