Shades of Tenne (Tawny) #D05502
Tints of Tenne (Tawny) #D05502
RGB
CMYK
RGB Variations
Color information
#D05502 (or 0xD05502) is known color: Tenne (Tawny). HEX triplet: D0, 55 and 02. RGB value is (208,85,2). Sum of RGB (Red+Green+Blue) = 208+85+2=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D05502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05502 is #2FAAFD. Grayscale: #707070. Windows color (decimal): -3123966 or 153040. OLE color: 153040.
HSL color Cylindrical-coordinate representation of color #D05502: hue angle of 24.17º 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 #D05502 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.18 |
| HSL | 24.17º | 0.98% | 0.41% | - |
| HSV(B) | 24.17º | 0.99% | 0.82% | - |
| XYZ | 29.27 | 19.91 | 2.36 | - |
| YUV | 112.32 | 65.75 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 2 | 0 | 0.59 | 0.99 | 0.18 | 24.17 | 0.98 | 0.41 |
| Hex | D0 | 55 | 2 | 0 | 3B | 63 | 12 | 18 | 62 | 29 |
| Octal | 320 | 125 | 2 | 0 | 73 | 143 | 22 | 30 | 142 | 51 |
| Binary | 11010000 | 1010101 | 10 | 0 | 111011 | 1100011 | 10010 | 11000 | 1100010 | 101001 |
Color Harmonies of #D05502
Complementary color
Monochromatic Colors of #D05502
Black with #D05502
Text Example
Text Example
White with #D05502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05502; }
p { color: rgb(208,85,2); }
H1.HeaderClassName
{
color: #D05502;
}
.AnyTagClassName
{
color: #D05502;
}
</style>
background-color css
<style>
a { background-color: #D05502; }
a { background-color: rgb(208,85,2); }
div.DivClassName
{
background-color: #D05502;
}
.BgClassName
{
background-color: #D05502;
}
</style>
border-color css
<style>
span { border-color: #D05502; }
span { border-color: rgb(208,85,2); }
td.TdClassName
{
border-color: #D05502;
}
.TagClassName
{
border-color: #D05502;
}
</style>