Shades of Tenne (Tawny) #D85003
Tints of Tenne (Tawny) #D85003
RGB
CMYK
RGB Variations
Color information
#D85003 (or 0xD85003) is known color: Tenne (Tawny). HEX triplet: D8, 50 and 03. RGB value is (216,80,3). Sum of RGB (Red+Green+Blue) = 216+80+3=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D85003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85003 is #27AFFC. Grayscale: #707070. Windows color (decimal): -2600957 or 217304. OLE color: 217304.
HSL color Cylindrical-coordinate representation of color #D85003: hue angle of 21.69º degrees, saturation: 0.97, 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 #D85003 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 3 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.15 |
| HSL | 21.69º | 0.97% | 0.43% | - |
| HSV(B) | 21.69º | 0.99% | 0.85% | - |
| XYZ | 31.2 | 20.34 | 2.37 | - |
| YUV | 111.89 | 66.56 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 3 | 0 | 0.63 | 0.99 | 0.15 | 21.69 | 0.97 | 0.43 |
| Hex | D8 | 50 | 3 | 0 | 3F | 63 | F | 16 | 61 | 2B |
| Octal | 330 | 120 | 3 | 0 | 77 | 143 | 17 | 26 | 141 | 53 |
| Binary | 11011000 | 1010000 | 11 | 0 | 111111 | 1100011 | 1111 | 10110 | 1100001 | 101011 |
Color Harmonies of #D85003
Complementary color
Monochromatic Colors of #D85003
Black with #D85003
Text Example
Text Example
White with #D85003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85003; }
p { color: rgb(216,80,3); }
H1.HeaderClassName
{
color: #D85003;
}
.AnyTagClassName
{
color: #D85003;
}
</style>
background-color css
<style>
a { background-color: #D85003; }
a { background-color: rgb(216,80,3); }
div.DivClassName
{
background-color: #D85003;
}
.BgClassName
{
background-color: #D85003;
}
</style>
border-color css
<style>
span { border-color: #D85003; }
span { border-color: rgb(216,80,3); }
td.TdClassName
{
border-color: #D85003;
}
.TagClassName
{
border-color: #D85003;
}
</style>