Shades of Tenne (Tawny) #D36202
Tints of Tenne (Tawny) #D36202
RGB
CMYK
RGB Variations
Color information
#D36202 (or 0xD36202) is known color: Tenne (Tawny). HEX triplet: D3, 62 and 02. RGB value is (211,98,2). Sum of RGB (Red+Green+Blue) = 211+98+2=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D36202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36202 is #2C9DFD. Grayscale: #797979. Windows color (decimal): -2924030 or 156371. OLE color: 156371.
HSL color Cylindrical-coordinate representation of color #D36202: hue angle of 27.56º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D36202 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.17 |
| HSL | 27.56º | 0.98% | 0.42% | - |
| HSV(B) | 27.56º | 0.99% | 0.83% | - |
| XYZ | 31.24 | 22.59 | 2.77 | - |
| YUV | 120.84 | 60.94 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 2 | 0 | 0.54 | 0.99 | 0.17 | 27.56 | 0.98 | 0.42 |
| Hex | D3 | 62 | 2 | 0 | 36 | 63 | 11 | 1C | 62 | 2A |
| Octal | 323 | 142 | 2 | 0 | 66 | 143 | 21 | 34 | 142 | 52 |
| Binary | 11010011 | 1100010 | 10 | 0 | 110110 | 1100011 | 10001 | 11100 | 1100010 | 101010 |
Color Harmonies of #D36202
Complementary color
Monochromatic Colors of #D36202
Black with #D36202
Text Example
Text Example
White with #D36202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36202; }
p { color: rgb(211,98,2); }
H1.HeaderClassName
{
color: #D36202;
}
.AnyTagClassName
{
color: #D36202;
}
</style>
background-color css
<style>
a { background-color: #D36202; }
a { background-color: rgb(211,98,2); }
div.DivClassName
{
background-color: #D36202;
}
.BgClassName
{
background-color: #D36202;
}
</style>
border-color css
<style>
span { border-color: #D36202; }
span { border-color: rgb(211,98,2); }
td.TdClassName
{
border-color: #D36202;
}
.TagClassName
{
border-color: #D36202;
}
</style>