Shades of Tenne (Tawny) #D15302
Tints of Tenne (Tawny) #D15302
RGB
CMYK
RGB Variations
Color information
#D15302 (or 0xD15302) is known color: Tenne (Tawny). HEX triplet: D1, 53 and 02. RGB value is (209,83,2). Sum of RGB (Red+Green+Blue) = 209+83+2=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D15302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15302 is #2EACFD. Grayscale: #6F6F6F. Windows color (decimal): -3058942 or 152529. OLE color: 152529.
HSL color Cylindrical-coordinate representation of color #D15302: hue angle of 23.48º 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 #D15302 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.18 |
| HSL | 23.48º | 0.98% | 0.41% | - |
| HSV(B) | 23.48º | 0.99% | 0.82% | - |
| XYZ | 29.4 | 19.75 | 2.32 | - |
| YUV | 111.44 | 66.24 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 2 | 0 | 0.60 | 0.99 | 0.18 | 23.48 | 0.98 | 0.41 |
| Hex | D1 | 53 | 2 | 0 | 3C | 63 | 12 | 17 | 62 | 29 |
| Octal | 321 | 123 | 2 | 0 | 74 | 143 | 22 | 27 | 142 | 51 |
| Binary | 11010001 | 1010011 | 10 | 0 | 111100 | 1100011 | 10010 | 10111 | 1100010 | 101001 |
Color Harmonies of #D15302
Complementary color
Monochromatic Colors of #D15302
Black with #D15302
Text Example
Text Example
White with #D15302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15302; }
p { color: rgb(209,83,2); }
H1.HeaderClassName
{
color: #D15302;
}
.AnyTagClassName
{
color: #D15302;
}
</style>
background-color css
<style>
a { background-color: #D15302; }
a { background-color: rgb(209,83,2); }
div.DivClassName
{
background-color: #D15302;
}
.BgClassName
{
background-color: #D15302;
}
</style>
border-color css
<style>
span { border-color: #D15302; }
span { border-color: rgb(209,83,2); }
td.TdClassName
{
border-color: #D15302;
}
.TagClassName
{
border-color: #D15302;
}
</style>