Shades of Tenne (Tawny) #DB460A
Tints of Tenne (Tawny) #DB460A
RGB
CMYK
RGB Variations
Color information
#DB460A (or 0xDB460A) is known color: Tenne (Tawny). HEX triplet: DB, 46 and 0A. RGB value is (219,70,10). Sum of RGB (Red+Green+Blue) = 219+70+10=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB460A is #24B9F5. Grayscale: #6C6C6C. Windows color (decimal): -2406902 or 673499. OLE color: 673499.
HSL color Cylindrical-coordinate representation of color #DB460A: hue angle of 17.22º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB460A is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 10 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.14 |
| HSL | 17.22º | 0.91% | 0.45% | - |
| HSV(B) | 17.22º | 0.95% | 0.86% | - |
| XYZ | 31.46 | 19.46 | 2.39 | - |
| YUV | 107.71 | 72.86 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 10 | 0 | 0.68 | 0.95 | 0.14 | 17.22 | 0.91 | 0.45 |
| Hex | DB | 46 | A | 0 | 44 | 5F | E | 11 | 5B | 2D |
| Octal | 333 | 106 | 12 | 0 | 104 | 137 | 16 | 21 | 133 | 55 |
| Binary | 11011011 | 1000110 | 1010 | 0 | 1000100 | 1011111 | 1110 | 10001 | 1011011 | 101101 |
Color Harmonies of #DB460A
Complementary color
Monochromatic Colors of #DB460A
Black with #DB460A
Text Example
Text Example
White with #DB460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB460A; }
p { color: rgb(219,70,10); }
H1.HeaderClassName
{
color: #DB460A;
}
.AnyTagClassName
{
color: #DB460A;
}
</style>
background-color css
<style>
a { background-color: #DB460A; }
a { background-color: rgb(219,70,10); }
div.DivClassName
{
background-color: #DB460A;
}
.BgClassName
{
background-color: #DB460A;
}
</style>
border-color css
<style>
span { border-color: #DB460A; }
span { border-color: rgb(219,70,10); }
td.TdClassName
{
border-color: #DB460A;
}
.TagClassName
{
border-color: #DB460A;
}
</style>