Shades of Tenne (Tawny) #DB570C
Tints of Tenne (Tawny) #DB570C
RGB
CMYK
RGB Variations
Color information
#DB570C (or 0xDB570C) is known color: Tenne (Tawny). HEX triplet: DB, 57 and 0C. RGB value is (219,87,12). Sum of RGB (Red+Green+Blue) = 219+87+12=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB570C is #24A8F3. Grayscale: #767676. Windows color (decimal): -2402548 or 808923. OLE color: 808923.
HSL color Cylindrical-coordinate representation of color #DB570C: hue angle of 21.74º degrees, saturation: 0.9, 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 #DB570C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.14 |
| HSL | 21.74º | 0.9% | 0.45% | - |
| HSV(B) | 21.74º | 0.95% | 0.86% | - |
| XYZ | 32.69 | 21.9 | 2.85 | - |
| YUV | 117.92 | 68.23 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 12 | 0 | 0.60 | 0.95 | 0.14 | 21.74 | 0.9 | 0.45 |
| Hex | DB | 57 | C | 0 | 3C | 5F | E | 16 | 5A | 2D |
| Octal | 333 | 127 | 14 | 0 | 74 | 137 | 16 | 26 | 132 | 55 |
| Binary | 11011011 | 1010111 | 1100 | 0 | 111100 | 1011111 | 1110 | 10110 | 1011010 | 101101 |
Color Harmonies of #DB570C
Complementary color
Monochromatic Colors of #DB570C
Black with #DB570C
Text Example
Text Example
White with #DB570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB570C; }
p { color: rgb(219,87,12); }
H1.HeaderClassName
{
color: #DB570C;
}
.AnyTagClassName
{
color: #DB570C;
}
</style>
background-color css
<style>
a { background-color: #DB570C; }
a { background-color: rgb(219,87,12); }
div.DivClassName
{
background-color: #DB570C;
}
.BgClassName
{
background-color: #DB570C;
}
</style>
border-color css
<style>
span { border-color: #DB570C; }
span { border-color: rgb(219,87,12); }
td.TdClassName
{
border-color: #DB570C;
}
.TagClassName
{
border-color: #DB570C;
}
</style>