Shades of Chocolate #DB7319
Tints of Chocolate #DB7319
RGB
CMYK
RGB Variations
Color information
#DB7319 (or 0xDB7319) is known color: Chocolate. HEX triplet: DB, 73 and 19. RGB value is (219,115,25). Sum of RGB (Red+Green+Blue) = 219+115+25=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7319 is #248CE6. Grayscale: #888888. Windows color (decimal): -2395367 or 1668059. OLE color: 1668059.
HSL color Cylindrical-coordinate representation of color #DB7319: hue angle of 27.84º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB7319 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 25 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.14 |
| HSL | 27.84º | 0.8% | 0.48% | - |
| HSV(B) | 27.84º | 0.89% | 0.86% | - |
| XYZ | 35.52 | 27.39 | 4.33 | - |
| YUV | 135.84 | 65.46 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 25 | 0 | 0.47 | 0.89 | 0.14 | 27.84 | 0.8 | 0.48 |
| Hex | DB | 73 | 19 | 0 | 2F | 59 | E | 1C | 50 | 30 |
| Octal | 333 | 163 | 31 | 0 | 57 | 131 | 16 | 34 | 120 | 60 |
| Binary | 11011011 | 1110011 | 11001 | 0 | 101111 | 1011001 | 1110 | 11100 | 1010000 | 110000 |
Color Harmonies of #DB7319
Complementary color
Monochromatic Colors of #DB7319
Black with #DB7319
Text Example
Text Example
White with #DB7319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7319; }
p { color: rgb(219,115,25); }
H1.HeaderClassName
{
color: #DB7319;
}
.AnyTagClassName
{
color: #DB7319;
}
</style>
background-color css
<style>
a { background-color: #DB7319; }
a { background-color: rgb(219,115,25); }
div.DivClassName
{
background-color: #DB7319;
}
.BgClassName
{
background-color: #DB7319;
}
</style>
border-color css
<style>
span { border-color: #DB7319; }
span { border-color: rgb(219,115,25); }
td.TdClassName
{
border-color: #DB7319;
}
.TagClassName
{
border-color: #DB7319;
}
</style>