Shades of Tenne (Tawny) #D9600B
Tints of Tenne (Tawny) #D9600B
RGB
CMYK
RGB Variations
Color information
#D9600B (or 0xD9600B) is known color: Tenne (Tawny). HEX triplet: D9, 60 and 0B. RGB value is (217,96,11). Sum of RGB (Red+Green+Blue) = 217+96+11=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D9600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9600B is #269FF4. Grayscale: #7A7A7A. Windows color (decimal): -2531317 or 745689. OLE color: 745689.
HSL color Cylindrical-coordinate representation of color #D9600B: hue angle of 24.76º 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 #D9600B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 11 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.15 |
| HSL | 24.76º | 0.9% | 0.45% | - |
| HSV(B) | 24.76º | 0.95% | 0.85% | - |
| XYZ | 32.86 | 23.14 | 3.05 | - |
| YUV | 122.49 | 65.09 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 11 | 0 | 0.56 | 0.95 | 0.15 | 24.76 | 0.9 | 0.45 |
| Hex | D9 | 60 | B | 0 | 38 | 5F | F | 19 | 5A | 2D |
| Octal | 331 | 140 | 13 | 0 | 70 | 137 | 17 | 31 | 132 | 55 |
| Binary | 11011001 | 1100000 | 1011 | 0 | 111000 | 1011111 | 1111 | 11001 | 1011010 | 101101 |
Color Harmonies of #D9600B
Complementary color
Monochromatic Colors of #D9600B
Black with #D9600B
Text Example
Text Example
White with #D9600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9600B; }
p { color: rgb(217,96,11); }
H1.HeaderClassName
{
color: #D9600B;
}
.AnyTagClassName
{
color: #D9600B;
}
</style>
background-color css
<style>
a { background-color: #D9600B; }
a { background-color: rgb(217,96,11); }
div.DivClassName
{
background-color: #D9600B;
}
.BgClassName
{
background-color: #D9600B;
}
</style>
border-color css
<style>
span { border-color: #D9600B; }
span { border-color: rgb(217,96,11); }
td.TdClassName
{
border-color: #D9600B;
}
.TagClassName
{
border-color: #D9600B;
}
</style>