Shades of Tenne (Tawny) #D64A05
Tints of Tenne (Tawny) #D64A05
RGB
CMYK
RGB Variations
Color information
#D64A05 (or 0xD64A05) is known color: Tenne (Tawny). HEX triplet: D6, 4A and 05. RGB value is (214,74,5). Sum of RGB (Red+Green+Blue) = 214+74+5=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64A05 is #29B5FA. Grayscale: #6C6C6C. Windows color (decimal): -2733563 or 346838. OLE color: 346838.
HSL color Cylindrical-coordinate representation of color #D64A05: hue angle of 19.81º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D64A05 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 5 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.16 |
| HSL | 19.81º | 0.95% | 0.43% | - |
| HSV(B) | 19.81º | 0.98% | 0.84% | - |
| XYZ | 30.21 | 19.2 | 2.26 | - |
| YUV | 107.99 | 69.88 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 5 | 0 | 0.65 | 0.98 | 0.16 | 19.81 | 0.95 | 0.43 |
| Hex | D6 | 4A | 5 | 0 | 41 | 62 | 10 | 14 | 5F | 2B |
| Octal | 326 | 112 | 5 | 0 | 101 | 142 | 20 | 24 | 137 | 53 |
| Binary | 11010110 | 1001010 | 101 | 0 | 1000001 | 1100010 | 10000 | 10100 | 1011111 | 101011 |
Color Harmonies of #D64A05
Complementary color
Monochromatic Colors of #D64A05
Black with #D64A05
Text Example
Text Example
White with #D64A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A05; }
p { color: rgb(214,74,5); }
H1.HeaderClassName
{
color: #D64A05;
}
.AnyTagClassName
{
color: #D64A05;
}
</style>
background-color css
<style>
a { background-color: #D64A05; }
a { background-color: rgb(214,74,5); }
div.DivClassName
{
background-color: #D64A05;
}
.BgClassName
{
background-color: #D64A05;
}
</style>
border-color css
<style>
span { border-color: #D64A05; }
span { border-color: rgb(214,74,5); }
td.TdClassName
{
border-color: #D64A05;
}
.TagClassName
{
border-color: #D64A05;
}
</style>