Shades of Tenne (Tawny) #D94C0B
Tints of Tenne (Tawny) #D94C0B
RGB
CMYK
RGB Variations
Color information
#D94C0B (or 0xD94C0B) is known color: Tenne (Tawny). HEX triplet: D9, 4C and 0B. RGB value is (217,76,11). Sum of RGB (Red+Green+Blue) = 217+76+11=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94C0B is #26B3F4. Grayscale: #6F6F6F. Windows color (decimal): -2536437 or 740569. OLE color: 740569.
HSL color Cylindrical-coordinate representation of color #D94C0B: hue angle of 18.93º 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 #D94C0B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.15 |
| HSL | 18.93º | 0.9% | 0.45% | - |
| HSV(B) | 18.93º | 0.95% | 0.85% | - |
| XYZ | 31.26 | 19.94 | 2.52 | - |
| YUV | 110.75 | 71.71 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 11 | 0 | 0.65 | 0.95 | 0.15 | 18.93 | 0.9 | 0.45 |
| Hex | D9 | 4C | B | 0 | 41 | 5F | F | 13 | 5A | 2D |
| Octal | 331 | 114 | 13 | 0 | 101 | 137 | 17 | 23 | 132 | 55 |
| Binary | 11011001 | 1001100 | 1011 | 0 | 1000001 | 1011111 | 1111 | 10011 | 1011010 | 101101 |
Color Harmonies of #D94C0B
Complementary color
Monochromatic Colors of #D94C0B
Black with #D94C0B
Text Example
Text Example
White with #D94C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94C0B; }
p { color: rgb(217,76,11); }
H1.HeaderClassName
{
color: #D94C0B;
}
.AnyTagClassName
{
color: #D94C0B;
}
</style>
background-color css
<style>
a { background-color: #D94C0B; }
a { background-color: rgb(217,76,11); }
div.DivClassName
{
background-color: #D94C0B;
}
.BgClassName
{
background-color: #D94C0B;
}
</style>
border-color css
<style>
span { border-color: #D94C0B; }
span { border-color: rgb(217,76,11); }
td.TdClassName
{
border-color: #D94C0B;
}
.TagClassName
{
border-color: #D94C0B;
}
</style>