Shades of Tenne (Tawny) #D95001
Tints of Tenne (Tawny) #D95001
RGB
CMYK
RGB Variations
Color information
#D95001 (or 0xD95001) is known color: Tenne (Tawny). HEX triplet: D9, 50 and 01. RGB value is (217,80,1). Sum of RGB (Red+Green+Blue) = 217+80+1=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D95001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95001 is #26AFFE. Grayscale: #707070. Windows color (decimal): -2535423 or 86233. OLE color: 86233.
HSL color Cylindrical-coordinate representation of color #D95001: hue angle of 21.94º 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 #D95001 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 1 | - |
| CMYK | 0 | 0.63 | 1.00 | 0.15 |
| HSL | 21.94º | 0.99% | 0.43% | - |
| HSV(B) | 21.94º | 1% | 0.85% | - |
| XYZ | 31.49 | 20.49 | 2.32 | - |
| YUV | 111.96 | 65.39 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 1 | 0 | 0.63 | 1.00 | 0.15 | 21.94 | 0.99 | 0.43 |
| Hex | D9 | 50 | 1 | 0 | 3F | 64 | F | 16 | 63 | 2B |
| Octal | 331 | 120 | 1 | 0 | 77 | 144 | 17 | 26 | 143 | 53 |
| Binary | 11011001 | 1010000 | 1 | 0 | 111111 | 1100100 | 1111 | 10110 | 1100011 | 101011 |
Color Harmonies of #D95001
Complementary color
Monochromatic Colors of #D95001
Black with #D95001
Text Example
Text Example
White with #D95001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95001; }
p { color: rgb(217,80,1); }
H1.HeaderClassName
{
color: #D95001;
}
.AnyTagClassName
{
color: #D95001;
}
</style>
background-color css
<style>
a { background-color: #D95001; }
a { background-color: rgb(217,80,1); }
div.DivClassName
{
background-color: #D95001;
}
.BgClassName
{
background-color: #D95001;
}
</style>
border-color css
<style>
span { border-color: #D95001; }
span { border-color: rgb(217,80,1); }
td.TdClassName
{
border-color: #D95001;
}
.TagClassName
{
border-color: #D95001;
}
</style>