Shades of Tenne (Tawny) #D15C02
Tints of Tenne (Tawny) #D15C02
RGB
CMYK
RGB Variations
Color information
#D15C02 (or 0xD15C02) is known color: Tenne (Tawny). HEX triplet: D1, 5C and 02. RGB value is (209,92,2). Sum of RGB (Red+Green+Blue) = 209+92+2=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15C02 is #2EA3FD. Grayscale: #757575. Windows color (decimal): -3056638 or 154833. OLE color: 154833.
HSL color Cylindrical-coordinate representation of color #D15C02: hue angle of 26.09º 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 #D15C02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.18 |
| HSL | 26.09º | 0.98% | 0.41% | - |
| HSV(B) | 26.09º | 0.99% | 0.82% | - |
| XYZ | 30.13 | 21.21 | 2.56 | - |
| YUV | 116.72 | 63.26 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 2 | 0 | 0.56 | 0.99 | 0.18 | 26.09 | 0.98 | 0.41 |
| Hex | D1 | 5C | 2 | 0 | 38 | 63 | 12 | 1A | 62 | 29 |
| Octal | 321 | 134 | 2 | 0 | 70 | 143 | 22 | 32 | 142 | 51 |
| Binary | 11010001 | 1011100 | 10 | 0 | 111000 | 1100011 | 10010 | 11010 | 1100010 | 101001 |
Color Harmonies of #D15C02
Complementary color
Monochromatic Colors of #D15C02
Black with #D15C02
Text Example
Text Example
White with #D15C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15C02; }
p { color: rgb(209,92,2); }
H1.HeaderClassName
{
color: #D15C02;
}
.AnyTagClassName
{
color: #D15C02;
}
</style>
background-color css
<style>
a { background-color: #D15C02; }
a { background-color: rgb(209,92,2); }
div.DivClassName
{
background-color: #D15C02;
}
.BgClassName
{
background-color: #D15C02;
}
</style>
border-color css
<style>
span { border-color: #D15C02; }
span { border-color: rgb(209,92,2); }
td.TdClassName
{
border-color: #D15C02;
}
.TagClassName
{
border-color: #D15C02;
}
</style>