Shades of Tenne (Tawny) #D64A07
Tints of Tenne (Tawny) #D64A07
RGB
CMYK
RGB Variations
Color information
#D64A07 (or 0xD64A07) is known color: Tenne (Tawny). HEX triplet: D6, 4A and 07. RGB value is (214,74,7). Sum of RGB (Red+Green+Blue) = 214+74+7=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64A07 is #29B5F8. Grayscale: #6C6C6C. Windows color (decimal): -2733561 or 477910. OLE color: 477910.
HSL color Cylindrical-coordinate representation of color #D64A07: hue angle of 19.42º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D64A07 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 7 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.16 |
| HSL | 19.42º | 0.94% | 0.43% | - |
| HSV(B) | 19.42º | 0.97% | 0.84% | - |
| XYZ | 30.22 | 19.21 | 2.32 | - |
| YUV | 108.22 | 70.88 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 7 | 0 | 0.65 | 0.97 | 0.16 | 19.42 | 0.94 | 0.43 |
| Hex | D6 | 4A | 7 | 0 | 41 | 61 | 10 | 13 | 5E | 2B |
| Octal | 326 | 112 | 7 | 0 | 101 | 141 | 20 | 23 | 136 | 53 |
| Binary | 11010110 | 1001010 | 111 | 0 | 1000001 | 1100001 | 10000 | 10011 | 1011110 | 101011 |
Color Harmonies of #D64A07
Complementary color
Monochromatic Colors of #D64A07
Black with #D64A07
Text Example
Text Example
White with #D64A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A07; }
p { color: rgb(214,74,7); }
H1.HeaderClassName
{
color: #D64A07;
}
.AnyTagClassName
{
color: #D64A07;
}
</style>
background-color css
<style>
a { background-color: #D64A07; }
a { background-color: rgb(214,74,7); }
div.DivClassName
{
background-color: #D64A07;
}
.BgClassName
{
background-color: #D64A07;
}
</style>
border-color css
<style>
span { border-color: #D64A07; }
span { border-color: rgb(214,74,7); }
td.TdClassName
{
border-color: #D64A07;
}
.TagClassName
{
border-color: #D64A07;
}
</style>