Shades of Tenne (Tawny) #D85200
Tints of Tenne (Tawny) #D85200
RGB
CMYK
RGB Variations
Color information
#D85200 (or 0xD85200) is known color: Tenne (Tawny). HEX triplet: D8, 52 and 00. RGB value is (216,82,0). Sum of RGB (Red+Green+Blue) = 216+82+0=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D85200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85200 is #27ADFF. Grayscale: #717171. Windows color (decimal): -2600448 or 21208. OLE color: 21208.
HSL color Cylindrical-coordinate representation of color #D85200: hue angle of 22.78º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D85200 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.15 |
| HSL | 22.78º | 1% | 0.42% | - |
| HSV(B) | 22.78º | 1% | 0.85% | - |
| XYZ | 31.34 | 20.63 | 2.33 | - |
| YUV | 112.72 | 64.39 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 0 | 0 | 0.62 | 1 | 0.15 | 22.78 | 1 | 0.42 |
| Hex | D8 | 52 | 0 | 0 | 3E | 64 | F | 17 | 64 | 2A |
| Octal | 330 | 122 | 0 | 0 | 76 | 144 | 17 | 27 | 144 | 52 |
| Binary | 11011000 | 1010010 | 0 | 0 | 111110 | 1100100 | 1111 | 10111 | 1100100 | 101010 |
Color Harmonies of #D85200
Complementary color
Monochromatic Colors of #D85200
Black with #D85200
Text Example
Text Example
White with #D85200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85200; }
p { color: rgb(216,82,0); }
H1.HeaderClassName
{
color: #D85200;
}
.AnyTagClassName
{
color: #D85200;
}
</style>
background-color css
<style>
a { background-color: #D85200; }
a { background-color: rgb(216,82,0); }
div.DivClassName
{
background-color: #D85200;
}
.BgClassName
{
background-color: #D85200;
}
</style>
border-color css
<style>
span { border-color: #D85200; }
span { border-color: rgb(216,82,0); }
td.TdClassName
{
border-color: #D85200;
}
.TagClassName
{
border-color: #D85200;
}
</style>