Shades of Chocolate #DB511D
Tints of Chocolate #DB511D
RGB
CMYK
RGB Variations
Color information
#DB511D (or 0xDB511D) is known color: Chocolate. HEX triplet: DB, 51 and 1D. RGB value is (219,81,29). Sum of RGB (Red+Green+Blue) = 219+81+29=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB511D is #24AEE2. Grayscale: #747474. Windows color (decimal): -2404067 or 1921499. OLE color: 1921499.
HSL color Cylindrical-coordinate representation of color #DB511D: hue angle of 16.42º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB511D is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 29 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.14 |
| HSL | 16.42º | 0.77% | 0.49% | - |
| HSV(B) | 16.42º | 0.87% | 0.86% | - |
| XYZ | 32.38 | 21.03 | 3.52 | - |
| YUV | 116.33 | 78.72 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 29 | 0 | 0.63 | 0.87 | 0.14 | 16.42 | 0.77 | 0.49 |
| Hex | DB | 51 | 1D | 0 | 3F | 57 | E | 10 | 4D | 31 |
| Octal | 333 | 121 | 35 | 0 | 77 | 127 | 16 | 20 | 115 | 61 |
| Binary | 11011011 | 1010001 | 11101 | 0 | 111111 | 1010111 | 1110 | 10000 | 1001101 | 110001 |
Color Harmonies of #DB511D
Complementary color
Monochromatic Colors of #DB511D
Black with #DB511D
Text Example
Text Example
White with #DB511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB511D; }
p { color: rgb(219,81,29); }
H1.HeaderClassName
{
color: #DB511D;
}
.AnyTagClassName
{
color: #DB511D;
}
</style>
background-color css
<style>
a { background-color: #DB511D; }
a { background-color: rgb(219,81,29); }
div.DivClassName
{
background-color: #DB511D;
}
.BgClassName
{
background-color: #DB511D;
}
</style>
border-color css
<style>
span { border-color: #DB511D; }
span { border-color: rgb(219,81,29); }
td.TdClassName
{
border-color: #DB511D;
}
.TagClassName
{
border-color: #DB511D;
}
</style>