Shades of Tenne (Tawny) #D15702
Tints of Tenne (Tawny) #D15702
RGB
CMYK
RGB Variations
Color information
#D15702 (or 0xD15702) is known color: Tenne (Tawny). HEX triplet: D1, 57 and 02. RGB value is (209,87,2). Sum of RGB (Red+Green+Blue) = 209+87+2=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D15702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15702 is #2EA8FD. Grayscale: #727272. Windows color (decimal): -3057918 or 153553. OLE color: 153553.
HSL color Cylindrical-coordinate representation of color #D15702: hue angle of 24.64º 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 #D15702 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.18 |
| HSL | 24.64º | 0.98% | 0.41% | - |
| HSV(B) | 24.64º | 0.99% | 0.82% | - |
| XYZ | 29.71 | 20.38 | 2.42 | - |
| YUV | 113.79 | 64.92 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 2 | 0 | 0.58 | 0.99 | 0.18 | 24.64 | 0.98 | 0.41 |
| Hex | D1 | 57 | 2 | 0 | 3A | 63 | 12 | 19 | 62 | 29 |
| Octal | 321 | 127 | 2 | 0 | 72 | 143 | 22 | 31 | 142 | 51 |
| Binary | 11010001 | 1010111 | 10 | 0 | 111010 | 1100011 | 10010 | 11001 | 1100010 | 101001 |
Color Harmonies of #D15702
Complementary color
Monochromatic Colors of #D15702
Black with #D15702
Text Example
Text Example
White with #D15702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15702; }
p { color: rgb(209,87,2); }
H1.HeaderClassName
{
color: #D15702;
}
.AnyTagClassName
{
color: #D15702;
}
</style>
background-color css
<style>
a { background-color: #D15702; }
a { background-color: rgb(209,87,2); }
div.DivClassName
{
background-color: #D15702;
}
.BgClassName
{
background-color: #D15702;
}
</style>
border-color css
<style>
span { border-color: #D15702; }
span { border-color: rgb(209,87,2); }
td.TdClassName
{
border-color: #D15702;
}
.TagClassName
{
border-color: #D15702;
}
</style>