Shades of Tenne (Tawny) #D06201
Tints of Tenne (Tawny) #D06201
RGB
CMYK
RGB Variations
Color information
#D06201 (or 0xD06201) is known color: Tenne (Tawny). HEX triplet: D0, 62 and 01. RGB value is (208,98,1). Sum of RGB (Red+Green+Blue) = 208+98+1=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D06201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06201 is #2F9DFE. Grayscale: #787878. Windows color (decimal): -3120639 or 90832. OLE color: 90832.
HSL color Cylindrical-coordinate representation of color #D06201: hue angle of 28.12º 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 #D06201 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 1 | - |
| CMYK | 0 | 0.53 | 1.00 | 0.18 |
| HSL | 28.12º | 0.99% | 0.41% | - |
| HSV(B) | 28.12º | 1% | 0.82% | - |
| XYZ | 30.39 | 22.15 | 2.7 | - |
| YUV | 119.83 | 60.94 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 1 | 0 | 0.53 | 1.00 | 0.18 | 28.12 | 0.99 | 0.41 |
| Hex | D0 | 62 | 1 | 0 | 35 | 64 | 12 | 1C | 63 | 29 |
| Octal | 320 | 142 | 1 | 0 | 65 | 144 | 22 | 34 | 143 | 51 |
| Binary | 11010000 | 1100010 | 1 | 0 | 110101 | 1100100 | 10010 | 11100 | 1100011 | 101001 |
Color Harmonies of #D06201
Complementary color
Monochromatic Colors of #D06201
Black with #D06201
Text Example
Text Example
White with #D06201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06201; }
p { color: rgb(208,98,1); }
H1.HeaderClassName
{
color: #D06201;
}
.AnyTagClassName
{
color: #D06201;
}
</style>
background-color css
<style>
a { background-color: #D06201; }
a { background-color: rgb(208,98,1); }
div.DivClassName
{
background-color: #D06201;
}
.BgClassName
{
background-color: #D06201;
}
</style>
border-color css
<style>
span { border-color: #D06201; }
span { border-color: rgb(208,98,1); }
td.TdClassName
{
border-color: #D06201;
}
.TagClassName
{
border-color: #D06201;
}
</style>