Shades of Tenne (Tawny) #D94401
Tints of Tenne (Tawny) #D94401
RGB
CMYK
RGB Variations
Color information
#D94401 (or 0xD94401) is known color: Tenne (Tawny). HEX triplet: D9, 44 and 01. RGB value is (217,68,1). Sum of RGB (Red+Green+Blue) = 217+68+1=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D94401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94401 is #26BBFE. Grayscale: #696969. Windows color (decimal): -2538495 or 83161. OLE color: 83161.
HSL color Cylindrical-coordinate representation of color #D94401: hue angle of 18.61º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D94401 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.15 |
| HSL | 18.61º | 0.99% | 0.43% | - |
| HSV(B) | 18.61º | 1% | 0.85% | - |
| XYZ | 30.69 | 18.89 | 2.06 | - |
| YUV | 104.91 | 69.36 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 1 | 0 | 0.69 | 1.00 | 0.15 | 18.61 | 0.99 | 0.43 |
| Hex | D9 | 44 | 1 | 0 | 45 | 64 | F | 13 | 63 | 2B |
| Octal | 331 | 104 | 1 | 0 | 105 | 144 | 17 | 23 | 143 | 53 |
| Binary | 11011001 | 1000100 | 1 | 0 | 1000101 | 1100100 | 1111 | 10011 | 1100011 | 101011 |
Color Harmonies of #D94401
Complementary color
Monochromatic Colors of #D94401
Black with #D94401
Text Example
Text Example
White with #D94401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94401; }
p { color: rgb(217,68,1); }
H1.HeaderClassName
{
color: #D94401;
}
.AnyTagClassName
{
color: #D94401;
}
</style>
background-color css
<style>
a { background-color: #D94401; }
a { background-color: rgb(217,68,1); }
div.DivClassName
{
background-color: #D94401;
}
.BgClassName
{
background-color: #D94401;
}
</style>
border-color css
<style>
span { border-color: #D94401; }
span { border-color: rgb(217,68,1); }
td.TdClassName
{
border-color: #D94401;
}
.TagClassName
{
border-color: #D94401;
}
</style>