Shades of Tenne (Tawny) #D05902
Tints of Tenne (Tawny) #D05902
RGB
CMYK
RGB Variations
Color information
#D05902 (or 0xD05902) is known color: Tenne (Tawny). HEX triplet: D0, 59 and 02. RGB value is (208,89,2). Sum of RGB (Red+Green+Blue) = 208+89+2=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D05902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05902 is #2FA6FD. Grayscale: #737373. Windows color (decimal): -3122942 or 154064. OLE color: 154064.
HSL color Cylindrical-coordinate representation of color #D05902: hue angle of 25.34º 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 #D05902 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.18 |
| HSL | 25.34º | 0.98% | 0.41% | - |
| HSV(B) | 25.34º | 0.99% | 0.82% | - |
| XYZ | 29.6 | 20.56 | 2.47 | - |
| YUV | 114.66 | 64.42 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 2 | 0 | 0.57 | 0.99 | 0.18 | 25.34 | 0.98 | 0.41 |
| Hex | D0 | 59 | 2 | 0 | 39 | 63 | 12 | 19 | 62 | 29 |
| Octal | 320 | 131 | 2 | 0 | 71 | 143 | 22 | 31 | 142 | 51 |
| Binary | 11010000 | 1011001 | 10 | 0 | 111001 | 1100011 | 10010 | 11001 | 1100010 | 101001 |
Color Harmonies of #D05902
Complementary color
Monochromatic Colors of #D05902
Black with #D05902
Text Example
Text Example
White with #D05902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05902; }
p { color: rgb(208,89,2); }
H1.HeaderClassName
{
color: #D05902;
}
.AnyTagClassName
{
color: #D05902;
}
</style>
background-color css
<style>
a { background-color: #D05902; }
a { background-color: rgb(208,89,2); }
div.DivClassName
{
background-color: #D05902;
}
.BgClassName
{
background-color: #D05902;
}
</style>
border-color css
<style>
span { border-color: #D05902; }
span { border-color: rgb(208,89,2); }
td.TdClassName
{
border-color: #D05902;
}
.TagClassName
{
border-color: #D05902;
}
</style>