Shades of Chocolate #DB5315
Tints of Chocolate #DB5315
RGB
CMYK
RGB Variations
Color information
#DB5315 (or 0xDB5315) is known color: Chocolate. HEX triplet: DB, 53 and 15. RGB value is (219,83,21). Sum of RGB (Red+Green+Blue) = 219+83+21=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5315 is #24ACEA. Grayscale: #747474. Windows color (decimal): -2403563 or 1397723. OLE color: 1397723.
HSL color Cylindrical-coordinate representation of color #DB5315: hue angle of 18.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB5315 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 21 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.14 |
| HSL | 18.79º | 0.83% | 0.47% | - |
| HSV(B) | 18.79º | 0.9% | 0.86% | - |
| XYZ | 32.44 | 21.3 | 3.11 | - |
| YUV | 116.6 | 74.06 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 21 | 0 | 0.62 | 0.90 | 0.14 | 18.79 | 0.83 | 0.47 |
| Hex | DB | 53 | 15 | 0 | 3E | 5A | E | 13 | 52 | 2F |
| Octal | 333 | 123 | 25 | 0 | 76 | 132 | 16 | 23 | 122 | 57 |
| Binary | 11011011 | 1010011 | 10101 | 0 | 111110 | 1011010 | 1110 | 10011 | 1010010 | 101111 |
Color Harmonies of #DB5315
Complementary color
Monochromatic Colors of #DB5315
Black with #DB5315
Text Example
Text Example
White with #DB5315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5315; }
p { color: rgb(219,83,21); }
H1.HeaderClassName
{
color: #DB5315;
}
.AnyTagClassName
{
color: #DB5315;
}
</style>
background-color css
<style>
a { background-color: #DB5315; }
a { background-color: rgb(219,83,21); }
div.DivClassName
{
background-color: #DB5315;
}
.BgClassName
{
background-color: #DB5315;
}
</style>
border-color css
<style>
span { border-color: #DB5315; }
span { border-color: rgb(219,83,21); }
td.TdClassName
{
border-color: #DB5315;
}
.TagClassName
{
border-color: #DB5315;
}
</style>