Shades of Tenne (Tawny) #D64703
Tints of Tenne (Tawny) #D64703
RGB
CMYK
RGB Variations
Color information
#D64703 (or 0xD64703) is known color: Tenne (Tawny). HEX triplet: D6, 47 and 03. RGB value is (214,71,3). Sum of RGB (Red+Green+Blue) = 214+71+3=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D64703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64703 is #29B8FC. Grayscale: #6A6A6A. Windows color (decimal): -2734333 or 214998. OLE color: 214998.
HSL color Cylindrical-coordinate representation of color #D64703: hue angle of 19.34º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D64703 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.16 |
| HSL | 19.34º | 0.97% | 0.43% | - |
| HSV(B) | 19.34º | 0.99% | 0.84% | - |
| XYZ | 30 | 18.81 | 2.14 | - |
| YUV | 106.01 | 69.88 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 3 | 0 | 0.67 | 0.99 | 0.16 | 19.34 | 0.97 | 0.43 |
| Hex | D6 | 47 | 3 | 0 | 43 | 63 | 10 | 13 | 61 | 2B |
| Octal | 326 | 107 | 3 | 0 | 103 | 143 | 20 | 23 | 141 | 53 |
| Binary | 11010110 | 1000111 | 11 | 0 | 1000011 | 1100011 | 10000 | 10011 | 1100001 | 101011 |
Color Harmonies of #D64703
Complementary color
Monochromatic Colors of #D64703
Black with #D64703
Text Example
Text Example
White with #D64703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64703; }
p { color: rgb(214,71,3); }
H1.HeaderClassName
{
color: #D64703;
}
.AnyTagClassName
{
color: #D64703;
}
</style>
background-color css
<style>
a { background-color: #D64703; }
a { background-color: rgb(214,71,3); }
div.DivClassName
{
background-color: #D64703;
}
.BgClassName
{
background-color: #D64703;
}
</style>
border-color css
<style>
span { border-color: #D64703; }
span { border-color: rgb(214,71,3); }
td.TdClassName
{
border-color: #D64703;
}
.TagClassName
{
border-color: #D64703;
}
</style>