Shades of Tenne (Tawny) #D9500B
Tints of Tenne (Tawny) #D9500B
RGB
CMYK
RGB Variations
Color information
#D9500B (or 0xD9500B) is known color: Tenne (Tawny). HEX triplet: D9, 50 and 0B. RGB value is (217,80,11). Sum of RGB (Red+Green+Blue) = 217+80+11=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D9500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9500B is #26AFF4. Grayscale: #717171. Windows color (decimal): -2535413 or 741593. OLE color: 741593.
HSL color Cylindrical-coordinate representation of color #D9500B: hue angle of 20.1º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9500B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.15 |
| HSL | 20.1º | 0.9% | 0.45% | - |
| HSV(B) | 20.1º | 0.95% | 0.85% | - |
| XYZ | 31.54 | 20.51 | 2.61 | - |
| YUV | 113.1 | 70.39 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 11 | 0 | 0.63 | 0.95 | 0.15 | 20.1 | 0.9 | 0.45 |
| Hex | D9 | 50 | B | 0 | 3F | 5F | F | 14 | 5A | 2D |
| Octal | 331 | 120 | 13 | 0 | 77 | 137 | 17 | 24 | 132 | 55 |
| Binary | 11011001 | 1010000 | 1011 | 0 | 111111 | 1011111 | 1111 | 10100 | 1011010 | 101101 |
Color Harmonies of #D9500B
Complementary color
Monochromatic Colors of #D9500B
Black with #D9500B
Text Example
Text Example
White with #D9500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9500B; }
p { color: rgb(217,80,11); }
H1.HeaderClassName
{
color: #D9500B;
}
.AnyTagClassName
{
color: #D9500B;
}
</style>
background-color css
<style>
a { background-color: #D9500B; }
a { background-color: rgb(217,80,11); }
div.DivClassName
{
background-color: #D9500B;
}
.BgClassName
{
background-color: #D9500B;
}
</style>
border-color css
<style>
span { border-color: #D9500B; }
span { border-color: rgb(217,80,11); }
td.TdClassName
{
border-color: #D9500B;
}
.TagClassName
{
border-color: #D9500B;
}
</style>