Shades of Tenne (Tawny) #D35812
Tints of Tenne (Tawny) #D35812
RGB
CMYK
RGB Variations
Color information
#D35812 (or 0xD35812) is known color: Tenne (Tawny). HEX triplet: D3, 58 and 12. RGB value is (211,88,18). Sum of RGB (Red+Green+Blue) = 211+88+18=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D35812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35812 is #2CA7ED. Grayscale: #757575. Windows color (decimal): -2926574 or 1202387. OLE color: 1202387.
HSL color Cylindrical-coordinate representation of color #D35812: hue angle of 21.76º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D35812 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 88 | 18 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.17 |
| HSL | 21.76º | 0.84% | 0.45% | - |
| HSV(B) | 21.76º | 0.91% | 0.83% | - |
| XYZ | 30.46 | 20.87 | 3 | - |
| YUV | 116.8 | 72.25 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 18 | 0 | 0.58 | 0.91 | 0.17 | 21.76 | 0.84 | 0.45 |
| Hex | D3 | 58 | 12 | 0 | 3A | 5B | 11 | 16 | 54 | 2D |
| Octal | 323 | 130 | 22 | 0 | 72 | 133 | 21 | 26 | 124 | 55 |
| Binary | 11010011 | 1011000 | 10010 | 0 | 111010 | 1011011 | 10001 | 10110 | 1010100 | 101101 |
Color Harmonies of #D35812
Complementary color
Monochromatic Colors of #D35812
Black with #D35812
Text Example
Text Example
White with #D35812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35812; }
p { color: rgb(211,88,18); }
H1.HeaderClassName
{
color: #D35812;
}
.AnyTagClassName
{
color: #D35812;
}
</style>
background-color css
<style>
a { background-color: #D35812; }
a { background-color: rgb(211,88,18); }
div.DivClassName
{
background-color: #D35812;
}
.BgClassName
{
background-color: #D35812;
}
</style>
border-color css
<style>
span { border-color: #D35812; }
span { border-color: rgb(211,88,18); }
td.TdClassName
{
border-color: #D35812;
}
.TagClassName
{
border-color: #D35812;
}
</style>