Shades of Chocolate #DB6F16
Tints of Chocolate #DB6F16
RGB
CMYK
RGB Variations
Color information
#DB6F16 (or 0xDB6F16) is known color: Chocolate. HEX triplet: DB, 6F and 16. RGB value is (219,111,22). Sum of RGB (Red+Green+Blue) = 219+111+22=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6F16 is #2490E9. Grayscale: #858585. Windows color (decimal): -2396394 or 1470427. OLE color: 1470427.
HSL color Cylindrical-coordinate representation of color #DB6F16: hue angle of 27.11º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB6F16 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 22 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.14 |
| HSL | 27.11º | 0.82% | 0.47% | - |
| HSV(B) | 27.11º | 0.9% | 0.86% | - |
| XYZ | 35.04 | 26.49 | 4.02 | - |
| YUV | 133.15 | 65.28 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 22 | 0 | 0.49 | 0.90 | 0.14 | 27.11 | 0.82 | 0.47 |
| Hex | DB | 6F | 16 | 0 | 31 | 5A | E | 1B | 52 | 2F |
| Octal | 333 | 157 | 26 | 0 | 61 | 132 | 16 | 33 | 122 | 57 |
| Binary | 11011011 | 1101111 | 10110 | 0 | 110001 | 1011010 | 1110 | 11011 | 1010010 | 101111 |
Color Harmonies of #DB6F16
Complementary color
Monochromatic Colors of #DB6F16
Black with #DB6F16
Text Example
Text Example
White with #DB6F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6F16; }
p { color: rgb(219,111,22); }
H1.HeaderClassName
{
color: #DB6F16;
}
.AnyTagClassName
{
color: #DB6F16;
}
</style>
background-color css
<style>
a { background-color: #DB6F16; }
a { background-color: rgb(219,111,22); }
div.DivClassName
{
background-color: #DB6F16;
}
.BgClassName
{
background-color: #DB6F16;
}
</style>
border-color css
<style>
span { border-color: #DB6F16; }
span { border-color: rgb(219,111,22); }
td.TdClassName
{
border-color: #DB6F16;
}
.TagClassName
{
border-color: #DB6F16;
}
</style>