Shades of Tenne (Tawny) #D55B05
Tints of Tenne (Tawny) #D55B05
RGB
CMYK
RGB Variations
Color information
#D55B05 (or 0xD55B05) is known color: Tenne (Tawny). HEX triplet: D5, 5B and 05. RGB value is (213,91,5). Sum of RGB (Red+Green+Blue) = 213+91+5=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55B05 is #2AA4FA. Grayscale: #767676. Windows color (decimal): -2794747 or 351189. OLE color: 351189.
HSL color Cylindrical-coordinate representation of color #D55B05: hue angle of 24.81º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D55B05 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.16 |
| HSL | 24.81º | 0.95% | 0.43% | - |
| HSV(B) | 24.81º | 0.98% | 0.84% | - |
| XYZ | 31.21 | 21.64 | 2.68 | - |
| YUV | 117.67 | 64.42 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 5 | 0 | 0.57 | 0.98 | 0.16 | 24.81 | 0.95 | 0.43 |
| Hex | D5 | 5B | 5 | 0 | 39 | 62 | 10 | 19 | 5F | 2B |
| Octal | 325 | 133 | 5 | 0 | 71 | 142 | 20 | 31 | 137 | 53 |
| Binary | 11010101 | 1011011 | 101 | 0 | 111001 | 1100010 | 10000 | 11001 | 1011111 | 101011 |
Color Harmonies of #D55B05
Complementary color
Monochromatic Colors of #D55B05
Black with #D55B05
Text Example
Text Example
White with #D55B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55B05; }
p { color: rgb(213,91,5); }
H1.HeaderClassName
{
color: #D55B05;
}
.AnyTagClassName
{
color: #D55B05;
}
</style>
background-color css
<style>
a { background-color: #D55B05; }
a { background-color: rgb(213,91,5); }
div.DivClassName
{
background-color: #D55B05;
}
.BgClassName
{
background-color: #D55B05;
}
</style>
border-color css
<style>
span { border-color: #D55B05; }
span { border-color: rgb(213,91,5); }
td.TdClassName
{
border-color: #D55B05;
}
.TagClassName
{
border-color: #D55B05;
}
</style>