Shades of Tenne (Tawny) #D14C02
Tints of Tenne (Tawny) #D14C02
RGB
CMYK
RGB Variations
Color information
#D14C02 (or 0xD14C02) is known color: Tenne (Tawny). HEX triplet: D1, 4C and 02. RGB value is (209,76,2). Sum of RGB (Red+Green+Blue) = 209+76+2=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14C02 is #2EB3FD. Grayscale: #6B6B6B. Windows color (decimal): -3060734 or 150737. OLE color: 150737.
HSL color Cylindrical-coordinate representation of color #D14C02: hue angle of 21.45º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D14C02 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 76 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.18 |
| HSL | 21.45º | 0.98% | 0.41% | - |
| HSV(B) | 21.45º | 0.99% | 0.82% | - |
| XYZ | 28.89 | 18.73 | 2.15 | - |
| YUV | 107.33 | 68.56 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 2 | 0 | 0.64 | 0.99 | 0.18 | 21.45 | 0.98 | 0.41 |
| Hex | D1 | 4C | 2 | 0 | 40 | 63 | 12 | 15 | 62 | 29 |
| Octal | 321 | 114 | 2 | 0 | 100 | 143 | 22 | 25 | 142 | 51 |
| Binary | 11010001 | 1001100 | 10 | 0 | 1000000 | 1100011 | 10010 | 10101 | 1100010 | 101001 |
Color Harmonies of #D14C02
Complementary color
Monochromatic Colors of #D14C02
Black with #D14C02
Text Example
Text Example
White with #D14C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14C02; }
p { color: rgb(209,76,2); }
H1.HeaderClassName
{
color: #D14C02;
}
.AnyTagClassName
{
color: #D14C02;
}
</style>
background-color css
<style>
a { background-color: #D14C02; }
a { background-color: rgb(209,76,2); }
div.DivClassName
{
background-color: #D14C02;
}
.BgClassName
{
background-color: #D14C02;
}
</style>
border-color css
<style>
span { border-color: #D14C02; }
span { border-color: rgb(209,76,2); }
td.TdClassName
{
border-color: #D14C02;
}
.TagClassName
{
border-color: #D14C02;
}
</style>