Shades of Chocolate #DB7415
Tints of Chocolate #DB7415
RGB
CMYK
RGB Variations
Color information
#DB7415 (or 0xDB7415) is known color: Chocolate. HEX triplet: DB, 74 and 15. RGB value is (219,116,21). Sum of RGB (Red+Green+Blue) = 219+116+21=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7415 is #248BEA. Grayscale: #888888. Windows color (decimal): -2395115 or 1406171. OLE color: 1406171.
HSL color Cylindrical-coordinate representation of color #DB7415: hue angle of 28.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 #DB7415 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 21 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.14 |
| HSL | 28.79º | 0.83% | 0.47% | - |
| HSV(B) | 28.79º | 0.9% | 0.86% | - |
| XYZ | 35.59 | 27.6 | 4.16 | - |
| YUV | 135.97 | 63.12 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 21 | 0 | 0.47 | 0.90 | 0.14 | 28.79 | 0.83 | 0.47 |
| Hex | DB | 74 | 15 | 0 | 2F | 5A | E | 1D | 52 | 2F |
| Octal | 333 | 164 | 25 | 0 | 57 | 132 | 16 | 35 | 122 | 57 |
| Binary | 11011011 | 1110100 | 10101 | 0 | 101111 | 1011010 | 1110 | 11101 | 1010010 | 101111 |
Color Harmonies of #DB7415
Complementary color
Monochromatic Colors of #DB7415
Black with #DB7415
Text Example
Text Example
White with #DB7415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7415; }
p { color: rgb(219,116,21); }
H1.HeaderClassName
{
color: #DB7415;
}
.AnyTagClassName
{
color: #DB7415;
}
</style>
background-color css
<style>
a { background-color: #DB7415; }
a { background-color: rgb(219,116,21); }
div.DivClassName
{
background-color: #DB7415;
}
.BgClassName
{
background-color: #DB7415;
}
</style>
border-color css
<style>
span { border-color: #DB7415; }
span { border-color: rgb(219,116,21); }
td.TdClassName
{
border-color: #DB7415;
}
.TagClassName
{
border-color: #DB7415;
}
</style>