Shades of Tenne (Tawny) #D36504
Tints of Tenne (Tawny) #D36504
RGB
CMYK
RGB Variations
Color information
#D36504 (or 0xD36504) is known color: Tenne (Tawny). HEX triplet: D3, 65 and 04. RGB value is (211,101,4). Sum of RGB (Red+Green+Blue) = 211+101+4=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D36504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36504 is #2C9AFB. Grayscale: #7B7B7B. Windows color (decimal): -2923260 or 288211. OLE color: 288211.
HSL color Cylindrical-coordinate representation of color #D36504: hue angle of 28.12º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D36504 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 101 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.17 |
| HSL | 28.12º | 0.96% | 0.42% | - |
| HSV(B) | 28.12º | 0.98% | 0.83% | - |
| XYZ | 31.54 | 23.17 | 2.92 | - |
| YUV | 122.83 | 60.94 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 4 | 0 | 0.52 | 0.98 | 0.17 | 28.12 | 0.96 | 0.42 |
| Hex | D3 | 65 | 4 | 0 | 34 | 62 | 11 | 1C | 60 | 2A |
| Octal | 323 | 145 | 4 | 0 | 64 | 142 | 21 | 34 | 140 | 52 |
| Binary | 11010011 | 1100101 | 100 | 0 | 110100 | 1100010 | 10001 | 11100 | 1100000 | 101010 |
Color Harmonies of #D36504
Complementary color
Monochromatic Colors of #D36504
Black with #D36504
Text Example
Text Example
White with #D36504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36504; }
p { color: rgb(211,101,4); }
H1.HeaderClassName
{
color: #D36504;
}
.AnyTagClassName
{
color: #D36504;
}
</style>
background-color css
<style>
a { background-color: #D36504; }
a { background-color: rgb(211,101,4); }
div.DivClassName
{
background-color: #D36504;
}
.BgClassName
{
background-color: #D36504;
}
</style>
border-color css
<style>
span { border-color: #D36504; }
span { border-color: rgb(211,101,4); }
td.TdClassName
{
border-color: #D36504;
}
.TagClassName
{
border-color: #D36504;
}
</style>