Shades of Tenne (Tawny) #D95301
Tints of Tenne (Tawny) #D95301
RGB
CMYK
RGB Variations
Color information
#D95301 (or 0xD95301) is known color: Tenne (Tawny). HEX triplet: D9, 53 and 01. RGB value is (217,83,1). Sum of RGB (Red+Green+Blue) = 217+83+1=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D95301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95301 is #26ACFE. Grayscale: #727272. Windows color (decimal): -2534655 or 87001. OLE color: 87001.
HSL color Cylindrical-coordinate representation of color #D95301: hue angle of 22.78º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D95301 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 1 | - |
| CMYK | 0 | 0.62 | 1.00 | 0.15 |
| HSL | 22.78º | 0.99% | 0.43% | - |
| HSV(B) | 22.78º | 1% | 0.85% | - |
| XYZ | 31.71 | 20.94 | 2.4 | - |
| YUV | 113.72 | 64.39 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 1 | 0 | 0.62 | 1.00 | 0.15 | 22.78 | 0.99 | 0.43 |
| Hex | D9 | 53 | 1 | 0 | 3E | 64 | F | 17 | 63 | 2B |
| Octal | 331 | 123 | 1 | 0 | 76 | 144 | 17 | 27 | 143 | 53 |
| Binary | 11011001 | 1010011 | 1 | 0 | 111110 | 1100100 | 1111 | 10111 | 1100011 | 101011 |
Color Harmonies of #D95301
Complementary color
Monochromatic Colors of #D95301
Black with #D95301
Text Example
Text Example
White with #D95301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95301; }
p { color: rgb(217,83,1); }
H1.HeaderClassName
{
color: #D95301;
}
.AnyTagClassName
{
color: #D95301;
}
</style>
background-color css
<style>
a { background-color: #D95301; }
a { background-color: rgb(217,83,1); }
div.DivClassName
{
background-color: #D95301;
}
.BgClassName
{
background-color: #D95301;
}
</style>
border-color css
<style>
span { border-color: #D95301; }
span { border-color: rgb(217,83,1); }
td.TdClassName
{
border-color: #D95301;
}
.TagClassName
{
border-color: #D95301;
}
</style>