Shades of Tenne (Tawny) #D55B08
Tints of Tenne (Tawny) #D55B08
RGB
CMYK
RGB Variations
Color information
#D55B08 (or 0xD55B08) is known color: Tenne (Tawny). HEX triplet: D5, 5B and 08. RGB value is (213,91,8). Sum of RGB (Red+Green+Blue) = 213+91+8=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55B08 is #2AA4F7. Grayscale: #767676. Windows color (decimal): -2794744 or 547797. OLE color: 547797.
HSL color Cylindrical-coordinate representation of color #D55B08: hue angle of 24.29º 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 #D55B08 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 8 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.16 |
| HSL | 24.29º | 0.93% | 0.43% | - |
| HSV(B) | 24.29º | 0.96% | 0.84% | - |
| XYZ | 31.23 | 21.65 | 2.76 | - |
| YUV | 118.02 | 65.92 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 8 | 0 | 0.57 | 0.96 | 0.16 | 24.29 | 0.93 | 0.43 |
| Hex | D5 | 5B | 8 | 0 | 39 | 60 | 10 | 18 | 5D | 2B |
| Octal | 325 | 133 | 10 | 0 | 71 | 140 | 20 | 30 | 135 | 53 |
| Binary | 11010101 | 1011011 | 1000 | 0 | 111001 | 1100000 | 10000 | 11000 | 1011101 | 101011 |
Color Harmonies of #D55B08
Complementary color
Monochromatic Colors of #D55B08
Black with #D55B08
Text Example
Text Example
White with #D55B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55B08; }
p { color: rgb(213,91,8); }
H1.HeaderClassName
{
color: #D55B08;
}
.AnyTagClassName
{
color: #D55B08;
}
</style>
background-color css
<style>
a { background-color: #D55B08; }
a { background-color: rgb(213,91,8); }
div.DivClassName
{
background-color: #D55B08;
}
.BgClassName
{
background-color: #D55B08;
}
</style>
border-color css
<style>
span { border-color: #D55B08; }
span { border-color: rgb(213,91,8); }
td.TdClassName
{
border-color: #D55B08;
}
.TagClassName
{
border-color: #D55B08;
}
</style>