Shades of Tenne (Tawny) #D05100
Tints of Tenne (Tawny) #D05100
RGB
CMYK
RGB Variations
Color information
#D05100 (or 0xD05100) is known color: Tenne (Tawny). HEX triplet: D0, 51 and 00. RGB value is (208,81,0). Sum of RGB (Red+Green+Blue) = 208+81+0=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D05100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05100 is #2FAEFF. Grayscale: #6E6E6E. Windows color (decimal): -3124992 or 20944. OLE color: 20944.
HSL color Cylindrical-coordinate representation of color #D05100: hue angle of 23.37º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D05100 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 81 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.18 |
| HSL | 23.37º | 1% | 0.41% | - |
| HSV(B) | 23.37º | 1% | 0.82% | - |
| XYZ | 28.95 | 19.29 | 2.2 | - |
| YUV | 109.74 | 66.08 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 0 | 0 | 0.61 | 1 | 0.18 | 23.37 | 1 | 0.41 |
| Hex | D0 | 51 | 0 | 0 | 3D | 64 | 12 | 17 | 64 | 29 |
| Octal | 320 | 121 | 0 | 0 | 75 | 144 | 22 | 27 | 144 | 51 |
| Binary | 11010000 | 1010001 | 0 | 0 | 111101 | 1100100 | 10010 | 10111 | 1100100 | 101001 |
Color Harmonies of #D05100
Complementary color
Monochromatic Colors of #D05100
Black with #D05100
Text Example
Text Example
White with #D05100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05100; }
p { color: rgb(208,81,0); }
H1.HeaderClassName
{
color: #D05100;
}
.AnyTagClassName
{
color: #D05100;
}
</style>
background-color css
<style>
a { background-color: #D05100; }
a { background-color: rgb(208,81,0); }
div.DivClassName
{
background-color: #D05100;
}
.BgClassName
{
background-color: #D05100;
}
</style>
border-color css
<style>
span { border-color: #D05100; }
span { border-color: rgb(208,81,0); }
td.TdClassName
{
border-color: #D05100;
}
.TagClassName
{
border-color: #D05100;
}
</style>