Shades of Chocolate #DB551C
Tints of Chocolate #DB551C
RGB
CMYK
RGB Variations
Color information
#DB551C (or 0xDB551C) is known color: Chocolate. HEX triplet: DB, 55 and 1C. RGB value is (219,85,28). Sum of RGB (Red+Green+Blue) = 219+85+28=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB551C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB551C is #24AAE3. Grayscale: #767676. Windows color (decimal): -2403044 or 1856987. OLE color: 1856987.
HSL color Cylindrical-coordinate representation of color #DB551C: hue angle of 17.91º 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 #DB551C is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 28 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.14 |
| HSL | 17.91º | 0.77% | 0.48% | - |
| HSV(B) | 17.91º | 0.87% | 0.86% | - |
| XYZ | 32.67 | 21.64 | 3.55 | - |
| YUV | 118.57 | 76.89 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 28 | 0 | 0.61 | 0.87 | 0.14 | 17.91 | 0.77 | 0.48 |
| Hex | DB | 55 | 1C | 0 | 3D | 57 | E | 12 | 4D | 30 |
| Octal | 333 | 125 | 34 | 0 | 75 | 127 | 16 | 22 | 115 | 60 |
| Binary | 11011011 | 1010101 | 11100 | 0 | 111101 | 1010111 | 1110 | 10010 | 1001101 | 110000 |
Color Harmonies of #DB551C
Complementary color
Monochromatic Colors of #DB551C
Black with #DB551C
Text Example
Text Example
White with #DB551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB551C; }
p { color: rgb(219,85,28); }
H1.HeaderClassName
{
color: #DB551C;
}
.AnyTagClassName
{
color: #DB551C;
}
</style>
background-color css
<style>
a { background-color: #DB551C; }
a { background-color: rgb(219,85,28); }
div.DivClassName
{
background-color: #DB551C;
}
.BgClassName
{
background-color: #DB551C;
}
</style>
border-color css
<style>
span { border-color: #DB551C; }
span { border-color: rgb(219,85,28); }
td.TdClassName
{
border-color: #DB551C;
}
.TagClassName
{
border-color: #DB551C;
}
</style>