Shades of Tenne (Tawny) #D35D07
Tints of Tenne (Tawny) #D35D07
RGB
CMYK
RGB Variations
Color information
#D35D07 (or 0xD35D07) is known color: Tenne (Tawny). HEX triplet: D3, 5D and 07. RGB value is (211,93,7). Sum of RGB (Red+Green+Blue) = 211+93+7=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35D07 is #2CA2F8. Grayscale: #767676. Windows color (decimal): -2925305 or 482771. OLE color: 482771.
HSL color Cylindrical-coordinate representation of color #D35D07: hue angle of 25.29º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D35D07 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 93 | 7 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.17 |
| HSL | 25.29º | 0.94% | 0.43% | - |
| HSV(B) | 25.29º | 0.97% | 0.83% | - |
| XYZ | 30.82 | 21.69 | 2.76 | - |
| YUV | 118.48 | 65.09 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 7 | 0 | 0.56 | 0.97 | 0.17 | 25.29 | 0.94 | 0.43 |
| Hex | D3 | 5D | 7 | 0 | 38 | 61 | 11 | 19 | 5E | 2B |
| Octal | 323 | 135 | 7 | 0 | 70 | 141 | 21 | 31 | 136 | 53 |
| Binary | 11010011 | 1011101 | 111 | 0 | 111000 | 1100001 | 10001 | 11001 | 1011110 | 101011 |
Color Harmonies of #D35D07
Complementary color
Monochromatic Colors of #D35D07
Black with #D35D07
Text Example
Text Example
White with #D35D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35D07; }
p { color: rgb(211,93,7); }
H1.HeaderClassName
{
color: #D35D07;
}
.AnyTagClassName
{
color: #D35D07;
}
</style>
background-color css
<style>
a { background-color: #D35D07; }
a { background-color: rgb(211,93,7); }
div.DivClassName
{
background-color: #D35D07;
}
.BgClassName
{
background-color: #D35D07;
}
</style>
border-color css
<style>
span { border-color: #D35D07; }
span { border-color: rgb(211,93,7); }
td.TdClassName
{
border-color: #D35D07;
}
.TagClassName
{
border-color: #D35D07;
}
</style>