Shades of Tenne (Tawny) #DB530D
Tints of Tenne (Tawny) #DB530D
RGB
CMYK
RGB Variations
Color information
#DB530D (or 0xDB530D) is known color: Tenne (Tawny). HEX triplet: DB, 53 and 0D. RGB value is (219,83,13). Sum of RGB (Red+Green+Blue) = 219+83+13=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB530D is #24ACF2. Grayscale: #747474. Windows color (decimal): -2403571 or 873435. OLE color: 873435.
HSL color Cylindrical-coordinate representation of color #DB530D: hue angle of 20.39º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB530D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 13 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.14 |
| HSL | 20.39º | 0.89% | 0.45% | - |
| HSV(B) | 20.39º | 0.94% | 0.86% | - |
| XYZ | 32.38 | 21.28 | 2.78 | - |
| YUV | 115.68 | 70.06 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 13 | 0 | 0.62 | 0.94 | 0.14 | 20.39 | 0.89 | 0.45 |
| Hex | DB | 53 | D | 0 | 3E | 5E | E | 14 | 59 | 2D |
| Octal | 333 | 123 | 15 | 0 | 76 | 136 | 16 | 24 | 131 | 55 |
| Binary | 11011011 | 1010011 | 1101 | 0 | 111110 | 1011110 | 1110 | 10100 | 1011001 | 101101 |
Color Harmonies of #DB530D
Complementary color
Monochromatic Colors of #DB530D
Black with #DB530D
Text Example
Text Example
White with #DB530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB530D; }
p { color: rgb(219,83,13); }
H1.HeaderClassName
{
color: #DB530D;
}
.AnyTagClassName
{
color: #DB530D;
}
</style>
background-color css
<style>
a { background-color: #DB530D; }
a { background-color: rgb(219,83,13); }
div.DivClassName
{
background-color: #DB530D;
}
.BgClassName
{
background-color: #DB530D;
}
</style>
border-color css
<style>
span { border-color: #DB530D; }
span { border-color: rgb(219,83,13); }
td.TdClassName
{
border-color: #DB530D;
}
.TagClassName
{
border-color: #DB530D;
}
</style>