Shades of Tenne (Tawny) #DB600A
Tints of Tenne (Tawny) #DB600A
RGB
CMYK
RGB Variations
Color information
#DB600A (or 0xDB600A) is known color: Tenne (Tawny). HEX triplet: DB, 60 and 0A. RGB value is (219,96,10). Sum of RGB (Red+Green+Blue) = 219+96+10=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB600A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB600A is #249FF5. Grayscale: #7B7B7B. Windows color (decimal): -2400246 or 680155. OLE color: 680155.
HSL color Cylindrical-coordinate representation of color #DB600A: hue angle of 24.69º 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 #DB600A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 10 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.14 |
| HSL | 24.69º | 0.91% | 0.45% | - |
| HSV(B) | 24.69º | 0.95% | 0.86% | - |
| XYZ | 33.45 | 23.45 | 3.05 | - |
| YUV | 122.97 | 64.25 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 10 | 0 | 0.56 | 0.95 | 0.14 | 24.69 | 0.91 | 0.45 |
| Hex | DB | 60 | A | 0 | 38 | 5F | E | 19 | 5B | 2D |
| Octal | 333 | 140 | 12 | 0 | 70 | 137 | 16 | 31 | 133 | 55 |
| Binary | 11011011 | 1100000 | 1010 | 0 | 111000 | 1011111 | 1110 | 11001 | 1011011 | 101101 |
Color Harmonies of #DB600A
Complementary color
Monochromatic Colors of #DB600A
Black with #DB600A
Text Example
Text Example
White with #DB600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB600A; }
p { color: rgb(219,96,10); }
H1.HeaderClassName
{
color: #DB600A;
}
.AnyTagClassName
{
color: #DB600A;
}
</style>
background-color css
<style>
a { background-color: #DB600A; }
a { background-color: rgb(219,96,10); }
div.DivClassName
{
background-color: #DB600A;
}
.BgClassName
{
background-color: #DB600A;
}
</style>
border-color css
<style>
span { border-color: #DB600A; }
span { border-color: rgb(219,96,10); }
td.TdClassName
{
border-color: #DB600A;
}
.TagClassName
{
border-color: #DB600A;
}
</style>