Shades of Chocolate #DB6716
Tints of Chocolate #DB6716
RGB
CMYK
RGB Variations
Color information
#DB6716 (or 0xDB6716) is known color: Chocolate. HEX triplet: DB, 67 and 16. RGB value is (219,103,22). Sum of RGB (Red+Green+Blue) = 219+103+22=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6716 is #2498E9. Grayscale: #808080. Windows color (decimal): -2398442 or 1468379. OLE color: 1468379.
HSL color Cylindrical-coordinate representation of color #DB6716: hue angle of 24.67º 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 #DB6716 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 22 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.14 |
| HSL | 24.67º | 0.82% | 0.47% | - |
| HSV(B) | 24.67º | 0.9% | 0.86% | - |
| XYZ | 34.21 | 24.82 | 3.75 | - |
| YUV | 128.45 | 67.93 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 22 | 0 | 0.53 | 0.90 | 0.14 | 24.67 | 0.82 | 0.47 |
| Hex | DB | 67 | 16 | 0 | 35 | 5A | E | 19 | 52 | 2F |
| Octal | 333 | 147 | 26 | 0 | 65 | 132 | 16 | 31 | 122 | 57 |
| Binary | 11011011 | 1100111 | 10110 | 0 | 110101 | 1011010 | 1110 | 11001 | 1010010 | 101111 |
Color Harmonies of #DB6716
Complementary color
Monochromatic Colors of #DB6716
Black with #DB6716
Text Example
Text Example
White with #DB6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6716; }
p { color: rgb(219,103,22); }
H1.HeaderClassName
{
color: #DB6716;
}
.AnyTagClassName
{
color: #DB6716;
}
</style>
background-color css
<style>
a { background-color: #DB6716; }
a { background-color: rgb(219,103,22); }
div.DivClassName
{
background-color: #DB6716;
}
.BgClassName
{
background-color: #DB6716;
}
</style>
border-color css
<style>
span { border-color: #DB6716; }
span { border-color: rgb(219,103,22); }
td.TdClassName
{
border-color: #DB6716;
}
.TagClassName
{
border-color: #DB6716;
}
</style>