Shades of Tenne (Tawny) #D85C08
Tints of Tenne (Tawny) #D85C08
RGB
CMYK
RGB Variations
Color information
#D85C08 (or 0xD85C08) is known color: Tenne (Tawny). HEX triplet: D8, 5C and 08. RGB value is (216,92,8). Sum of RGB (Red+Green+Blue) = 216+92+8=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85C08 is #27A3F7. Grayscale: #777777. Windows color (decimal): -2597880 or 548056. OLE color: 548056.
HSL color Cylindrical-coordinate representation of color #D85C08: hue angle of 24.23º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D85C08 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 8 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.15 |
| HSL | 24.23º | 0.93% | 0.44% | - |
| HSV(B) | 24.23º | 0.96% | 0.85% | - |
| XYZ | 32.19 | 22.27 | 2.83 | - |
| YUV | 119.5 | 65.08 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 8 | 0 | 0.57 | 0.96 | 0.15 | 24.23 | 0.93 | 0.44 |
| Hex | D8 | 5C | 8 | 0 | 39 | 60 | F | 18 | 5D | 2C |
| Octal | 330 | 134 | 10 | 0 | 71 | 140 | 17 | 30 | 135 | 54 |
| Binary | 11011000 | 1011100 | 1000 | 0 | 111001 | 1100000 | 1111 | 11000 | 1011101 | 101100 |
Color Harmonies of #D85C08
Complementary color
Monochromatic Colors of #D85C08
Black with #D85C08
Text Example
Text Example
White with #D85C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85C08; }
p { color: rgb(216,92,8); }
H1.HeaderClassName
{
color: #D85C08;
}
.AnyTagClassName
{
color: #D85C08;
}
</style>
background-color css
<style>
a { background-color: #D85C08; }
a { background-color: rgb(216,92,8); }
div.DivClassName
{
background-color: #D85C08;
}
.BgClassName
{
background-color: #D85C08;
}
</style>
border-color css
<style>
span { border-color: #D85C08; }
span { border-color: rgb(216,92,8); }
td.TdClassName
{
border-color: #D85C08;
}
.TagClassName
{
border-color: #D85C08;
}
</style>