Shades of Chocolate #DB551A
Tints of Chocolate #DB551A
RGB
CMYK
RGB Variations
Color information
#DB551A (or 0xDB551A) is known color: Chocolate. HEX triplet: DB, 55 and 1A. RGB value is (219,85,26). Sum of RGB (Red+Green+Blue) = 219+85+26=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB551A is #24AAE5. Grayscale: #767676. Windows color (decimal): -2403046 or 1725915. OLE color: 1725915.
HSL color Cylindrical-coordinate representation of color #DB551A: hue angle of 18.34º 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 #DB551A is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 26 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.14 |
| HSL | 18.34º | 0.79% | 0.48% | - |
| HSV(B) | 18.34º | 0.88% | 0.86% | - |
| XYZ | 32.65 | 21.63 | 3.43 | - |
| YUV | 118.34 | 75.89 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 26 | 0 | 0.61 | 0.88 | 0.14 | 18.34 | 0.79 | 0.48 |
| Hex | DB | 55 | 1A | 0 | 3D | 58 | E | 12 | 4F | 30 |
| Octal | 333 | 125 | 32 | 0 | 75 | 130 | 16 | 22 | 117 | 60 |
| Binary | 11011011 | 1010101 | 11010 | 0 | 111101 | 1011000 | 1110 | 10010 | 1001111 | 110000 |
Color Harmonies of #DB551A
Complementary color
Monochromatic Colors of #DB551A
Black with #DB551A
Text Example
Text Example
White with #DB551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB551A; }
p { color: rgb(219,85,26); }
H1.HeaderClassName
{
color: #DB551A;
}
.AnyTagClassName
{
color: #DB551A;
}
</style>
background-color css
<style>
a { background-color: #DB551A; }
a { background-color: rgb(219,85,26); }
div.DivClassName
{
background-color: #DB551A;
}
.BgClassName
{
background-color: #DB551A;
}
</style>
border-color css
<style>
span { border-color: #DB551A; }
span { border-color: rgb(219,85,26); }
td.TdClassName
{
border-color: #DB551A;
}
.TagClassName
{
border-color: #DB551A;
}
</style>