Shades of Chocolate #DB5319
Tints of Chocolate #DB5319
RGB
CMYK
RGB Variations
Color information
#DB5319 (or 0xDB5319) is known color: Chocolate. HEX triplet: DB, 53 and 19. RGB value is (219,83,25). Sum of RGB (Red+Green+Blue) = 219+83+25=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5319 is #24ACE6. Grayscale: #757575. Windows color (decimal): -2403559 or 1659867. OLE color: 1659867.
HSL color Cylindrical-coordinate representation of color #DB5319: hue angle of 17.94º 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 #DB5319 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 25 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.14 |
| HSL | 17.94º | 0.8% | 0.48% | - |
| HSV(B) | 17.94º | 0.89% | 0.86% | - |
| XYZ | 32.48 | 21.32 | 3.32 | - |
| YUV | 117.05 | 76.06 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 25 | 0 | 0.62 | 0.89 | 0.14 | 17.94 | 0.8 | 0.48 |
| Hex | DB | 53 | 19 | 0 | 3E | 59 | E | 12 | 50 | 30 |
| Octal | 333 | 123 | 31 | 0 | 76 | 131 | 16 | 22 | 120 | 60 |
| Binary | 11011011 | 1010011 | 11001 | 0 | 111110 | 1011001 | 1110 | 10010 | 1010000 | 110000 |
Color Harmonies of #DB5319
Complementary color
Monochromatic Colors of #DB5319
Black with #DB5319
Text Example
Text Example
White with #DB5319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5319; }
p { color: rgb(219,83,25); }
H1.HeaderClassName
{
color: #DB5319;
}
.AnyTagClassName
{
color: #DB5319;
}
</style>
background-color css
<style>
a { background-color: #DB5319; }
a { background-color: rgb(219,83,25); }
div.DivClassName
{
background-color: #DB5319;
}
.BgClassName
{
background-color: #DB5319;
}
</style>
border-color css
<style>
span { border-color: #DB5319; }
span { border-color: rgb(219,83,25); }
td.TdClassName
{
border-color: #DB5319;
}
.TagClassName
{
border-color: #DB5319;
}
</style>