Shades of Chocolate #DB6921
Tints of Chocolate #DB6921
RGB
CMYK
RGB Variations
Color information
#DB6921 (or 0xDB6921) is known color: Chocolate. HEX triplet: DB, 69 and 21. RGB value is (219,105,33). Sum of RGB (Red+Green+Blue) = 219+105+33=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6921 is #2496DE. Grayscale: #838383. Windows color (decimal): -2397919 or 2189787. OLE color: 2189787.
HSL color Cylindrical-coordinate representation of color #DB6921: hue angle of 23.23º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB6921 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 33 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.14 |
| HSL | 23.23º | 0.74% | 0.49% | - |
| HSV(B) | 23.23º | 0.85% | 0.86% | - |
| XYZ | 34.54 | 25.27 | 4.5 | - |
| YUV | 130.88 | 72.77 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 33 | 0 | 0.52 | 0.85 | 0.14 | 23.23 | 0.74 | 0.49 |
| Hex | DB | 69 | 21 | 0 | 34 | 55 | E | 17 | 4A | 31 |
| Octal | 333 | 151 | 41 | 0 | 64 | 125 | 16 | 27 | 112 | 61 |
| Binary | 11011011 | 1101001 | 100001 | 0 | 110100 | 1010101 | 1110 | 10111 | 1001010 | 110001 |
Color Harmonies of #DB6921
Complementary color
Monochromatic Colors of #DB6921
Black with #DB6921
Text Example
Text Example
White with #DB6921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6921; }
p { color: rgb(219,105,33); }
H1.HeaderClassName
{
color: #DB6921;
}
.AnyTagClassName
{
color: #DB6921;
}
</style>
background-color css
<style>
a { background-color: #DB6921; }
a { background-color: rgb(219,105,33); }
div.DivClassName
{
background-color: #DB6921;
}
.BgClassName
{
background-color: #DB6921;
}
</style>
border-color css
<style>
span { border-color: #DB6921; }
span { border-color: rgb(219,105,33); }
td.TdClassName
{
border-color: #DB6921;
}
.TagClassName
{
border-color: #DB6921;
}
</style>