Shades of Chocolate #DB5415
Tints of Chocolate #DB5415
RGB
CMYK
RGB Variations
Color information
#DB5415 (or 0xDB5415) is known color: Chocolate. HEX triplet: DB, 54 and 15. RGB value is (219,84,21). Sum of RGB (Red+Green+Blue) = 219+84+21=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5415 is #24ABEA. Grayscale: #757575. Windows color (decimal): -2403307 or 1397979. OLE color: 1397979.
HSL color Cylindrical-coordinate representation of color #DB5415: hue angle of 19.09º 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 #DB5415 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 21 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.14 |
| HSL | 19.09º | 0.83% | 0.47% | - |
| HSV(B) | 19.09º | 0.9% | 0.86% | - |
| XYZ | 32.52 | 21.45 | 3.14 | - |
| YUV | 117.18 | 73.73 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 21 | 0 | 0.62 | 0.90 | 0.14 | 19.09 | 0.83 | 0.47 |
| Hex | DB | 54 | 15 | 0 | 3E | 5A | E | 13 | 52 | 2F |
| Octal | 333 | 124 | 25 | 0 | 76 | 132 | 16 | 23 | 122 | 57 |
| Binary | 11011011 | 1010100 | 10101 | 0 | 111110 | 1011010 | 1110 | 10011 | 1010010 | 101111 |
Color Harmonies of #DB5415
Complementary color
Monochromatic Colors of #DB5415
Black with #DB5415
Text Example
Text Example
White with #DB5415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5415; }
p { color: rgb(219,84,21); }
H1.HeaderClassName
{
color: #DB5415;
}
.AnyTagClassName
{
color: #DB5415;
}
</style>
background-color css
<style>
a { background-color: #DB5415; }
a { background-color: rgb(219,84,21); }
div.DivClassName
{
background-color: #DB5415;
}
.BgClassName
{
background-color: #DB5415;
}
</style>
border-color css
<style>
span { border-color: #DB5415; }
span { border-color: rgb(219,84,21); }
td.TdClassName
{
border-color: #DB5415;
}
.TagClassName
{
border-color: #DB5415;
}
</style>