Shades of Tenne (Tawny) #D85502
Tints of Tenne (Tawny) #D85502
RGB
CMYK
RGB Variations
Color information
#D85502 (or 0xD85502) is known color: Tenne (Tawny). HEX triplet: D8, 55 and 02. RGB value is (216,85,2). Sum of RGB (Red+Green+Blue) = 216+85+2=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D85502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85502 is #27AAFD. Grayscale: #737373. Windows color (decimal): -2599678 or 153048. OLE color: 153048.
HSL color Cylindrical-coordinate representation of color #D85502: hue angle of 23.27º 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 #D85502 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.15 |
| HSL | 23.27º | 0.98% | 0.43% | - |
| HSV(B) | 23.27º | 0.99% | 0.85% | - |
| XYZ | 31.58 | 21.1 | 2.47 | - |
| YUV | 114.71 | 64.4 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 2 | 0 | 0.61 | 0.99 | 0.15 | 23.27 | 0.98 | 0.43 |
| Hex | D8 | 55 | 2 | 0 | 3D | 63 | F | 17 | 62 | 2B |
| Octal | 330 | 125 | 2 | 0 | 75 | 143 | 17 | 27 | 142 | 53 |
| Binary | 11011000 | 1010101 | 10 | 0 | 111101 | 1100011 | 1111 | 10111 | 1100010 | 101011 |
Color Harmonies of #D85502
Complementary color
Monochromatic Colors of #D85502
Black with #D85502
Text Example
Text Example
White with #D85502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85502; }
p { color: rgb(216,85,2); }
H1.HeaderClassName
{
color: #D85502;
}
.AnyTagClassName
{
color: #D85502;
}
</style>
background-color css
<style>
a { background-color: #D85502; }
a { background-color: rgb(216,85,2); }
div.DivClassName
{
background-color: #D85502;
}
.BgClassName
{
background-color: #D85502;
}
</style>
border-color css
<style>
span { border-color: #D85502; }
span { border-color: rgb(216,85,2); }
td.TdClassName
{
border-color: #D85502;
}
.TagClassName
{
border-color: #D85502;
}
</style>