Shades of Chocolate #DB6D1A
Tints of Chocolate #DB6D1A
RGB
CMYK
RGB Variations
Color information
#DB6D1A (or 0xDB6D1A) is known color: Chocolate. HEX triplet: DB, 6D and 1A. RGB value is (219,109,26). Sum of RGB (Red+Green+Blue) = 219+109+26=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6D1A is #2492E5. Grayscale: #848484. Windows color (decimal): -2396902 or 1732059. OLE color: 1732059.
HSL color Cylindrical-coordinate representation of color #DB6D1A: hue angle of 25.8º degrees, saturation: 0.79, 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 #DB6D1A is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 26 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.14 |
| HSL | 25.8º | 0.79% | 0.48% | - |
| HSV(B) | 25.8º | 0.88% | 0.86% | - |
| XYZ | 34.87 | 26.07 | 4.17 | - |
| YUV | 132.43 | 67.94 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 26 | 0 | 0.50 | 0.88 | 0.14 | 25.8 | 0.79 | 0.48 |
| Hex | DB | 6D | 1A | 0 | 32 | 58 | E | 1A | 4F | 30 |
| Octal | 333 | 155 | 32 | 0 | 62 | 130 | 16 | 32 | 117 | 60 |
| Binary | 11011011 | 1101101 | 11010 | 0 | 110010 | 1011000 | 1110 | 11010 | 1001111 | 110000 |
Color Harmonies of #DB6D1A
Complementary color
Monochromatic Colors of #DB6D1A
Black with #DB6D1A
Text Example
Text Example
White with #DB6D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D1A; }
p { color: rgb(219,109,26); }
H1.HeaderClassName
{
color: #DB6D1A;
}
.AnyTagClassName
{
color: #DB6D1A;
}
</style>
background-color css
<style>
a { background-color: #DB6D1A; }
a { background-color: rgb(219,109,26); }
div.DivClassName
{
background-color: #DB6D1A;
}
.BgClassName
{
background-color: #DB6D1A;
}
</style>
border-color css
<style>
span { border-color: #DB6D1A; }
span { border-color: rgb(219,109,26); }
td.TdClassName
{
border-color: #DB6D1A;
}
.TagClassName
{
border-color: #DB6D1A;
}
</style>