Shades of Chocolate #DB681D
Tints of Chocolate #DB681D
RGB
CMYK
RGB Variations
Color information
#DB681D (or 0xDB681D) is known color: Chocolate. HEX triplet: DB, 68 and 1D. RGB value is (219,104,29). Sum of RGB (Red+Green+Blue) = 219+104+29=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB681D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB681D is #2497E2. Grayscale: #828282. Windows color (decimal): -2398179 or 1927387. OLE color: 1927387.
HSL color Cylindrical-coordinate representation of color #DB681D: hue angle of 23.68º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB681D is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 29 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.14 |
| HSL | 23.68º | 0.77% | 0.49% | - |
| HSV(B) | 23.68º | 0.87% | 0.86% | - |
| XYZ | 34.39 | 25.05 | 4.19 | - |
| YUV | 129.84 | 71.1 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 29 | 0 | 0.53 | 0.87 | 0.14 | 23.68 | 0.77 | 0.49 |
| Hex | DB | 68 | 1D | 0 | 35 | 57 | E | 18 | 4D | 31 |
| Octal | 333 | 150 | 35 | 0 | 65 | 127 | 16 | 30 | 115 | 61 |
| Binary | 11011011 | 1101000 | 11101 | 0 | 110101 | 1010111 | 1110 | 11000 | 1001101 | 110001 |
Color Harmonies of #DB681D
Complementary color
Monochromatic Colors of #DB681D
Black with #DB681D
Text Example
Text Example
White with #DB681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB681D; }
p { color: rgb(219,104,29); }
H1.HeaderClassName
{
color: #DB681D;
}
.AnyTagClassName
{
color: #DB681D;
}
</style>
background-color css
<style>
a { background-color: #DB681D; }
a { background-color: rgb(219,104,29); }
div.DivClassName
{
background-color: #DB681D;
}
.BgClassName
{
background-color: #DB681D;
}
</style>
border-color css
<style>
span { border-color: #DB681D; }
span { border-color: rgb(219,104,29); }
td.TdClassName
{
border-color: #DB681D;
}
.TagClassName
{
border-color: #DB681D;
}
</style>