Shades of Tenne (Tawny) #D35201
Tints of Tenne (Tawny) #D35201
RGB
CMYK
RGB Variations
Color information
#D35201 (or 0xD35201) is known color: Tenne (Tawny). HEX triplet: D3, 52 and 01. RGB value is (211,82,1). Sum of RGB (Red+Green+Blue) = 211+82+1=294 (38% of max value = 765). Red value is 211 (82.81% from 255 or 71.77% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 211 - color contains mainly: red. Hex color #D35201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35201 is #2CADFE. Grayscale: #6F6F6F. Windows color (decimal): -2928127 or 86739. OLE color: 86739.
HSL color Cylindrical-coordinate representation of color #D35201: hue angle of 23.14º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D35201 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 1 | - |
| CMYK | 0 | 0.61 | 1.00 | 0.17 |
| HSL | 23.14º | 0.99% | 0.42% | - |
| HSV(B) | 23.14º | 1% | 0.83% | - |
| XYZ | 29.89 | 19.89 | 2.29 | - |
| YUV | 111.34 | 65.74 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 1 | 0 | 0.61 | 1.00 | 0.17 | 23.14 | 0.99 | 0.42 |
| Hex | D3 | 52 | 1 | 0 | 3D | 64 | 11 | 17 | 63 | 2A |
| Octal | 323 | 122 | 1 | 0 | 75 | 144 | 21 | 27 | 143 | 52 |
| Binary | 11010011 | 1010010 | 1 | 0 | 111101 | 1100100 | 10001 | 10111 | 1100011 | 101010 |
Color Harmonies of #D35201
Complementary color
Monochromatic Colors of #D35201
Black with #D35201
Text Example
Text Example
White with #D35201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35201; }
p { color: rgb(211,82,1); }
H1.HeaderClassName
{
color: #D35201;
}
.AnyTagClassName
{
color: #D35201;
}
</style>
background-color css
<style>
a { background-color: #D35201; }
a { background-color: rgb(211,82,1); }
div.DivClassName
{
background-color: #D35201;
}
.BgClassName
{
background-color: #D35201;
}
</style>
border-color css
<style>
span { border-color: #D35201; }
span { border-color: rgb(211,82,1); }
td.TdClassName
{
border-color: #D35201;
}
.TagClassName
{
border-color: #D35201;
}
</style>