Shades of Tenne (Tawny) #DB480A
Tints of Tenne (Tawny) #DB480A
RGB
CMYK
RGB Variations
Color information
#DB480A (or 0xDB480A) is known color: Tenne (Tawny). HEX triplet: DB, 48 and 0A. RGB value is (219,72,10). Sum of RGB (Red+Green+Blue) = 219+72+10=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB480A is #24B7F5. Grayscale: #6D6D6D. Windows color (decimal): -2406390 or 674011. OLE color: 674011.
HSL color Cylindrical-coordinate representation of color #DB480A: hue angle of 17.8º 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 #DB480A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 10 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.14 |
| HSL | 17.8º | 0.91% | 0.45% | - |
| HSV(B) | 17.8º | 0.95% | 0.86% | - |
| XYZ | 31.59 | 19.72 | 2.43 | - |
| YUV | 108.89 | 72.2 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 10 | 0 | 0.67 | 0.95 | 0.14 | 17.8 | 0.91 | 0.45 |
| Hex | DB | 48 | A | 0 | 43 | 5F | E | 12 | 5B | 2D |
| Octal | 333 | 110 | 12 | 0 | 103 | 137 | 16 | 22 | 133 | 55 |
| Binary | 11011011 | 1001000 | 1010 | 0 | 1000011 | 1011111 | 1110 | 10010 | 1011011 | 101101 |
Color Harmonies of #DB480A
Complementary color
Monochromatic Colors of #DB480A
Black with #DB480A
Text Example
Text Example
White with #DB480A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB480A; }
p { color: rgb(219,72,10); }
H1.HeaderClassName
{
color: #DB480A;
}
.AnyTagClassName
{
color: #DB480A;
}
</style>
background-color css
<style>
a { background-color: #DB480A; }
a { background-color: rgb(219,72,10); }
div.DivClassName
{
background-color: #DB480A;
}
.BgClassName
{
background-color: #DB480A;
}
</style>
border-color css
<style>
span { border-color: #DB480A; }
span { border-color: rgb(219,72,10); }
td.TdClassName
{
border-color: #DB480A;
}
.TagClassName
{
border-color: #DB480A;
}
</style>