Shades of Tenne (Tawny) #D95304
Tints of Tenne (Tawny) #D95304
RGB
CMYK
RGB Variations
Color information
#D95304 (or 0xD95304) is known color: Tenne (Tawny). HEX triplet: D9, 53 and 04. RGB value is (217,83,4). Sum of RGB (Red+Green+Blue) = 217+83+4=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D95304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95304 is #26ACFB. Grayscale: #727272. Windows color (decimal): -2534652 or 283609. OLE color: 283609.
HSL color Cylindrical-coordinate representation of color #D95304: hue angle of 22.25º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D95304 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.15 |
| HSL | 22.25º | 0.96% | 0.43% | - |
| HSV(B) | 22.25º | 0.98% | 0.85% | - |
| XYZ | 31.73 | 20.95 | 2.49 | - |
| YUV | 114.06 | 65.89 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 4 | 0 | 0.62 | 0.98 | 0.15 | 22.25 | 0.96 | 0.43 |
| Hex | D9 | 53 | 4 | 0 | 3E | 62 | F | 16 | 60 | 2B |
| Octal | 331 | 123 | 4 | 0 | 76 | 142 | 17 | 26 | 140 | 53 |
| Binary | 11011001 | 1010011 | 100 | 0 | 111110 | 1100010 | 1111 | 10110 | 1100000 | 101011 |
Color Harmonies of #D95304
Complementary color
Monochromatic Colors of #D95304
Black with #D95304
Text Example
Text Example
White with #D95304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95304; }
p { color: rgb(217,83,4); }
H1.HeaderClassName
{
color: #D95304;
}
.AnyTagClassName
{
color: #D95304;
}
</style>
background-color css
<style>
a { background-color: #D95304; }
a { background-color: rgb(217,83,4); }
div.DivClassName
{
background-color: #D95304;
}
.BgClassName
{
background-color: #D95304;
}
</style>
border-color css
<style>
span { border-color: #D95304; }
span { border-color: rgb(217,83,4); }
td.TdClassName
{
border-color: #D95304;
}
.TagClassName
{
border-color: #D95304;
}
</style>