Shades of Chocolate #DB690F
Tints of Chocolate #DB690F
RGB
CMYK
RGB Variations
Color information
#DB690F (or 0xDB690F) is known color: Chocolate. HEX triplet: DB, 69 and 0F. RGB value is (219,105,15). Sum of RGB (Red+Green+Blue) = 219+105+15=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB690F is #2496F0. Grayscale: #818181. Windows color (decimal): -2397937 or 1010139. OLE color: 1010139.
HSL color Cylindrical-coordinate representation of color #DB690F: hue angle of 26.47º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB690F is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 15 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.14 |
| HSL | 26.47º | 0.87% | 0.46% | - |
| HSV(B) | 26.47º | 0.93% | 0.86% | - |
| XYZ | 34.35 | 25.2 | 3.51 | - |
| YUV | 128.83 | 63.77 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 15 | 0 | 0.52 | 0.93 | 0.14 | 26.47 | 0.87 | 0.46 |
| Hex | DB | 69 | F | 0 | 34 | 5D | E | 1A | 57 | 2E |
| Octal | 333 | 151 | 17 | 0 | 64 | 135 | 16 | 32 | 127 | 56 |
| Binary | 11011011 | 1101001 | 1111 | 0 | 110100 | 1011101 | 1110 | 11010 | 1010111 | 101110 |
Color Harmonies of #DB690F
Complementary color
Monochromatic Colors of #DB690F
Black with #DB690F
Text Example
Text Example
White with #DB690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB690F; }
p { color: rgb(219,105,15); }
H1.HeaderClassName
{
color: #DB690F;
}
.AnyTagClassName
{
color: #DB690F;
}
</style>
background-color css
<style>
a { background-color: #DB690F; }
a { background-color: rgb(219,105,15); }
div.DivClassName
{
background-color: #DB690F;
}
.BgClassName
{
background-color: #DB690F;
}
</style>
border-color css
<style>
span { border-color: #DB690F; }
span { border-color: rgb(219,105,15); }
td.TdClassName
{
border-color: #DB690F;
}
.TagClassName
{
border-color: #DB690F;
}
</style>