Shades of Tenne (Tawny) #D95305
Tints of Tenne (Tawny) #D95305
RGB
CMYK
RGB Variations
Color information
#D95305 (or 0xD95305) is known color: Tenne (Tawny). HEX triplet: D9, 53 and 05. RGB value is (217,83,5). Sum of RGB (Red+Green+Blue) = 217+83+5=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D95305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95305 is #26ACFA. Grayscale: #727272. Windows color (decimal): -2534651 or 349145. OLE color: 349145.
HSL color Cylindrical-coordinate representation of color #D95305: hue angle of 22.08º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D95305 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 5 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.15 |
| HSL | 22.08º | 0.95% | 0.44% | - |
| HSV(B) | 22.08º | 0.98% | 0.85% | - |
| XYZ | 31.74 | 20.95 | 2.51 | - |
| YUV | 114.17 | 66.39 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 5 | 0 | 0.62 | 0.98 | 0.15 | 22.08 | 0.95 | 0.44 |
| Hex | D9 | 53 | 5 | 0 | 3E | 62 | F | 16 | 5F | 2C |
| Octal | 331 | 123 | 5 | 0 | 76 | 142 | 17 | 26 | 137 | 54 |
| Binary | 11011001 | 1010011 | 101 | 0 | 111110 | 1100010 | 1111 | 10110 | 1011111 | 101100 |
Color Harmonies of #D95305
Complementary color
Monochromatic Colors of #D95305
Black with #D95305
Text Example
Text Example
White with #D95305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95305; }
p { color: rgb(217,83,5); }
H1.HeaderClassName
{
color: #D95305;
}
.AnyTagClassName
{
color: #D95305;
}
</style>
background-color css
<style>
a { background-color: #D95305; }
a { background-color: rgb(217,83,5); }
div.DivClassName
{
background-color: #D95305;
}
.BgClassName
{
background-color: #D95305;
}
</style>
border-color css
<style>
span { border-color: #D95305; }
span { border-color: rgb(217,83,5); }
td.TdClassName
{
border-color: #D95305;
}
.TagClassName
{
border-color: #D95305;
}
</style>