Shades of Tenne (Tawny) #D9540B
Tints of Tenne (Tawny) #D9540B
RGB
CMYK
RGB Variations
Color information
#D9540B (or 0xD9540B) is known color: Tenne (Tawny). HEX triplet: D9, 54 and 0B. RGB value is (217,84,11). Sum of RGB (Red+Green+Blue) = 217+84+11=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D9540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9540B is #26ABF4. Grayscale: #737373. Windows color (decimal): -2534389 or 742617. OLE color: 742617.
HSL color Cylindrical-coordinate representation of color #D9540B: hue angle of 21.26º 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 #D9540B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.15 |
| HSL | 21.26º | 0.9% | 0.45% | - |
| HSV(B) | 21.26º | 0.95% | 0.85% | - |
| XYZ | 31.85 | 21.12 | 2.71 | - |
| YUV | 115.45 | 69.06 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 11 | 0 | 0.61 | 0.95 | 0.15 | 21.26 | 0.9 | 0.45 |
| Hex | D9 | 54 | B | 0 | 3D | 5F | F | 15 | 5A | 2D |
| Octal | 331 | 124 | 13 | 0 | 75 | 137 | 17 | 25 | 132 | 55 |
| Binary | 11011001 | 1010100 | 1011 | 0 | 111101 | 1011111 | 1111 | 10101 | 1011010 | 101101 |
Color Harmonies of #D9540B
Complementary color
Monochromatic Colors of #D9540B
Black with #D9540B
Text Example
Text Example
White with #D9540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9540B; }
p { color: rgb(217,84,11); }
H1.HeaderClassName
{
color: #D9540B;
}
.AnyTagClassName
{
color: #D9540B;
}
</style>
background-color css
<style>
a { background-color: #D9540B; }
a { background-color: rgb(217,84,11); }
div.DivClassName
{
background-color: #D9540B;
}
.BgClassName
{
background-color: #D9540B;
}
</style>
border-color css
<style>
span { border-color: #D9540B; }
span { border-color: rgb(217,84,11); }
td.TdClassName
{
border-color: #D9540B;
}
.TagClassName
{
border-color: #D9540B;
}
</style>