Shades of Tenne (Tawny) #D65902
Tints of Tenne (Tawny) #D65902
RGB
CMYK
RGB Variations
Color information
#D65902 (or 0xD65902) is known color: Tenne (Tawny). HEX triplet: D6, 59 and 02. RGB value is (214,89,2). Sum of RGB (Red+Green+Blue) = 214+89+2=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D65902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65902 is #29A6FD. Grayscale: #747474. Windows color (decimal): -2729726 or 154070. OLE color: 154070.
HSL color Cylindrical-coordinate representation of color #D65902: hue angle of 24.62º 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 #D65902 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.16 |
| HSL | 24.62º | 0.98% | 0.42% | - |
| HSV(B) | 24.62º | 0.99% | 0.84% | - |
| XYZ | 31.31 | 21.45 | 2.55 | - |
| YUV | 116.46 | 63.41 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 2 | 0 | 0.58 | 0.99 | 0.16 | 24.62 | 0.98 | 0.42 |
| Hex | D6 | 59 | 2 | 0 | 3A | 63 | 10 | 19 | 62 | 2A |
| Octal | 326 | 131 | 2 | 0 | 72 | 143 | 20 | 31 | 142 | 52 |
| Binary | 11010110 | 1011001 | 10 | 0 | 111010 | 1100011 | 10000 | 11001 | 1100010 | 101010 |
Color Harmonies of #D65902
Complementary color
Monochromatic Colors of #D65902
Black with #D65902
Text Example
Text Example
White with #D65902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65902; }
p { color: rgb(214,89,2); }
H1.HeaderClassName
{
color: #D65902;
}
.AnyTagClassName
{
color: #D65902;
}
</style>
background-color css
<style>
a { background-color: #D65902; }
a { background-color: rgb(214,89,2); }
div.DivClassName
{
background-color: #D65902;
}
.BgClassName
{
background-color: #D65902;
}
</style>
border-color css
<style>
span { border-color: #D65902; }
span { border-color: rgb(214,89,2); }
td.TdClassName
{
border-color: #D65902;
}
.TagClassName
{
border-color: #D65902;
}
</style>