Shades of Chocolate #DB680F
Tints of Chocolate #DB680F
RGB
CMYK
RGB Variations
Color information
#DB680F (or 0xDB680F) is known color: Chocolate. HEX triplet: DB, 68 and 0F. RGB value is (219,104,15). Sum of RGB (Red+Green+Blue) = 219+104+15=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB680F is #2497F0. Grayscale: #808080. Windows color (decimal): -2398193 or 1009883. OLE color: 1009883.
HSL color Cylindrical-coordinate representation of color #DB680F: hue angle of 26.18º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB680F is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 15 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.14 |
| HSL | 26.18º | 0.87% | 0.46% | - |
| HSV(B) | 26.18º | 0.93% | 0.86% | - |
| XYZ | 34.25 | 25 | 3.47 | - |
| YUV | 128.24 | 64.1 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 15 | 0 | 0.53 | 0.93 | 0.14 | 26.18 | 0.87 | 0.46 |
| Hex | DB | 68 | F | 0 | 35 | 5D | E | 1A | 57 | 2E |
| Octal | 333 | 150 | 17 | 0 | 65 | 135 | 16 | 32 | 127 | 56 |
| Binary | 11011011 | 1101000 | 1111 | 0 | 110101 | 1011101 | 1110 | 11010 | 1010111 | 101110 |
Color Harmonies of #DB680F
Complementary color
Monochromatic Colors of #DB680F
Black with #DB680F
Text Example
Text Example
White with #DB680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB680F; }
p { color: rgb(219,104,15); }
H1.HeaderClassName
{
color: #DB680F;
}
.AnyTagClassName
{
color: #DB680F;
}
</style>
background-color css
<style>
a { background-color: #DB680F; }
a { background-color: rgb(219,104,15); }
div.DivClassName
{
background-color: #DB680F;
}
.BgClassName
{
background-color: #DB680F;
}
</style>
border-color css
<style>
span { border-color: #DB680F; }
span { border-color: rgb(219,104,15); }
td.TdClassName
{
border-color: #DB680F;
}
.TagClassName
{
border-color: #DB680F;
}
</style>