Shades of Chocolate #DB501B
Tints of Chocolate #DB501B
RGB
CMYK
RGB Variations
Color information
#DB501B (or 0xDB501B) is known color: Chocolate. HEX triplet: DB, 50 and 1B. RGB value is (219,80,27). Sum of RGB (Red+Green+Blue) = 219+80+27=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB501B is #24AFE4. Grayscale: #737373. Windows color (decimal): -2404325 or 1790171. OLE color: 1790171.
HSL color Cylindrical-coordinate representation of color #DB501B: hue angle of 16.56º degrees, saturation: 0.78, 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 #DB501B is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 27 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.14 |
| HSL | 16.56º | 0.78% | 0.48% | - |
| HSV(B) | 16.56º | 0.88% | 0.86% | - |
| XYZ | 32.28 | 20.88 | 3.37 | - |
| YUV | 115.52 | 78.05 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 27 | 0 | 0.63 | 0.88 | 0.14 | 16.56 | 0.78 | 0.48 |
| Hex | DB | 50 | 1B | 0 | 3F | 58 | E | 11 | 4E | 30 |
| Octal | 333 | 120 | 33 | 0 | 77 | 130 | 16 | 21 | 116 | 60 |
| Binary | 11011011 | 1010000 | 11011 | 0 | 111111 | 1011000 | 1110 | 10001 | 1001110 | 110000 |
Color Harmonies of #DB501B
Complementary color
Monochromatic Colors of #DB501B
Black with #DB501B
Text Example
Text Example
White with #DB501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB501B; }
p { color: rgb(219,80,27); }
H1.HeaderClassName
{
color: #DB501B;
}
.AnyTagClassName
{
color: #DB501B;
}
</style>
background-color css
<style>
a { background-color: #DB501B; }
a { background-color: rgb(219,80,27); }
div.DivClassName
{
background-color: #DB501B;
}
.BgClassName
{
background-color: #DB501B;
}
</style>
border-color css
<style>
span { border-color: #DB501B; }
span { border-color: rgb(219,80,27); }
td.TdClassName
{
border-color: #DB501B;
}
.TagClassName
{
border-color: #DB501B;
}
</style>