Shades of Tenne (Tawny) #DB530B
Tints of Tenne (Tawny) #DB530B
RGB
CMYK
RGB Variations
Color information
#DB530B (or 0xDB530B) is known color: Tenne (Tawny). HEX triplet: DB, 53 and 0B. RGB value is (219,83,11). Sum of RGB (Red+Green+Blue) = 219+83+11=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB530B is #24ACF4. Grayscale: #737373. Windows color (decimal): -2403573 or 742363. OLE color: 742363.
HSL color Cylindrical-coordinate representation of color #DB530B: hue angle of 20.77º 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 #DB530B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.14 |
| HSL | 20.77º | 0.9% | 0.45% | - |
| HSV(B) | 20.77º | 0.95% | 0.86% | - |
| XYZ | 32.37 | 21.27 | 2.72 | - |
| YUV | 115.46 | 69.06 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 11 | 0 | 0.62 | 0.95 | 0.14 | 20.77 | 0.9 | 0.45 |
| Hex | DB | 53 | B | 0 | 3E | 5F | E | 15 | 5A | 2D |
| Octal | 333 | 123 | 13 | 0 | 76 | 137 | 16 | 25 | 132 | 55 |
| Binary | 11011011 | 1010011 | 1011 | 0 | 111110 | 1011111 | 1110 | 10101 | 1011010 | 101101 |
Color Harmonies of #DB530B
Complementary color
Monochromatic Colors of #DB530B
Black with #DB530B
Text Example
Text Example
White with #DB530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB530B; }
p { color: rgb(219,83,11); }
H1.HeaderClassName
{
color: #DB530B;
}
.AnyTagClassName
{
color: #DB530B;
}
</style>
background-color css
<style>
a { background-color: #DB530B; }
a { background-color: rgb(219,83,11); }
div.DivClassName
{
background-color: #DB530B;
}
.BgClassName
{
background-color: #DB530B;
}
</style>
border-color css
<style>
span { border-color: #DB530B; }
span { border-color: rgb(219,83,11); }
td.TdClassName
{
border-color: #DB530B;
}
.TagClassName
{
border-color: #DB530B;
}
</style>