Shades of Tenne (Tawny) #D5500C
Tints of Tenne (Tawny) #D5500C
RGB
CMYK
RGB Variations
Color information
#D5500C (or 0xD5500C) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 0C. RGB value is (213,80,12). Sum of RGB (Red+Green+Blue) = 213+80+12=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D5500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5500C is #2AAFF3. Grayscale: #707070. Windows color (decimal): -2797556 or 807125. OLE color: 807125.
HSL color Cylindrical-coordinate representation of color #D5500C: hue angle of 20.3º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5500C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 12 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.16 |
| HSL | 20.3º | 0.89% | 0.44% | - |
| HSV(B) | 20.3º | 0.94% | 0.84% | - |
| XYZ | 30.38 | 19.91 | 2.59 | - |
| YUV | 112.02 | 71.56 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 12 | 0 | 0.62 | 0.94 | 0.16 | 20.3 | 0.89 | 0.44 |
| Hex | D5 | 50 | C | 0 | 3E | 5E | 10 | 14 | 59 | 2C |
| Octal | 325 | 120 | 14 | 0 | 76 | 136 | 20 | 24 | 131 | 54 |
| Binary | 11010101 | 1010000 | 1100 | 0 | 111110 | 1011110 | 10000 | 10100 | 1011001 | 101100 |
Color Harmonies of #D5500C
Complementary color
Monochromatic Colors of #D5500C
Black with #D5500C
Text Example
Text Example
White with #D5500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5500C; }
p { color: rgb(213,80,12); }
H1.HeaderClassName
{
color: #D5500C;
}
.AnyTagClassName
{
color: #D5500C;
}
</style>
background-color css
<style>
a { background-color: #D5500C; }
a { background-color: rgb(213,80,12); }
div.DivClassName
{
background-color: #D5500C;
}
.BgClassName
{
background-color: #D5500C;
}
</style>
border-color css
<style>
span { border-color: #D5500C; }
span { border-color: rgb(213,80,12); }
td.TdClassName
{
border-color: #D5500C;
}
.TagClassName
{
border-color: #D5500C;
}
</style>