Shades of Tenne (Tawny) #D35701
Tints of Tenne (Tawny) #D35701
RGB
CMYK
RGB Variations
Color information
#D35701 (or 0xD35701) is known color: Tenne (Tawny). HEX triplet: D3, 57 and 01. RGB value is (211,87,1). Sum of RGB (Red+Green+Blue) = 211+87+1=299 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.57% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 211 - color contains mainly: red. Hex color #D35701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35701 is #2CA8FE. Grayscale: #727272. Windows color (decimal): -2926847 or 88019. OLE color: 88019.
HSL color Cylindrical-coordinate representation of color #D35701: hue angle of 24.57º 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 #D35701 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 87 | 1 | - |
| CMYK | 0 | 0.59 | 1.00 | 0.17 |
| HSL | 24.57º | 0.99% | 0.42% | - |
| HSV(B) | 24.57º | 1% | 0.83% | - |
| XYZ | 30.28 | 20.67 | 2.42 | - |
| YUV | 114.27 | 64.08 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 87 | 1 | 0 | 0.59 | 1.00 | 0.17 | 24.57 | 0.99 | 0.42 |
| Hex | D3 | 57 | 1 | 0 | 3B | 64 | 11 | 19 | 63 | 2A |
| Octal | 323 | 127 | 1 | 0 | 73 | 144 | 21 | 31 | 143 | 52 |
| Binary | 11010011 | 1010111 | 1 | 0 | 111011 | 1100100 | 10001 | 11001 | 1100011 | 101010 |
Color Harmonies of #D35701
Complementary color
Monochromatic Colors of #D35701
Black with #D35701
Text Example
Text Example
White with #D35701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35701; }
p { color: rgb(211,87,1); }
H1.HeaderClassName
{
color: #D35701;
}
.AnyTagClassName
{
color: #D35701;
}
</style>
background-color css
<style>
a { background-color: #D35701; }
a { background-color: rgb(211,87,1); }
div.DivClassName
{
background-color: #D35701;
}
.BgClassName
{
background-color: #D35701;
}
</style>
border-color css
<style>
span { border-color: #D35701; }
span { border-color: rgb(211,87,1); }
td.TdClassName
{
border-color: #D35701;
}
.TagClassName
{
border-color: #D35701;
}
</style>