Shades of Tenne (Tawny) #D85201
Tints of Tenne (Tawny) #D85201
RGB
CMYK
RGB Variations
Color information
#D85201 (or 0xD85201) is known color: Tenne (Tawny). HEX triplet: D8, 52 and 01. RGB value is (216,82,1). Sum of RGB (Red+Green+Blue) = 216+82+1=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D85201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85201 is #27ADFE. Grayscale: #717171. Windows color (decimal): -2600447 or 86744. OLE color: 86744.
HSL color Cylindrical-coordinate representation of color #D85201: hue angle of 22.6º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D85201 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 1 | - |
| CMYK | 0 | 0.62 | 1.00 | 0.15 |
| HSL | 22.6º | 0.99% | 0.43% | - |
| HSV(B) | 22.6º | 1% | 0.85% | - |
| XYZ | 31.34 | 20.64 | 2.36 | - |
| YUV | 112.83 | 64.89 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 1 | 0 | 0.62 | 1.00 | 0.15 | 22.6 | 0.99 | 0.43 |
| Hex | D8 | 52 | 1 | 0 | 3E | 64 | F | 17 | 63 | 2B |
| Octal | 330 | 122 | 1 | 0 | 76 | 144 | 17 | 27 | 143 | 53 |
| Binary | 11011000 | 1010010 | 1 | 0 | 111110 | 1100100 | 1111 | 10111 | 1100011 | 101011 |
Color Harmonies of #D85201
Complementary color
Monochromatic Colors of #D85201
Black with #D85201
Text Example
Text Example
White with #D85201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85201; }
p { color: rgb(216,82,1); }
H1.HeaderClassName
{
color: #D85201;
}
.AnyTagClassName
{
color: #D85201;
}
</style>
background-color css
<style>
a { background-color: #D85201; }
a { background-color: rgb(216,82,1); }
div.DivClassName
{
background-color: #D85201;
}
.BgClassName
{
background-color: #D85201;
}
</style>
border-color css
<style>
span { border-color: #D85201; }
span { border-color: rgb(216,82,1); }
td.TdClassName
{
border-color: #D85201;
}
.TagClassName
{
border-color: #D85201;
}
</style>