Shades of Chocolate #DB6D0F
Tints of Chocolate #DB6D0F
RGB
CMYK
RGB Variations
Color information
#DB6D0F (or 0xDB6D0F) is known color: Chocolate. HEX triplet: DB, 6D and 0F. RGB value is (219,109,15). Sum of RGB (Red+Green+Blue) = 219+109+15=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6D0F is #2492F0. Grayscale: #838383. Windows color (decimal): -2396913 or 1011163. OLE color: 1011163.
HSL color Cylindrical-coordinate representation of color #DB6D0F: hue angle of 27.65º 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 #DB6D0F is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 15 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.14 |
| HSL | 27.65º | 0.87% | 0.46% | - |
| HSV(B) | 27.65º | 0.93% | 0.86% | - |
| XYZ | 34.77 | 26.03 | 3.64 | - |
| YUV | 131.17 | 62.44 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 15 | 0 | 0.50 | 0.93 | 0.14 | 27.65 | 0.87 | 0.46 |
| Hex | DB | 6D | F | 0 | 32 | 5D | E | 1C | 57 | 2E |
| Octal | 333 | 155 | 17 | 0 | 62 | 135 | 16 | 34 | 127 | 56 |
| Binary | 11011011 | 1101101 | 1111 | 0 | 110010 | 1011101 | 1110 | 11100 | 1010111 | 101110 |
Color Harmonies of #DB6D0F
Complementary color
Monochromatic Colors of #DB6D0F
Black with #DB6D0F
Text Example
Text Example
White with #DB6D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D0F; }
p { color: rgb(219,109,15); }
H1.HeaderClassName
{
color: #DB6D0F;
}
.AnyTagClassName
{
color: #DB6D0F;
}
</style>
background-color css
<style>
a { background-color: #DB6D0F; }
a { background-color: rgb(219,109,15); }
div.DivClassName
{
background-color: #DB6D0F;
}
.BgClassName
{
background-color: #DB6D0F;
}
</style>
border-color css
<style>
span { border-color: #DB6D0F; }
span { border-color: rgb(219,109,15); }
td.TdClassName
{
border-color: #DB6D0F;
}
.TagClassName
{
border-color: #DB6D0F;
}
</style>