Shades of Tenne (Tawny) #D35A00
Tints of Tenne (Tawny) #D35A00
RGB
CMYK
RGB Variations
Color information
#D35A00 (or 0xD35A00) is known color: Tenne (Tawny). HEX triplet: D3, 5A and 00. RGB value is (211,90,0). Sum of RGB (Red+Green+Blue) = 211+90+0=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D35A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35A00 is #2CA5FF. Grayscale: #747474. Windows color (decimal): -2926080 or 23251. OLE color: 23251.
HSL color Cylindrical-coordinate representation of color #D35A00: hue angle of 25.59º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D35A00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 90 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.17 |
| HSL | 25.59º | 1% | 0.41% | - |
| HSV(B) | 25.59º | 1% | 0.83% | - |
| XYZ | 30.52 | 21.16 | 2.48 | - |
| YUV | 115.92 | 62.59 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 90 | 0 | 0 | 0.57 | 1 | 0.17 | 25.59 | 1 | 0.41 |
| Hex | D3 | 5A | 0 | 0 | 39 | 64 | 11 | 1A | 64 | 29 |
| Octal | 323 | 132 | 0 | 0 | 71 | 144 | 21 | 32 | 144 | 51 |
| Binary | 11010011 | 1011010 | 0 | 0 | 111001 | 1100100 | 10001 | 11010 | 1100100 | 101001 |
Color Harmonies of #D35A00
Complementary color
Monochromatic Colors of #D35A00
Black with #D35A00
Text Example
Text Example
White with #D35A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35A00; }
p { color: rgb(211,90,0); }
H1.HeaderClassName
{
color: #D35A00;
}
.AnyTagClassName
{
color: #D35A00;
}
</style>
background-color css
<style>
a { background-color: #D35A00; }
a { background-color: rgb(211,90,0); }
div.DivClassName
{
background-color: #D35A00;
}
.BgClassName
{
background-color: #D35A00;
}
</style>
border-color css
<style>
span { border-color: #D35A00; }
span { border-color: rgb(211,90,0); }
td.TdClassName
{
border-color: #D35A00;
}
.TagClassName
{
border-color: #D35A00;
}
</style>