Shades of Chocolate #DB511A
Tints of Chocolate #DB511A
RGB
CMYK
RGB Variations
Color information
#DB511A (or 0xDB511A) is known color: Chocolate. HEX triplet: DB, 51 and 1A. RGB value is (219,81,26). Sum of RGB (Red+Green+Blue) = 219+81+26=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB511A is #24AEE5. Grayscale: #747474. Windows color (decimal): -2404070 or 1724891. OLE color: 1724891.
HSL color Cylindrical-coordinate representation of color #DB511A: hue angle of 17.1º 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 #DB511A is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 26 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.14 |
| HSL | 17.1º | 0.79% | 0.48% | - |
| HSV(B) | 17.1º | 0.88% | 0.86% | - |
| XYZ | 32.34 | 21.02 | 3.33 | - |
| YUV | 115.99 | 77.22 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 26 | 0 | 0.63 | 0.88 | 0.14 | 17.1 | 0.79 | 0.48 |
| Hex | DB | 51 | 1A | 0 | 3F | 58 | E | 11 | 4F | 30 |
| Octal | 333 | 121 | 32 | 0 | 77 | 130 | 16 | 21 | 117 | 60 |
| Binary | 11011011 | 1010001 | 11010 | 0 | 111111 | 1011000 | 1110 | 10001 | 1001111 | 110000 |
Color Harmonies of #DB511A
Complementary color
Monochromatic Colors of #DB511A
Black with #DB511A
Text Example
Text Example
White with #DB511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB511A; }
p { color: rgb(219,81,26); }
H1.HeaderClassName
{
color: #DB511A;
}
.AnyTagClassName
{
color: #DB511A;
}
</style>
background-color css
<style>
a { background-color: #DB511A; }
a { background-color: rgb(219,81,26); }
div.DivClassName
{
background-color: #DB511A;
}
.BgClassName
{
background-color: #DB511A;
}
</style>
border-color css
<style>
span { border-color: #DB511A; }
span { border-color: rgb(219,81,26); }
td.TdClassName
{
border-color: #DB511A;
}
.TagClassName
{
border-color: #DB511A;
}
</style>