Shades of Tenne (Tawny) #D55708
Tints of Tenne (Tawny) #D55708
RGB
CMYK
RGB Variations
Color information
#D55708 (or 0xD55708) is known color: Tenne (Tawny). HEX triplet: D5, 57 and 08. RGB value is (213,87,8). Sum of RGB (Red+Green+Blue) = 213+87+8=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D55708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55708 is #2AA8F7. Grayscale: #747474. Windows color (decimal): -2795768 or 546773. OLE color: 546773.
HSL color Cylindrical-coordinate representation of color #D55708: hue angle of 23.12º 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 #D55708 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 8 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.16 |
| HSL | 23.12º | 0.93% | 0.43% | - |
| HSV(B) | 23.12º | 0.96% | 0.84% | - |
| XYZ | 30.89 | 20.98 | 2.65 | - |
| YUV | 115.67 | 67.24 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 8 | 0 | 0.59 | 0.96 | 0.16 | 23.12 | 0.93 | 0.43 |
| Hex | D5 | 57 | 8 | 0 | 3B | 60 | 10 | 17 | 5D | 2B |
| Octal | 325 | 127 | 10 | 0 | 73 | 140 | 20 | 27 | 135 | 53 |
| Binary | 11010101 | 1010111 | 1000 | 0 | 111011 | 1100000 | 10000 | 10111 | 1011101 | 101011 |
Color Harmonies of #D55708
Complementary color
Monochromatic Colors of #D55708
Black with #D55708
Text Example
Text Example
White with #D55708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55708; }
p { color: rgb(213,87,8); }
H1.HeaderClassName
{
color: #D55708;
}
.AnyTagClassName
{
color: #D55708;
}
</style>
background-color css
<style>
a { background-color: #D55708; }
a { background-color: rgb(213,87,8); }
div.DivClassName
{
background-color: #D55708;
}
.BgClassName
{
background-color: #D55708;
}
</style>
border-color css
<style>
span { border-color: #D55708; }
span { border-color: rgb(213,87,8); }
td.TdClassName
{
border-color: #D55708;
}
.TagClassName
{
border-color: #D55708;
}
</style>