Shades of Tenne (Tawny) #D8500A
Tints of Tenne (Tawny) #D8500A
RGB
CMYK
RGB Variations
Color information
#D8500A (or 0xD8500A) is known color: Tenne (Tawny). HEX triplet: D8, 50 and 0A. RGB value is (216,80,10). Sum of RGB (Red+Green+Blue) = 216+80+10=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D8500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8500A is #27AFF5. Grayscale: #717171. Windows color (decimal): -2600950 or 676056. OLE color: 676056.
HSL color Cylindrical-coordinate representation of color #D8500A: hue angle of 20.39º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8500A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 10 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.15 |
| HSL | 20.39º | 0.91% | 0.44% | - |
| HSV(B) | 20.39º | 0.95% | 0.85% | - |
| XYZ | 31.24 | 20.36 | 2.57 | - |
| YUV | 112.68 | 70.06 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 10 | 0 | 0.63 | 0.95 | 0.15 | 20.39 | 0.91 | 0.44 |
| Hex | D8 | 50 | A | 0 | 3F | 5F | F | 14 | 5B | 2C |
| Octal | 330 | 120 | 12 | 0 | 77 | 137 | 17 | 24 | 133 | 54 |
| Binary | 11011000 | 1010000 | 1010 | 0 | 111111 | 1011111 | 1111 | 10100 | 1011011 | 101100 |
Color Harmonies of #D8500A
Complementary color
Monochromatic Colors of #D8500A
Black with #D8500A
Text Example
Text Example
White with #D8500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8500A; }
p { color: rgb(216,80,10); }
H1.HeaderClassName
{
color: #D8500A;
}
.AnyTagClassName
{
color: #D8500A;
}
</style>
background-color css
<style>
a { background-color: #D8500A; }
a { background-color: rgb(216,80,10); }
div.DivClassName
{
background-color: #D8500A;
}
.BgClassName
{
background-color: #D8500A;
}
</style>
border-color css
<style>
span { border-color: #D8500A; }
span { border-color: rgb(216,80,10); }
td.TdClassName
{
border-color: #D8500A;
}
.TagClassName
{
border-color: #D8500A;
}
</style>