Shades of Tenne (Tawny) #DB5A06
Tints of Tenne (Tawny) #DB5A06
RGB
CMYK
RGB Variations
Color information
#DB5A06 (or 0xDB5A06) is known color: Tenne (Tawny). HEX triplet: DB, 5A and 06. RGB value is (219,90,6). Sum of RGB (Red+Green+Blue) = 219+90+6=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5A06 is #24A5F9. Grayscale: #777777. Windows color (decimal): -2401786 or 416475. OLE color: 416475.
HSL color Cylindrical-coordinate representation of color #DB5A06: hue angle of 23.66º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB5A06 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 6 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.14 |
| HSL | 23.66º | 0.95% | 0.44% | - |
| HSV(B) | 23.66º | 0.97% | 0.86% | - |
| XYZ | 32.9 | 22.39 | 2.76 | - |
| YUV | 119 | 64.24 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 6 | 0 | 0.59 | 0.97 | 0.14 | 23.66 | 0.95 | 0.44 |
| Hex | DB | 5A | 6 | 0 | 3B | 61 | E | 18 | 5F | 2C |
| Octal | 333 | 132 | 6 | 0 | 73 | 141 | 16 | 30 | 137 | 54 |
| Binary | 11011011 | 1011010 | 110 | 0 | 111011 | 1100001 | 1110 | 11000 | 1011111 | 101100 |
Color Harmonies of #DB5A06
Complementary color
Monochromatic Colors of #DB5A06
Black with #DB5A06
Text Example
Text Example
White with #DB5A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A06; }
p { color: rgb(219,90,6); }
H1.HeaderClassName
{
color: #DB5A06;
}
.AnyTagClassName
{
color: #DB5A06;
}
</style>
background-color css
<style>
a { background-color: #DB5A06; }
a { background-color: rgb(219,90,6); }
div.DivClassName
{
background-color: #DB5A06;
}
.BgClassName
{
background-color: #DB5A06;
}
</style>
border-color css
<style>
span { border-color: #DB5A06; }
span { border-color: rgb(219,90,6); }
td.TdClassName
{
border-color: #DB5A06;
}
.TagClassName
{
border-color: #DB5A06;
}
</style>