Shades of Chocolate #DB691C
Tints of Chocolate #DB691C
RGB
CMYK
RGB Variations
Color information
#DB691C (or 0xDB691C) is known color: Chocolate. HEX triplet: DB, 69 and 1C. RGB value is (219,105,28). Sum of RGB (Red+Green+Blue) = 219+105+28=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB691C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB691C is #2496E3. Grayscale: #828282. Windows color (decimal): -2397924 or 1862107. OLE color: 1862107.
HSL color Cylindrical-coordinate representation of color #DB691C: hue angle of 24.19º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB691C is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 28 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.14 |
| HSL | 24.19º | 0.77% | 0.48% | - |
| HSV(B) | 24.19º | 0.87% | 0.86% | - |
| XYZ | 34.47 | 25.25 | 4.15 | - |
| YUV | 130.31 | 70.27 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 28 | 0 | 0.52 | 0.87 | 0.14 | 24.19 | 0.77 | 0.48 |
| Hex | DB | 69 | 1C | 0 | 34 | 57 | E | 18 | 4D | 30 |
| Octal | 333 | 151 | 34 | 0 | 64 | 127 | 16 | 30 | 115 | 60 |
| Binary | 11011011 | 1101001 | 11100 | 0 | 110100 | 1010111 | 1110 | 11000 | 1001101 | 110000 |
Color Harmonies of #DB691C
Complementary color
Monochromatic Colors of #DB691C
Black with #DB691C
Text Example
Text Example
White with #DB691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB691C; }
p { color: rgb(219,105,28); }
H1.HeaderClassName
{
color: #DB691C;
}
.AnyTagClassName
{
color: #DB691C;
}
</style>
background-color css
<style>
a { background-color: #DB691C; }
a { background-color: rgb(219,105,28); }
div.DivClassName
{
background-color: #DB691C;
}
.BgClassName
{
background-color: #DB691C;
}
</style>
border-color css
<style>
span { border-color: #DB691C; }
span { border-color: rgb(219,105,28); }
td.TdClassName
{
border-color: #DB691C;
}
.TagClassName
{
border-color: #DB691C;
}
</style>