Shades of Tenne (Tawny) #D15E02
Tints of Tenne (Tawny) #D15E02
RGB
CMYK
RGB Variations
Color information
#D15E02 (or 0xD15E02) is known color: Tenne (Tawny). HEX triplet: D1, 5E and 02. RGB value is (209,94,2). Sum of RGB (Red+Green+Blue) = 209+94+2=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15E02 is #2EA1FD. Grayscale: #767676. Windows color (decimal): -3056126 or 155345. OLE color: 155345.
HSL color Cylindrical-coordinate representation of color #D15E02: hue angle of 26.67º 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 #D15E02 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 94 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.18 |
| HSL | 26.67º | 0.98% | 0.41% | - |
| HSV(B) | 26.67º | 0.99% | 0.82% | - |
| XYZ | 30.31 | 21.57 | 2.62 | - |
| YUV | 117.9 | 62.6 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 94 | 2 | 0 | 0.55 | 0.99 | 0.18 | 26.67 | 0.98 | 0.41 |
| Hex | D1 | 5E | 2 | 0 | 37 | 63 | 12 | 1B | 62 | 29 |
| Octal | 321 | 136 | 2 | 0 | 67 | 143 | 22 | 33 | 142 | 51 |
| Binary | 11010001 | 1011110 | 10 | 0 | 110111 | 1100011 | 10010 | 11011 | 1100010 | 101001 |
Color Harmonies of #D15E02
Complementary color
Monochromatic Colors of #D15E02
Black with #D15E02
Text Example
Text Example
White with #D15E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15E02; }
p { color: rgb(209,94,2); }
H1.HeaderClassName
{
color: #D15E02;
}
.AnyTagClassName
{
color: #D15E02;
}
</style>
background-color css
<style>
a { background-color: #D15E02; }
a { background-color: rgb(209,94,2); }
div.DivClassName
{
background-color: #D15E02;
}
.BgClassName
{
background-color: #D15E02;
}
</style>
border-color css
<style>
span { border-color: #D15E02; }
span { border-color: rgb(209,94,2); }
td.TdClassName
{
border-color: #D15E02;
}
.TagClassName
{
border-color: #D15E02;
}
</style>