Shades of Tenne (Tawny) #D85E02
Tints of Tenne (Tawny) #D85E02
RGB
CMYK
RGB Variations
Color information
#D85E02 (or 0xD85E02) is known color: Tenne (Tawny). HEX triplet: D8, 5E and 02. RGB value is (216,94,2). Sum of RGB (Red+Green+Blue) = 216+94+2=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85E02 is #27A1FD. Grayscale: #787878. Windows color (decimal): -2597374 or 155352. OLE color: 155352.
HSL color Cylindrical-coordinate representation of color #D85E02: hue angle of 25.79º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D85E02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.15 |
| HSL | 25.79º | 0.98% | 0.43% | - |
| HSV(B) | 25.79º | 0.99% | 0.85% | - |
| XYZ | 32.33 | 22.61 | 2.72 | - |
| YUV | 119.99 | 61.42 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 2 | 0 | 0.56 | 0.99 | 0.15 | 25.79 | 0.98 | 0.43 |
| Hex | D8 | 5E | 2 | 0 | 38 | 63 | F | 1A | 62 | 2B |
| Octal | 330 | 136 | 2 | 0 | 70 | 143 | 17 | 32 | 142 | 53 |
| Binary | 11011000 | 1011110 | 10 | 0 | 111000 | 1100011 | 1111 | 11010 | 1100010 | 101011 |
Color Harmonies of #D85E02
Complementary color
Monochromatic Colors of #D85E02
Black with #D85E02
Text Example
Text Example
White with #D85E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E02; }
p { color: rgb(216,94,2); }
H1.HeaderClassName
{
color: #D85E02;
}
.AnyTagClassName
{
color: #D85E02;
}
</style>
background-color css
<style>
a { background-color: #D85E02; }
a { background-color: rgb(216,94,2); }
div.DivClassName
{
background-color: #D85E02;
}
.BgClassName
{
background-color: #D85E02;
}
</style>
border-color css
<style>
span { border-color: #D85E02; }
span { border-color: rgb(216,94,2); }
td.TdClassName
{
border-color: #D85E02;
}
.TagClassName
{
border-color: #D85E02;
}
</style>