Shades of Tenne (Tawny) #D06301
Tints of Tenne (Tawny) #D06301
RGB
CMYK
RGB Variations
Color information
#D06301 (or 0xD06301) is known color: Tenne (Tawny). HEX triplet: D0, 63 and 01. RGB value is (208,99,1). Sum of RGB (Red+Green+Blue) = 208+99+1=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D06301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06301 is #2F9CFE. Grayscale: #787878. Windows color (decimal): -3120383 or 91088. OLE color: 91088.
HSL color Cylindrical-coordinate representation of color #D06301: hue angle of 28.41º 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 #D06301 is Cyan = 0, Magento = 0.52, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 1 | - |
| CMYK | 0 | 0.52 | 1.00 | 0.18 |
| HSL | 28.41º | 0.99% | 0.41% | - |
| HSV(B) | 28.41º | 1% | 0.82% | - |
| XYZ | 30.48 | 22.34 | 2.73 | - |
| YUV | 120.42 | 60.61 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 1 | 0 | 0.52 | 1.00 | 0.18 | 28.41 | 0.99 | 0.41 |
| Hex | D0 | 63 | 1 | 0 | 34 | 64 | 12 | 1C | 63 | 29 |
| Octal | 320 | 143 | 1 | 0 | 64 | 144 | 22 | 34 | 143 | 51 |
| Binary | 11010000 | 1100011 | 1 | 0 | 110100 | 1100100 | 10010 | 11100 | 1100011 | 101001 |
Color Harmonies of #D06301
Complementary color
Monochromatic Colors of #D06301
Black with #D06301
Text Example
Text Example
White with #D06301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06301; }
p { color: rgb(208,99,1); }
H1.HeaderClassName
{
color: #D06301;
}
.AnyTagClassName
{
color: #D06301;
}
</style>
background-color css
<style>
a { background-color: #D06301; }
a { background-color: rgb(208,99,1); }
div.DivClassName
{
background-color: #D06301;
}
.BgClassName
{
background-color: #D06301;
}
</style>
border-color css
<style>
span { border-color: #D06301; }
span { border-color: rgb(208,99,1); }
td.TdClassName
{
border-color: #D06301;
}
.TagClassName
{
border-color: #D06301;
}
</style>