Shades of Tenne (Tawny) #D64A08
Tints of Tenne (Tawny) #D64A08
RGB
CMYK
RGB Variations
Color information
#D64A08 (or 0xD64A08) is known color: Tenne (Tawny). HEX triplet: D6, 4A and 08. RGB value is (214,74,8). Sum of RGB (Red+Green+Blue) = 214+74+8=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64A08 is #29B5F7. Grayscale: #6C6C6C. Windows color (decimal): -2733560 or 543446. OLE color: 543446.
HSL color Cylindrical-coordinate representation of color #D64A08: hue angle of 19.22º 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 #D64A08 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.16 |
| HSL | 19.22º | 0.93% | 0.44% | - |
| HSV(B) | 19.22º | 0.96% | 0.84% | - |
| XYZ | 30.22 | 19.21 | 2.34 | - |
| YUV | 108.34 | 71.38 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 8 | 0 | 0.65 | 0.96 | 0.16 | 19.22 | 0.93 | 0.44 |
| Hex | D6 | 4A | 8 | 0 | 41 | 60 | 10 | 13 | 5D | 2C |
| Octal | 326 | 112 | 10 | 0 | 101 | 140 | 20 | 23 | 135 | 54 |
| Binary | 11010110 | 1001010 | 1000 | 0 | 1000001 | 1100000 | 10000 | 10011 | 1011101 | 101100 |
Color Harmonies of #D64A08
Complementary color
Monochromatic Colors of #D64A08
Black with #D64A08
Text Example
Text Example
White with #D64A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A08; }
p { color: rgb(214,74,8); }
H1.HeaderClassName
{
color: #D64A08;
}
.AnyTagClassName
{
color: #D64A08;
}
</style>
background-color css
<style>
a { background-color: #D64A08; }
a { background-color: rgb(214,74,8); }
div.DivClassName
{
background-color: #D64A08;
}
.BgClassName
{
background-color: #D64A08;
}
</style>
border-color css
<style>
span { border-color: #D64A08; }
span { border-color: rgb(214,74,8); }
td.TdClassName
{
border-color: #D64A08;
}
.TagClassName
{
border-color: #D64A08;
}
</style>