Shades of Tenne (Tawny) #D8520C
Tints of Tenne (Tawny) #D8520C
RGB
CMYK
RGB Variations
Color information
#D8520C (or 0xD8520C) is known color: Tenne (Tawny). HEX triplet: D8, 52 and 0C. RGB value is (216,82,12). Sum of RGB (Red+Green+Blue) = 216+82+12=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D8520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8520C is #27ADF3. Grayscale: #727272. Windows color (decimal): -2600436 or 807640. OLE color: 807640.
HSL color Cylindrical-coordinate representation of color #D8520C: hue angle of 20.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8520C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 12 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.15 |
| HSL | 20.59º | 0.89% | 0.45% | - |
| HSV(B) | 20.59º | 0.94% | 0.85% | - |
| XYZ | 31.4 | 20.66 | 2.68 | - |
| YUV | 114.09 | 70.39 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 12 | 0 | 0.62 | 0.94 | 0.15 | 20.59 | 0.89 | 0.45 |
| Hex | D8 | 52 | C | 0 | 3E | 5E | F | 15 | 59 | 2D |
| Octal | 330 | 122 | 14 | 0 | 76 | 136 | 17 | 25 | 131 | 55 |
| Binary | 11011000 | 1010010 | 1100 | 0 | 111110 | 1011110 | 1111 | 10101 | 1011001 | 101101 |
Color Harmonies of #D8520C
Complementary color
Monochromatic Colors of #D8520C
Black with #D8520C
Text Example
Text Example
White with #D8520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8520C; }
p { color: rgb(216,82,12); }
H1.HeaderClassName
{
color: #D8520C;
}
.AnyTagClassName
{
color: #D8520C;
}
</style>
background-color css
<style>
a { background-color: #D8520C; }
a { background-color: rgb(216,82,12); }
div.DivClassName
{
background-color: #D8520C;
}
.BgClassName
{
background-color: #D8520C;
}
</style>
border-color css
<style>
span { border-color: #D8520C; }
span { border-color: rgb(216,82,12); }
td.TdClassName
{
border-color: #D8520C;
}
.TagClassName
{
border-color: #D8520C;
}
</style>