Shades of Tenne (Tawny) #D06409
Tints of Tenne (Tawny) #D06409
RGB
CMYK
RGB Variations
Color information
#D06409 (or 0xD06409) is known color: Tenne (Tawny). HEX triplet: D0, 64 and 09. RGB value is (208,100,9). Sum of RGB (Red+Green+Blue) = 208+100+9=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D06409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06409 is #2F9BF6. Grayscale: #7A7A7A. Windows color (decimal): -3120119 or 615632. OLE color: 615632.
HSL color Cylindrical-coordinate representation of color #D06409: hue angle of 27.44º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D06409 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 9 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.18 |
| HSL | 27.44º | 0.92% | 0.43% | - |
| HSV(B) | 27.44º | 0.96% | 0.82% | - |
| XYZ | 30.62 | 22.54 | 3 | - |
| YUV | 121.92 | 64.28 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 9 | 0 | 0.52 | 0.96 | 0.18 | 27.44 | 0.92 | 0.43 |
| Hex | D0 | 64 | 9 | 0 | 34 | 60 | 12 | 1B | 5C | 2B |
| Octal | 320 | 144 | 11 | 0 | 64 | 140 | 22 | 33 | 134 | 53 |
| Binary | 11010000 | 1100100 | 1001 | 0 | 110100 | 1100000 | 10010 | 11011 | 1011100 | 101011 |
Color Harmonies of #D06409
Complementary color
Monochromatic Colors of #D06409
Black with #D06409
Text Example
Text Example
White with #D06409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06409; }
p { color: rgb(208,100,9); }
H1.HeaderClassName
{
color: #D06409;
}
.AnyTagClassName
{
color: #D06409;
}
</style>
background-color css
<style>
a { background-color: #D06409; }
a { background-color: rgb(208,100,9); }
div.DivClassName
{
background-color: #D06409;
}
.BgClassName
{
background-color: #D06409;
}
</style>
border-color css
<style>
span { border-color: #D06409; }
span { border-color: rgb(208,100,9); }
td.TdClassName
{
border-color: #D06409;
}
.TagClassName
{
border-color: #D06409;
}
</style>