Shades of Chocolate #DB6514
Tints of Chocolate #DB6514
RGB
CMYK
RGB Variations
Color information
#DB6514 (or 0xDB6514) is known color: Chocolate. HEX triplet: DB, 65 and 14. RGB value is (219,101,20). Sum of RGB (Red+Green+Blue) = 219+101+20=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6514 is #249AEB. Grayscale: #7F7F7F. Windows color (decimal): -2398956 or 1336795. OLE color: 1336795.
HSL color Cylindrical-coordinate representation of color #DB6514: hue angle of 24.42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB6514 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 20 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.14 |
| HSL | 24.42º | 0.83% | 0.47% | - |
| HSV(B) | 24.42º | 0.91% | 0.86% | - |
| XYZ | 33.99 | 24.42 | 3.58 | - |
| YUV | 127.05 | 67.59 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 20 | 0 | 0.54 | 0.91 | 0.14 | 24.42 | 0.83 | 0.47 |
| Hex | DB | 65 | 14 | 0 | 36 | 5B | E | 18 | 53 | 2F |
| Octal | 333 | 145 | 24 | 0 | 66 | 133 | 16 | 30 | 123 | 57 |
| Binary | 11011011 | 1100101 | 10100 | 0 | 110110 | 1011011 | 1110 | 11000 | 1010011 | 101111 |
Color Harmonies of #DB6514
Complementary color
Monochromatic Colors of #DB6514
Black with #DB6514
Text Example
Text Example
White with #DB6514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6514; }
p { color: rgb(219,101,20); }
H1.HeaderClassName
{
color: #DB6514;
}
.AnyTagClassName
{
color: #DB6514;
}
</style>
background-color css
<style>
a { background-color: #DB6514; }
a { background-color: rgb(219,101,20); }
div.DivClassName
{
background-color: #DB6514;
}
.BgClassName
{
background-color: #DB6514;
}
</style>
border-color css
<style>
span { border-color: #DB6514; }
span { border-color: rgb(219,101,20); }
td.TdClassName
{
border-color: #DB6514;
}
.TagClassName
{
border-color: #DB6514;
}
</style>