Shades of Tenne (Tawny) #D95C0B
Tints of Tenne (Tawny) #D95C0B
RGB
CMYK
RGB Variations
Color information
#D95C0B (or 0xD95C0B) is known color: Tenne (Tawny). HEX triplet: D9, 5C and 0B. RGB value is (217,92,11). Sum of RGB (Red+Green+Blue) = 217+92+11=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95C0B is #26A3F4. Grayscale: #787878. Windows color (decimal): -2532341 or 744665. OLE color: 744665.
HSL color Cylindrical-coordinate representation of color #D95C0B: hue angle of 23.59º 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 #D95C0B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 92 | 11 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.15 |
| HSL | 23.59º | 0.9% | 0.45% | - |
| HSV(B) | 23.59º | 0.95% | 0.85% | - |
| XYZ | 32.5 | 22.43 | 2.93 | - |
| YUV | 120.14 | 66.41 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 11 | 0 | 0.58 | 0.95 | 0.15 | 23.59 | 0.9 | 0.45 |
| Hex | D9 | 5C | B | 0 | 3A | 5F | F | 18 | 5A | 2D |
| Octal | 331 | 134 | 13 | 0 | 72 | 137 | 17 | 30 | 132 | 55 |
| Binary | 11011001 | 1011100 | 1011 | 0 | 111010 | 1011111 | 1111 | 11000 | 1011010 | 101101 |
Color Harmonies of #D95C0B
Complementary color
Monochromatic Colors of #D95C0B
Black with #D95C0B
Text Example
Text Example
White with #D95C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95C0B; }
p { color: rgb(217,92,11); }
H1.HeaderClassName
{
color: #D95C0B;
}
.AnyTagClassName
{
color: #D95C0B;
}
</style>
background-color css
<style>
a { background-color: #D95C0B; }
a { background-color: rgb(217,92,11); }
div.DivClassName
{
background-color: #D95C0B;
}
.BgClassName
{
background-color: #D95C0B;
}
</style>
border-color css
<style>
span { border-color: #D95C0B; }
span { border-color: rgb(217,92,11); }
td.TdClassName
{
border-color: #D95C0B;
}
.TagClassName
{
border-color: #D95C0B;
}
</style>