Shades of Tenne (Tawny) #DB4301
Tints of Tenne (Tawny) #DB4301
RGB
CMYK
RGB Variations
Color information
#DB4301 (or 0xDB4301) is known color: Tenne (Tawny). HEX triplet: DB, 43 and 01. RGB value is (219,67,1). Sum of RGB (Red+Green+Blue) = 219+67+1=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4301 is #24BCFE. Grayscale: #696969. Windows color (decimal): -2407679 or 82907. OLE color: 82907.
HSL color Cylindrical-coordinate representation of color #DB4301: hue angle of 18.17º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB4301 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.14 |
| HSL | 18.17º | 0.99% | 0.43% | - |
| HSV(B) | 18.17º | 1% | 0.86% | - |
| XYZ | 31.23 | 19.08 | 2.07 | - |
| YUV | 104.92 | 69.36 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 1 | 0 | 0.69 | 1.00 | 0.14 | 18.17 | 0.99 | 0.43 |
| Hex | DB | 43 | 1 | 0 | 45 | 64 | E | 12 | 63 | 2B |
| Octal | 333 | 103 | 1 | 0 | 105 | 144 | 16 | 22 | 143 | 53 |
| Binary | 11011011 | 1000011 | 1 | 0 | 1000101 | 1100100 | 1110 | 10010 | 1100011 | 101011 |
Color Harmonies of #DB4301
Complementary color
Monochromatic Colors of #DB4301
Black with #DB4301
Text Example
Text Example
White with #DB4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4301; }
p { color: rgb(219,67,1); }
H1.HeaderClassName
{
color: #DB4301;
}
.AnyTagClassName
{
color: #DB4301;
}
</style>
background-color css
<style>
a { background-color: #DB4301; }
a { background-color: rgb(219,67,1); }
div.DivClassName
{
background-color: #DB4301;
}
.BgClassName
{
background-color: #DB4301;
}
</style>
border-color css
<style>
span { border-color: #DB4301; }
span { border-color: rgb(219,67,1); }
td.TdClassName
{
border-color: #DB4301;
}
.TagClassName
{
border-color: #DB4301;
}
</style>