Shades of Tenne (Tawny) #D64B14
Tints of Tenne (Tawny) #D64B14
RGB
CMYK
RGB Variations
Color information
#D64B14 (or 0xD64B14) is known color: Tenne (Tawny). HEX triplet: D6, 4B and 14. RGB value is (214,75,20). Sum of RGB (Red+Green+Blue) = 214+75+20=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64B14 is #29B4EB. Grayscale: #6E6E6E. Windows color (decimal): -2733292 or 1330134. OLE color: 1330134.
HSL color Cylindrical-coordinate representation of color #D64B14: hue angle of 17.01º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D64B14 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 20 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.16 |
| HSL | 17.01º | 0.83% | 0.46% | - |
| HSV(B) | 17.01º | 0.91% | 0.84% | - |
| XYZ | 30.37 | 19.38 | 2.8 | - |
| YUV | 110.29 | 77.05 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 20 | 0 | 0.65 | 0.91 | 0.16 | 17.01 | 0.83 | 0.46 |
| Hex | D6 | 4B | 14 | 0 | 41 | 5B | 10 | 11 | 53 | 2E |
| Octal | 326 | 113 | 24 | 0 | 101 | 133 | 20 | 21 | 123 | 56 |
| Binary | 11010110 | 1001011 | 10100 | 0 | 1000001 | 1011011 | 10000 | 10001 | 1010011 | 101110 |
Color Harmonies of #D64B14
Complementary color
Monochromatic Colors of #D64B14
Black with #D64B14
Text Example
Text Example
White with #D64B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B14; }
p { color: rgb(214,75,20); }
H1.HeaderClassName
{
color: #D64B14;
}
.AnyTagClassName
{
color: #D64B14;
}
</style>
background-color css
<style>
a { background-color: #D64B14; }
a { background-color: rgb(214,75,20); }
div.DivClassName
{
background-color: #D64B14;
}
.BgClassName
{
background-color: #D64B14;
}
</style>
border-color css
<style>
span { border-color: #D64B14; }
span { border-color: rgb(214,75,20); }
td.TdClassName
{
border-color: #D64B14;
}
.TagClassName
{
border-color: #D64B14;
}
</style>