Shades of Chocolate #DB511C
Tints of Chocolate #DB511C
RGB
CMYK
RGB Variations
Color information
#DB511C (or 0xDB511C) is known color: Chocolate. HEX triplet: DB, 51 and 1C. RGB value is (219,81,28). Sum of RGB (Red+Green+Blue) = 219+81+28=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB511C is #24AEE3. Grayscale: #747474. Windows color (decimal): -2404068 or 1855963. OLE color: 1855963.
HSL color Cylindrical-coordinate representation of color #DB511C: hue angle of 16.65º 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 #DB511C is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 28 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.14 |
| HSL | 16.65º | 0.77% | 0.48% | - |
| HSV(B) | 16.65º | 0.87% | 0.86% | - |
| XYZ | 32.37 | 21.03 | 3.45 | - |
| YUV | 116.22 | 78.22 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 28 | 0 | 0.63 | 0.87 | 0.14 | 16.65 | 0.77 | 0.48 |
| Hex | DB | 51 | 1C | 0 | 3F | 57 | E | 11 | 4D | 30 |
| Octal | 333 | 121 | 34 | 0 | 77 | 127 | 16 | 21 | 115 | 60 |
| Binary | 11011011 | 1010001 | 11100 | 0 | 111111 | 1010111 | 1110 | 10001 | 1001101 | 110000 |
Color Harmonies of #DB511C
Complementary color
Monochromatic Colors of #DB511C
Black with #DB511C
Text Example
Text Example
White with #DB511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB511C; }
p { color: rgb(219,81,28); }
H1.HeaderClassName
{
color: #DB511C;
}
.AnyTagClassName
{
color: #DB511C;
}
</style>
background-color css
<style>
a { background-color: #DB511C; }
a { background-color: rgb(219,81,28); }
div.DivClassName
{
background-color: #DB511C;
}
.BgClassName
{
background-color: #DB511C;
}
</style>
border-color css
<style>
span { border-color: #DB511C; }
span { border-color: rgb(219,81,28); }
td.TdClassName
{
border-color: #DB511C;
}
.TagClassName
{
border-color: #DB511C;
}
</style>