Shades of Chocolate #DB6524
Tints of Chocolate #DB6524
RGB
CMYK
RGB Variations
Color information
#DB6524 (or 0xDB6524) is known color: Chocolate. HEX triplet: DB, 65 and 24. RGB value is (219,101,36). Sum of RGB (Red+Green+Blue) = 219+101+36=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6524 is #249ADB. Grayscale: #818181. Windows color (decimal): -2398940 or 2385371. OLE color: 2385371.
HSL color Cylindrical-coordinate representation of color #DB6524: hue angle of 21.31º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB6524 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 36 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.14 |
| HSL | 21.31º | 0.72% | 0.5% | - |
| HSV(B) | 21.31º | 0.84% | 0.86% | - |
| XYZ | 34.19 | 24.49 | 4.6 | - |
| YUV | 128.87 | 75.59 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 36 | 0 | 0.54 | 0.84 | 0.14 | 21.31 | 0.72 | 0.5 |
| Hex | DB | 65 | 24 | 0 | 36 | 54 | E | 15 | 48 | 32 |
| Octal | 333 | 145 | 44 | 0 | 66 | 124 | 16 | 25 | 110 | 62 |
| Binary | 11011011 | 1100101 | 100100 | 0 | 110110 | 1010100 | 1110 | 10101 | 1001000 | 110010 |
Color Harmonies of #DB6524
Complementary color
Monochromatic Colors of #DB6524
Black with #DB6524
Text Example
Text Example
White with #DB6524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6524; }
p { color: rgb(219,101,36); }
H1.HeaderClassName
{
color: #DB6524;
}
.AnyTagClassName
{
color: #DB6524;
}
</style>
background-color css
<style>
a { background-color: #DB6524; }
a { background-color: rgb(219,101,36); }
div.DivClassName
{
background-color: #DB6524;
}
.BgClassName
{
background-color: #DB6524;
}
</style>
border-color css
<style>
span { border-color: #DB6524; }
span { border-color: rgb(219,101,36); }
td.TdClassName
{
border-color: #DB6524;
}
.TagClassName
{
border-color: #DB6524;
}
</style>