Shades of Chocolate #DB6923
Tints of Chocolate #DB6923
RGB
CMYK
RGB Variations
Color information
#DB6923 (or 0xDB6923) is known color: Chocolate. HEX triplet: DB, 69 and 23. RGB value is (219,105,35). Sum of RGB (Red+Green+Blue) = 219+105+35=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6923 is #2496DC. Grayscale: #838383. Windows color (decimal): -2397917 or 2320859. OLE color: 2320859.
HSL color Cylindrical-coordinate representation of color #DB6923: hue angle of 22.83º 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 #DB6923 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 35 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.14 |
| HSL | 22.83º | 0.72% | 0.5% | - |
| HSV(B) | 22.83º | 0.84% | 0.86% | - |
| XYZ | 34.57 | 25.28 | 4.65 | - |
| YUV | 131.11 | 73.77 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 35 | 0 | 0.52 | 0.84 | 0.14 | 22.83 | 0.72 | 0.5 |
| Hex | DB | 69 | 23 | 0 | 34 | 54 | E | 17 | 48 | 32 |
| Octal | 333 | 151 | 43 | 0 | 64 | 124 | 16 | 27 | 110 | 62 |
| Binary | 11011011 | 1101001 | 100011 | 0 | 110100 | 1010100 | 1110 | 10111 | 1001000 | 110010 |
Color Harmonies of #DB6923
Complementary color
Monochromatic Colors of #DB6923
Black with #DB6923
Text Example
Text Example
White with #DB6923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6923; }
p { color: rgb(219,105,35); }
H1.HeaderClassName
{
color: #DB6923;
}
.AnyTagClassName
{
color: #DB6923;
}
</style>
background-color css
<style>
a { background-color: #DB6923; }
a { background-color: rgb(219,105,35); }
div.DivClassName
{
background-color: #DB6923;
}
.BgClassName
{
background-color: #DB6923;
}
</style>
border-color css
<style>
span { border-color: #DB6923; }
span { border-color: rgb(219,105,35); }
td.TdClassName
{
border-color: #DB6923;
}
.TagClassName
{
border-color: #DB6923;
}
</style>