Shades of Tenne (Tawny) #D06400
Tints of Tenne (Tawny) #D06400
RGB
CMYK
RGB Variations
Color information
#D06400 (or 0xD06400) is known color: Tenne (Tawny). HEX triplet: D0, 64 and 00. RGB value is (208,100,0). Sum of RGB (Red+Green+Blue) = 208+100+0=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D06400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06400 is #2F9BFF. Grayscale: #797979. Windows color (decimal): -3120128 or 25808. OLE color: 25808.
HSL color Cylindrical-coordinate representation of color #D06400: hue angle of 28.85º 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 #D06400 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.18 |
| HSL | 28.85º | 1% | 0.41% | - |
| HSV(B) | 28.85º | 1% | 0.82% | - |
| XYZ | 30.57 | 22.52 | 2.74 | - |
| YUV | 120.89 | 59.78 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 0 | 0 | 0.52 | 1 | 0.18 | 28.85 | 1 | 0.41 |
| Hex | D0 | 64 | 0 | 0 | 34 | 64 | 12 | 1D | 64 | 29 |
| Octal | 320 | 144 | 0 | 0 | 64 | 144 | 22 | 35 | 144 | 51 |
| Binary | 11010000 | 1100100 | 0 | 0 | 110100 | 1100100 | 10010 | 11101 | 1100100 | 101001 |
Color Harmonies of #D06400
Complementary color
Monochromatic Colors of #D06400
Black with #D06400
Text Example
Text Example
White with #D06400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06400; }
p { color: rgb(208,100,0); }
H1.HeaderClassName
{
color: #D06400;
}
.AnyTagClassName
{
color: #D06400;
}
</style>
background-color css
<style>
a { background-color: #D06400; }
a { background-color: rgb(208,100,0); }
div.DivClassName
{
background-color: #D06400;
}
.BgClassName
{
background-color: #D06400;
}
</style>
border-color css
<style>
span { border-color: #D06400; }
span { border-color: rgb(208,100,0); }
td.TdClassName
{
border-color: #D06400;
}
.TagClassName
{
border-color: #D06400;
}
</style>