Shades of Tenne (Tawny) #D35D05
Tints of Tenne (Tawny) #D35D05
RGB
CMYK
RGB Variations
Color information
#D35D05 (or 0xD35D05) is known color: Tenne (Tawny). HEX triplet: D3, 5D and 05. RGB value is (211,93,5). Sum of RGB (Red+Green+Blue) = 211+93+5=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35D05 is #2CA2FA. Grayscale: #767676. Windows color (decimal): -2925307 or 351699. OLE color: 351699.
HSL color Cylindrical-coordinate representation of color #D35D05: hue angle of 25.63º 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 #D35D05 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 93 | 5 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.17 |
| HSL | 25.63º | 0.95% | 0.42% | - |
| HSV(B) | 25.63º | 0.98% | 0.83% | - |
| XYZ | 30.81 | 21.69 | 2.71 | - |
| YUV | 118.25 | 64.09 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 5 | 0 | 0.56 | 0.98 | 0.17 | 25.63 | 0.95 | 0.42 |
| Hex | D3 | 5D | 5 | 0 | 38 | 62 | 11 | 1A | 5F | 2A |
| Octal | 323 | 135 | 5 | 0 | 70 | 142 | 21 | 32 | 137 | 52 |
| Binary | 11010011 | 1011101 | 101 | 0 | 111000 | 1100010 | 10001 | 11010 | 1011111 | 101010 |
Color Harmonies of #D35D05
Complementary color
Monochromatic Colors of #D35D05
Black with #D35D05
Text Example
Text Example
White with #D35D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35D05; }
p { color: rgb(211,93,5); }
H1.HeaderClassName
{
color: #D35D05;
}
.AnyTagClassName
{
color: #D35D05;
}
</style>
background-color css
<style>
a { background-color: #D35D05; }
a { background-color: rgb(211,93,5); }
div.DivClassName
{
background-color: #D35D05;
}
.BgClassName
{
background-color: #D35D05;
}
</style>
border-color css
<style>
span { border-color: #D35D05; }
span { border-color: rgb(211,93,5); }
td.TdClassName
{
border-color: #D35D05;
}
.TagClassName
{
border-color: #D35D05;
}
</style>