Shades of Tenne (Tawny) #D06101
Tints of Tenne (Tawny) #D06101
RGB
CMYK
RGB Variations
Color information
#D06101 (or 0xD06101) is known color: Tenne (Tawny). HEX triplet: D0, 61 and 01. RGB value is (208,97,1). Sum of RGB (Red+Green+Blue) = 208+97+1=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D06101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06101 is #2F9EFE. Grayscale: #777777. Windows color (decimal): -3120895 or 90576. OLE color: 90576.
HSL color Cylindrical-coordinate representation of color #D06101: hue angle of 27.83º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D06101 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 1 | - |
| CMYK | 0 | 0.53 | 1.00 | 0.18 |
| HSL | 27.83º | 0.99% | 0.41% | - |
| HSV(B) | 27.83º | 1% | 0.82% | - |
| XYZ | 30.29 | 21.96 | 2.67 | - |
| YUV | 119.25 | 61.27 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 1 | 0 | 0.53 | 1.00 | 0.18 | 27.83 | 0.99 | 0.41 |
| Hex | D0 | 61 | 1 | 0 | 35 | 64 | 12 | 1C | 63 | 29 |
| Octal | 320 | 141 | 1 | 0 | 65 | 144 | 22 | 34 | 143 | 51 |
| Binary | 11010000 | 1100001 | 1 | 0 | 110101 | 1100100 | 10010 | 11100 | 1100011 | 101001 |
Color Harmonies of #D06101
Complementary color
Monochromatic Colors of #D06101
Black with #D06101
Text Example
Text Example
White with #D06101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06101; }
p { color: rgb(208,97,1); }
H1.HeaderClassName
{
color: #D06101;
}
.AnyTagClassName
{
color: #D06101;
}
</style>
background-color css
<style>
a { background-color: #D06101; }
a { background-color: rgb(208,97,1); }
div.DivClassName
{
background-color: #D06101;
}
.BgClassName
{
background-color: #D06101;
}
</style>
border-color css
<style>
span { border-color: #D06101; }
span { border-color: rgb(208,97,1); }
td.TdClassName
{
border-color: #D06101;
}
.TagClassName
{
border-color: #D06101;
}
</style>