Shades of Chocolate #DB681B
Tints of Chocolate #DB681B
RGB
CMYK
RGB Variations
Color information
#DB681B (or 0xDB681B) is known color: Chocolate. HEX triplet: DB, 68 and 1B. RGB value is (219,104,27). Sum of RGB (Red+Green+Blue) = 219+104+27=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB681B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB681B is #2497E4. Grayscale: #828282. Windows color (decimal): -2398181 or 1796315. OLE color: 1796315.
HSL color Cylindrical-coordinate representation of color #DB681B: hue angle of 24.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB681B is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 27 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.14 |
| HSL | 24.06º | 0.78% | 0.48% | - |
| HSV(B) | 24.06º | 0.88% | 0.86% | - |
| XYZ | 34.36 | 25.04 | 4.06 | - |
| YUV | 129.61 | 70.1 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 27 | 0 | 0.53 | 0.88 | 0.14 | 24.06 | 0.78 | 0.48 |
| Hex | DB | 68 | 1B | 0 | 35 | 58 | E | 18 | 4E | 30 |
| Octal | 333 | 150 | 33 | 0 | 65 | 130 | 16 | 30 | 116 | 60 |
| Binary | 11011011 | 1101000 | 11011 | 0 | 110101 | 1011000 | 1110 | 11000 | 1001110 | 110000 |
Color Harmonies of #DB681B
Complementary color
Monochromatic Colors of #DB681B
Black with #DB681B
Text Example
Text Example
White with #DB681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB681B; }
p { color: rgb(219,104,27); }
H1.HeaderClassName
{
color: #DB681B;
}
.AnyTagClassName
{
color: #DB681B;
}
</style>
background-color css
<style>
a { background-color: #DB681B; }
a { background-color: rgb(219,104,27); }
div.DivClassName
{
background-color: #DB681B;
}
.BgClassName
{
background-color: #DB681B;
}
</style>
border-color css
<style>
span { border-color: #DB681B; }
span { border-color: rgb(219,104,27); }
td.TdClassName
{
border-color: #DB681B;
}
.TagClassName
{
border-color: #DB681B;
}
</style>