Shades of Tenne (Tawny) #D14E02
Tints of Tenne (Tawny) #D14E02
RGB
CMYK
RGB Variations
Color information
#D14E02 (or 0xD14E02) is known color: Tenne (Tawny). HEX triplet: D1, 4E and 02. RGB value is (209,78,2). Sum of RGB (Red+Green+Blue) = 209+78+2=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14E02 is #2EB1FD. Grayscale: #6C6C6C. Windows color (decimal): -3060222 or 151249. OLE color: 151249.
HSL color Cylindrical-coordinate representation of color #D14E02: hue angle of 22.03º 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 #D14E02 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 78 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.18 |
| HSL | 22.03º | 0.98% | 0.41% | - |
| HSV(B) | 22.03º | 0.99% | 0.82% | - |
| XYZ | 29.03 | 19.01 | 2.2 | - |
| YUV | 108.51 | 67.9 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 2 | 0 | 0.63 | 0.99 | 0.18 | 22.03 | 0.98 | 0.41 |
| Hex | D1 | 4E | 2 | 0 | 3F | 63 | 12 | 16 | 62 | 29 |
| Octal | 321 | 116 | 2 | 0 | 77 | 143 | 22 | 26 | 142 | 51 |
| Binary | 11010001 | 1001110 | 10 | 0 | 111111 | 1100011 | 10010 | 10110 | 1100010 | 101001 |
Color Harmonies of #D14E02
Complementary color
Monochromatic Colors of #D14E02
Black with #D14E02
Text Example
Text Example
White with #D14E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14E02; }
p { color: rgb(209,78,2); }
H1.HeaderClassName
{
color: #D14E02;
}
.AnyTagClassName
{
color: #D14E02;
}
</style>
background-color css
<style>
a { background-color: #D14E02; }
a { background-color: rgb(209,78,2); }
div.DivClassName
{
background-color: #D14E02;
}
.BgClassName
{
background-color: #D14E02;
}
</style>
border-color css
<style>
span { border-color: #D14E02; }
span { border-color: rgb(209,78,2); }
td.TdClassName
{
border-color: #D14E02;
}
.TagClassName
{
border-color: #D14E02;
}
</style>