Shades of Chocolate #DB691D
Tints of Chocolate #DB691D
RGB
CMYK
RGB Variations
Color information
#DB691D (or 0xDB691D) is known color: Chocolate. HEX triplet: DB, 69 and 1D. RGB value is (219,105,29). Sum of RGB (Red+Green+Blue) = 219+105+29=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB691D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB691D is #2496E2. Grayscale: #828282. Windows color (decimal): -2397923 or 1927643. OLE color: 1927643.
HSL color Cylindrical-coordinate representation of color #DB691D: hue angle of 24º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB691D is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 29 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.14 |
| HSL | 24º | 0.77% | 0.49% | - |
| HSV(B) | 24º | 0.87% | 0.86% | - |
| XYZ | 34.49 | 25.25 | 4.22 | - |
| YUV | 130.42 | 70.77 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 29 | 0 | 0.52 | 0.87 | 0.14 | 24 | 0.77 | 0.49 |
| Hex | DB | 69 | 1D | 0 | 34 | 57 | E | 18 | 4D | 31 |
| Octal | 333 | 151 | 35 | 0 | 64 | 127 | 16 | 30 | 115 | 61 |
| Binary | 11011011 | 1101001 | 11101 | 0 | 110100 | 1010111 | 1110 | 11000 | 1001101 | 110001 |
Color Harmonies of #DB691D
Complementary color
Monochromatic Colors of #DB691D
Black with #DB691D
Text Example
Text Example
White with #DB691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB691D; }
p { color: rgb(219,105,29); }
H1.HeaderClassName
{
color: #DB691D;
}
.AnyTagClassName
{
color: #DB691D;
}
</style>
background-color css
<style>
a { background-color: #DB691D; }
a { background-color: rgb(219,105,29); }
div.DivClassName
{
background-color: #DB691D;
}
.BgClassName
{
background-color: #DB691D;
}
</style>
border-color css
<style>
span { border-color: #DB691D; }
span { border-color: rgb(219,105,29); }
td.TdClassName
{
border-color: #DB691D;
}
.TagClassName
{
border-color: #DB691D;
}
</style>