Shades of Tenne (Tawny) #D94C03
Tints of Tenne (Tawny) #D94C03
RGB
CMYK
RGB Variations
Color information
#D94C03 (or 0xD94C03) is known color: Tenne (Tawny). HEX triplet: D9, 4C and 03. RGB value is (217,76,3). Sum of RGB (Red+Green+Blue) = 217+76+3=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94C03 is #26B3FC. Grayscale: #6E6E6E. Windows color (decimal): -2536445 or 216281. OLE color: 216281.
HSL color Cylindrical-coordinate representation of color #D94C03: hue angle of 20.47º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D94C03 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 3 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.15 |
| HSL | 20.47º | 0.97% | 0.43% | - |
| HSV(B) | 20.47º | 0.99% | 0.85% | - |
| XYZ | 31.22 | 19.93 | 2.29 | - |
| YUV | 109.84 | 67.71 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 3 | 0 | 0.65 | 0.99 | 0.15 | 20.47 | 0.97 | 0.43 |
| Hex | D9 | 4C | 3 | 0 | 41 | 63 | F | 14 | 61 | 2B |
| Octal | 331 | 114 | 3 | 0 | 101 | 143 | 17 | 24 | 141 | 53 |
| Binary | 11011001 | 1001100 | 11 | 0 | 1000001 | 1100011 | 1111 | 10100 | 1100001 | 101011 |
Color Harmonies of #D94C03
Complementary color
Monochromatic Colors of #D94C03
Black with #D94C03
Text Example
Text Example
White with #D94C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94C03; }
p { color: rgb(217,76,3); }
H1.HeaderClassName
{
color: #D94C03;
}
.AnyTagClassName
{
color: #D94C03;
}
</style>
background-color css
<style>
a { background-color: #D94C03; }
a { background-color: rgb(217,76,3); }
div.DivClassName
{
background-color: #D94C03;
}
.BgClassName
{
background-color: #D94C03;
}
</style>
border-color css
<style>
span { border-color: #D94C03; }
span { border-color: rgb(217,76,3); }
td.TdClassName
{
border-color: #D94C03;
}
.TagClassName
{
border-color: #D94C03;
}
</style>