Shades of Tenne (Tawny) #D06004
Tints of Tenne (Tawny) #D06004
RGB
CMYK
RGB Variations
Color information
#D06004 (or 0xD06004) is known color: Tenne (Tawny). HEX triplet: D0, 60 and 04. RGB value is (208,96,4). Sum of RGB (Red+Green+Blue) = 208+96+4=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D06004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06004 is #2F9FFB. Grayscale: #777777. Windows color (decimal): -3121148 or 286928. OLE color: 286928.
HSL color Cylindrical-coordinate representation of color #D06004: hue angle of 27.06º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D06004 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 4 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.18 |
| HSL | 27.06º | 0.96% | 0.42% | - |
| HSV(B) | 27.06º | 0.98% | 0.82% | - |
| XYZ | 30.22 | 21.78 | 2.73 | - |
| YUV | 119 | 63.11 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 4 | 0 | 0.54 | 0.98 | 0.18 | 27.06 | 0.96 | 0.42 |
| Hex | D0 | 60 | 4 | 0 | 36 | 62 | 12 | 1B | 60 | 2A |
| Octal | 320 | 140 | 4 | 0 | 66 | 142 | 22 | 33 | 140 | 52 |
| Binary | 11010000 | 1100000 | 100 | 0 | 110110 | 1100010 | 10010 | 11011 | 1100000 | 101010 |
Color Harmonies of #D06004
Complementary color
Monochromatic Colors of #D06004
Black with #D06004
Text Example
Text Example
White with #D06004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06004; }
p { color: rgb(208,96,4); }
H1.HeaderClassName
{
color: #D06004;
}
.AnyTagClassName
{
color: #D06004;
}
</style>
background-color css
<style>
a { background-color: #D06004; }
a { background-color: rgb(208,96,4); }
div.DivClassName
{
background-color: #D06004;
}
.BgClassName
{
background-color: #D06004;
}
</style>
border-color css
<style>
span { border-color: #D06004; }
span { border-color: rgb(208,96,4); }
td.TdClassName
{
border-color: #D06004;
}
.TagClassName
{
border-color: #D06004;
}
</style>