Shades of Tenne (Tawny) #D85D03
Tints of Tenne (Tawny) #D85D03
RGB
CMYK
RGB Variations
Color information
#D85D03 (or 0xD85D03) is known color: Tenne (Tawny). HEX triplet: D8, 5D and 03. RGB value is (216,93,3). Sum of RGB (Red+Green+Blue) = 216+93+3=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85D03 is #27A2FC. Grayscale: #777777. Windows color (decimal): -2597629 or 220632. OLE color: 220632.
HSL color Cylindrical-coordinate representation of color #D85D03: hue angle of 25.35º 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 #D85D03 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 3 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.15 |
| HSL | 25.35º | 0.97% | 0.43% | - |
| HSV(B) | 25.35º | 0.99% | 0.85% | - |
| XYZ | 32.25 | 22.43 | 2.72 | - |
| YUV | 119.52 | 62.25 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 3 | 0 | 0.57 | 0.99 | 0.15 | 25.35 | 0.97 | 0.43 |
| Hex | D8 | 5D | 3 | 0 | 39 | 63 | F | 19 | 61 | 2B |
| Octal | 330 | 135 | 3 | 0 | 71 | 143 | 17 | 31 | 141 | 53 |
| Binary | 11011000 | 1011101 | 11 | 0 | 111001 | 1100011 | 1111 | 11001 | 1100001 | 101011 |
Color Harmonies of #D85D03
Complementary color
Monochromatic Colors of #D85D03
Black with #D85D03
Text Example
Text Example
White with #D85D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D03; }
p { color: rgb(216,93,3); }
H1.HeaderClassName
{
color: #D85D03;
}
.AnyTagClassName
{
color: #D85D03;
}
</style>
background-color css
<style>
a { background-color: #D85D03; }
a { background-color: rgb(216,93,3); }
div.DivClassName
{
background-color: #D85D03;
}
.BgClassName
{
background-color: #D85D03;
}
</style>
border-color css
<style>
span { border-color: #D85D03; }
span { border-color: rgb(216,93,3); }
td.TdClassName
{
border-color: #D85D03;
}
.TagClassName
{
border-color: #D85D03;
}
</style>