Shades of Tenne (Tawny) #D85F02
Tints of Tenne (Tawny) #D85F02
RGB
CMYK
RGB Variations
Color information
#D85F02 (or 0xD85F02) is known color: Tenne (Tawny). HEX triplet: D8, 5F and 02. RGB value is (216,95,2). Sum of RGB (Red+Green+Blue) = 216+95+2=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85F02 is #27A0FD. Grayscale: #797979. Windows color (decimal): -2597118 or 155608. OLE color: 155608.
HSL color Cylindrical-coordinate representation of color #D85F02: hue angle of 26.07º 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 #D85F02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.15 |
| HSL | 26.07º | 0.98% | 0.43% | - |
| HSV(B) | 26.07º | 0.99% | 0.85% | - |
| XYZ | 32.42 | 22.79 | 2.75 | - |
| YUV | 120.58 | 61.09 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 2 | 0 | 0.56 | 0.99 | 0.15 | 26.07 | 0.98 | 0.43 |
| Hex | D8 | 5F | 2 | 0 | 38 | 63 | F | 1A | 62 | 2B |
| Octal | 330 | 137 | 2 | 0 | 70 | 143 | 17 | 32 | 142 | 53 |
| Binary | 11011000 | 1011111 | 10 | 0 | 111000 | 1100011 | 1111 | 11010 | 1100010 | 101011 |
Color Harmonies of #D85F02
Complementary color
Monochromatic Colors of #D85F02
Black with #D85F02
Text Example
Text Example
White with #D85F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F02; }
p { color: rgb(216,95,2); }
H1.HeaderClassName
{
color: #D85F02;
}
.AnyTagClassName
{
color: #D85F02;
}
</style>
background-color css
<style>
a { background-color: #D85F02; }
a { background-color: rgb(216,95,2); }
div.DivClassName
{
background-color: #D85F02;
}
.BgClassName
{
background-color: #D85F02;
}
</style>
border-color css
<style>
span { border-color: #D85F02; }
span { border-color: rgb(216,95,2); }
td.TdClassName
{
border-color: #D85F02;
}
.TagClassName
{
border-color: #D85F02;
}
</style>