Shades of Tenne (Tawny) #D55C0A
Tints of Tenne (Tawny) #D55C0A
RGB
CMYK
RGB Variations
Color information
#D55C0A (or 0xD55C0A) is known color: Tenne (Tawny). HEX triplet: D5, 5C and 0A. RGB value is (213,92,10). Sum of RGB (Red+Green+Blue) = 213+92+10=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55C0A is #2AA3F5. Grayscale: #777777. Windows color (decimal): -2794486 or 679125. OLE color: 679125.
HSL color Cylindrical-coordinate representation of color #D55C0A: hue angle of 24.24º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D55C0A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 10 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.16 |
| HSL | 24.24º | 0.91% | 0.44% | - |
| HSV(B) | 24.24º | 0.95% | 0.84% | - |
| XYZ | 31.32 | 21.82 | 2.85 | - |
| YUV | 118.83 | 66.59 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 10 | 0 | 0.57 | 0.95 | 0.16 | 24.24 | 0.91 | 0.44 |
| Hex | D5 | 5C | A | 0 | 39 | 5F | 10 | 18 | 5B | 2C |
| Octal | 325 | 134 | 12 | 0 | 71 | 137 | 20 | 30 | 133 | 54 |
| Binary | 11010101 | 1011100 | 1010 | 0 | 111001 | 1011111 | 10000 | 11000 | 1011011 | 101100 |
Color Harmonies of #D55C0A
Complementary color
Monochromatic Colors of #D55C0A
Black with #D55C0A
Text Example
Text Example
White with #D55C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55C0A; }
p { color: rgb(213,92,10); }
H1.HeaderClassName
{
color: #D55C0A;
}
.AnyTagClassName
{
color: #D55C0A;
}
</style>
background-color css
<style>
a { background-color: #D55C0A; }
a { background-color: rgb(213,92,10); }
div.DivClassName
{
background-color: #D55C0A;
}
.BgClassName
{
background-color: #D55C0A;
}
</style>
border-color css
<style>
span { border-color: #D55C0A; }
span { border-color: rgb(213,92,10); }
td.TdClassName
{
border-color: #D55C0A;
}
.TagClassName
{
border-color: #D55C0A;
}
</style>