Shades of Tenne (Tawny) #D55208
Tints of Tenne (Tawny) #D55208
RGB
CMYK
RGB Variations
Color information
#D55208 (or 0xD55208) is known color: Tenne (Tawny). HEX triplet: D5, 52 and 08. RGB value is (213,82,8). Sum of RGB (Red+Green+Blue) = 213+82+8=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D55208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55208 is #2AADF7. Grayscale: #717171. Windows color (decimal): -2797048 or 545493. OLE color: 545493.
HSL color Cylindrical-coordinate representation of color #D55208: hue angle of 21.66º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D55208 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.16 |
| HSL | 21.66º | 0.93% | 0.43% | - |
| HSV(B) | 21.66º | 0.96% | 0.84% | - |
| XYZ | 30.5 | 20.2 | 2.52 | - |
| YUV | 112.73 | 68.9 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 8 | 0 | 0.62 | 0.96 | 0.16 | 21.66 | 0.93 | 0.43 |
| Hex | D5 | 52 | 8 | 0 | 3E | 60 | 10 | 16 | 5D | 2B |
| Octal | 325 | 122 | 10 | 0 | 76 | 140 | 20 | 26 | 135 | 53 |
| Binary | 11010101 | 1010010 | 1000 | 0 | 111110 | 1100000 | 10000 | 10110 | 1011101 | 101011 |
Color Harmonies of #D55208
Complementary color
Monochromatic Colors of #D55208
Black with #D55208
Text Example
Text Example
White with #D55208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55208; }
p { color: rgb(213,82,8); }
H1.HeaderClassName
{
color: #D55208;
}
.AnyTagClassName
{
color: #D55208;
}
</style>
background-color css
<style>
a { background-color: #D55208; }
a { background-color: rgb(213,82,8); }
div.DivClassName
{
background-color: #D55208;
}
.BgClassName
{
background-color: #D55208;
}
</style>
border-color css
<style>
span { border-color: #D55208; }
span { border-color: rgb(213,82,8); }
td.TdClassName
{
border-color: #D55208;
}
.TagClassName
{
border-color: #D55208;
}
</style>