Shades of Tenne (Tawny) #D35505
Tints of Tenne (Tawny) #D35505
RGB
CMYK
RGB Variations
Color information
#D35505 (or 0xD35505) is known color: Tenne (Tawny). HEX triplet: D3, 55 and 05. RGB value is (211,85,5). Sum of RGB (Red+Green+Blue) = 211+85+5=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D35505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35505 is #2CAAFA. Grayscale: #717171. Windows color (decimal): -2927355 or 349651. OLE color: 349651.
HSL color Cylindrical-coordinate representation of color #D35505: hue angle of 23.3º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D35505 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 85 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.17 |
| HSL | 23.3º | 0.95% | 0.42% | - |
| HSV(B) | 23.3º | 0.98% | 0.83% | - |
| XYZ | 30.14 | 20.36 | 2.48 | - |
| YUV | 113.55 | 66.74 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 5 | 0 | 0.60 | 0.98 | 0.17 | 23.3 | 0.95 | 0.42 |
| Hex | D3 | 55 | 5 | 0 | 3C | 62 | 11 | 17 | 5F | 2A |
| Octal | 323 | 125 | 5 | 0 | 74 | 142 | 21 | 27 | 137 | 52 |
| Binary | 11010011 | 1010101 | 101 | 0 | 111100 | 1100010 | 10001 | 10111 | 1011111 | 101010 |
Color Harmonies of #D35505
Complementary color
Monochromatic Colors of #D35505
Black with #D35505
Text Example
Text Example
White with #D35505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35505; }
p { color: rgb(211,85,5); }
H1.HeaderClassName
{
color: #D35505;
}
.AnyTagClassName
{
color: #D35505;
}
</style>
background-color css
<style>
a { background-color: #D35505; }
a { background-color: rgb(211,85,5); }
div.DivClassName
{
background-color: #D35505;
}
.BgClassName
{
background-color: #D35505;
}
</style>
border-color css
<style>
span { border-color: #D35505; }
span { border-color: rgb(211,85,5); }
td.TdClassName
{
border-color: #D35505;
}
.TagClassName
{
border-color: #D35505;
}
</style>