Shades of Tenne (Tawny) #DB4A03
Tints of Tenne (Tawny) #DB4A03
RGB
CMYK
RGB Variations
Color information
#DB4A03 (or 0xDB4A03) is known color: Tenne (Tawny). HEX triplet: DB, 4A and 03. RGB value is (219,74,3). Sum of RGB (Red+Green+Blue) = 219+74+3=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4A03 is #24B5FC. Grayscale: #6D6D6D. Windows color (decimal): -2405885 or 215771. OLE color: 215771.
HSL color Cylindrical-coordinate representation of color #DB4A03: hue angle of 19.72º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB4A03 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 74 | 3 | - |
CMYK | 0 | 0.66 | 0.99 | 0.14 |
HSL | 19.72º | 0.97% | 0.44% | - |
HSV(B) | 19.72º | 0.99% | 0.86% | - |
XYZ | 31.68 | 19.96 | 2.27 | - |
YUV | 109.26 | 68.04 | 206.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 74 | 3 | 0 | 0.66 | 0.99 | 0.14 | 19.72 | 0.97 | 0.44 |
Hex | DB | 4A | 3 | 0 | 42 | 63 | E | 14 | 61 | 2C |
Octal | 333 | 112 | 3 | 0 | 102 | 143 | 16 | 24 | 141 | 54 |
Binary | 11011011 | 1001010 | 11 | 0 | 1000010 | 1100011 | 1110 | 10100 | 1100001 | 101100 |
Color Harmonies of #DB4A03
Complementary color
Monochromatic Colors of #DB4A03
Black with #DB4A03
Text Example
Text Example
White with #DB4A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A03; }
p { color: rgb(219,74,3); }
H1.HeaderClassName
{
color: #DB4A03;
}
.AnyTagClassName
{
color: #DB4A03;
}
</style>
background-color css
<style>
a { background-color: #DB4A03; }
a { background-color: rgb(219,74,3); }
div.DivClassName
{
background-color: #DB4A03;
}
.BgClassName
{
background-color: #DB4A03;
}
</style>
border-color css
<style>
span { border-color: #DB4A03; }
span { border-color: rgb(219,74,3); }
td.TdClassName
{
border-color: #DB4A03;
}
.TagClassName
{
border-color: #DB4A03;
}
</style>