Shades of Tenne (Tawny) #D64602
Tints of Tenne (Tawny) #D64602
RGB
CMYK
RGB Variations
Color information
#D64602 (or 0xD64602) is known color: Tenne (Tawny). HEX triplet: D6, 46 and 02. RGB value is (214,70,2). Sum of RGB (Red+Green+Blue) = 214+70+2=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D64602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64602 is #29B9FD. Grayscale: #696969. Windows color (decimal): -2734590 or 149206. OLE color: 149206.
HSL color Cylindrical-coordinate representation of color #D64602: hue angle of 19.25º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D64602 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.16 |
| HSL | 19.25º | 0.98% | 0.42% | - |
| HSV(B) | 19.25º | 0.99% | 0.84% | - |
| XYZ | 29.93 | 18.68 | 2.09 | - |
| YUV | 105.3 | 69.71 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 2 | 0 | 0.67 | 0.99 | 0.16 | 19.25 | 0.98 | 0.42 |
| Hex | D6 | 46 | 2 | 0 | 43 | 63 | 10 | 13 | 62 | 2A |
| Octal | 326 | 106 | 2 | 0 | 103 | 143 | 20 | 23 | 142 | 52 |
| Binary | 11010110 | 1000110 | 10 | 0 | 1000011 | 1100011 | 10000 | 10011 | 1100010 | 101010 |
Color Harmonies of #D64602
Complementary color
Monochromatic Colors of #D64602
Black with #D64602
Text Example
Text Example
White with #D64602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64602; }
p { color: rgb(214,70,2); }
H1.HeaderClassName
{
color: #D64602;
}
.AnyTagClassName
{
color: #D64602;
}
</style>
background-color css
<style>
a { background-color: #D64602; }
a { background-color: rgb(214,70,2); }
div.DivClassName
{
background-color: #D64602;
}
.BgClassName
{
background-color: #D64602;
}
</style>
border-color css
<style>
span { border-color: #D64602; }
span { border-color: rgb(214,70,2); }
td.TdClassName
{
border-color: #D64602;
}
.TagClassName
{
border-color: #D64602;
}
</style>