Shades of Tenne (Tawny) #D14C01
Tints of Tenne (Tawny) #D14C01
RGB
CMYK
RGB Variations
Color information
#D14C01 (or 0xD14C01) is known color: Tenne (Tawny). HEX triplet: D1, 4C and 01. RGB value is (209,76,1). Sum of RGB (Red+Green+Blue) = 209+76+1=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14C01 is #2EB3FE. Grayscale: #6B6B6B. Windows color (decimal): -3060735 or 85201. OLE color: 85201.
HSL color Cylindrical-coordinate representation of color #D14C01: hue angle of 21.63º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D14C01 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 76 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.18 |
| HSL | 21.63º | 0.99% | 0.41% | - |
| HSV(B) | 21.63º | 1% | 0.82% | - |
| XYZ | 28.88 | 18.73 | 2.12 | - |
| YUV | 107.22 | 68.06 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 1 | 0 | 0.64 | 1.00 | 0.18 | 21.63 | 0.99 | 0.41 |
| Hex | D1 | 4C | 1 | 0 | 40 | 64 | 12 | 16 | 63 | 29 |
| Octal | 321 | 114 | 1 | 0 | 100 | 144 | 22 | 26 | 143 | 51 |
| Binary | 11010001 | 1001100 | 1 | 0 | 1000000 | 1100100 | 10010 | 10110 | 1100011 | 101001 |
Color Harmonies of #D14C01
Complementary color
Monochromatic Colors of #D14C01
Black with #D14C01
Text Example
Text Example
White with #D14C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14C01; }
p { color: rgb(209,76,1); }
H1.HeaderClassName
{
color: #D14C01;
}
.AnyTagClassName
{
color: #D14C01;
}
</style>
background-color css
<style>
a { background-color: #D14C01; }
a { background-color: rgb(209,76,1); }
div.DivClassName
{
background-color: #D14C01;
}
.BgClassName
{
background-color: #D14C01;
}
</style>
border-color css
<style>
span { border-color: #D14C01; }
span { border-color: rgb(209,76,1); }
td.TdClassName
{
border-color: #D14C01;
}
.TagClassName
{
border-color: #D14C01;
}
</style>