Shades of Chocolate #DB661C
Tints of Chocolate #DB661C
RGB
CMYK
RGB Variations
Color information
#DB661C (or 0xDB661C) is known color: Chocolate. HEX triplet: DB, 66 and 1C. RGB value is (219,102,28). Sum of RGB (Red+Green+Blue) = 219+102+28=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB661C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB661C is #2499E3. Grayscale: #808080. Windows color (decimal): -2398692 or 1861339. OLE color: 1861339.
HSL color Cylindrical-coordinate representation of color #DB661C: hue angle of 23.25º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB661C is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 28 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.14 |
| HSL | 23.25º | 0.77% | 0.48% | - |
| HSV(B) | 23.25º | 0.87% | 0.86% | - |
| XYZ | 34.17 | 24.65 | 4.05 | - |
| YUV | 128.55 | 71.26 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 28 | 0 | 0.53 | 0.87 | 0.14 | 23.25 | 0.77 | 0.48 |
| Hex | DB | 66 | 1C | 0 | 35 | 57 | E | 17 | 4D | 30 |
| Octal | 333 | 146 | 34 | 0 | 65 | 127 | 16 | 27 | 115 | 60 |
| Binary | 11011011 | 1100110 | 11100 | 0 | 110101 | 1010111 | 1110 | 10111 | 1001101 | 110000 |
Color Harmonies of #DB661C
Complementary color
Monochromatic Colors of #DB661C
Black with #DB661C
Text Example
Text Example
White with #DB661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB661C; }
p { color: rgb(219,102,28); }
H1.HeaderClassName
{
color: #DB661C;
}
.AnyTagClassName
{
color: #DB661C;
}
</style>
background-color css
<style>
a { background-color: #DB661C; }
a { background-color: rgb(219,102,28); }
div.DivClassName
{
background-color: #DB661C;
}
.BgClassName
{
background-color: #DB661C;
}
</style>
border-color css
<style>
span { border-color: #DB661C; }
span { border-color: rgb(219,102,28); }
td.TdClassName
{
border-color: #DB661C;
}
.TagClassName
{
border-color: #DB661C;
}
</style>