Shades of Chocolate #DB641D
Tints of Chocolate #DB641D
RGB
CMYK
RGB Variations
Color information
#DB641D (or 0xDB641D) is known color: Chocolate. HEX triplet: DB, 64 and 1D. RGB value is (219,100,29). Sum of RGB (Red+Green+Blue) = 219+100+29=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB641D is #249BE2. Grayscale: #7F7F7F. Windows color (decimal): -2399203 or 1926363. OLE color: 1926363.
HSL color Cylindrical-coordinate representation of color #DB641D: hue angle of 22.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 #DB641D is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 29 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.14 |
| HSL | 22.42º | 0.77% | 0.49% | - |
| HSV(B) | 22.42º | 0.87% | 0.86% | - |
| XYZ | 33.99 | 24.26 | 4.05 | - |
| YUV | 127.49 | 72.42 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 29 | 0 | 0.54 | 0.87 | 0.14 | 22.42 | 0.77 | 0.49 |
| Hex | DB | 64 | 1D | 0 | 36 | 57 | E | 16 | 4D | 31 |
| Octal | 333 | 144 | 35 | 0 | 66 | 127 | 16 | 26 | 115 | 61 |
| Binary | 11011011 | 1100100 | 11101 | 0 | 110110 | 1010111 | 1110 | 10110 | 1001101 | 110001 |
Color Harmonies of #DB641D
Complementary color
Monochromatic Colors of #DB641D
Black with #DB641D
Text Example
Text Example
White with #DB641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB641D; }
p { color: rgb(219,100,29); }
H1.HeaderClassName
{
color: #DB641D;
}
.AnyTagClassName
{
color: #DB641D;
}
</style>
background-color css
<style>
a { background-color: #DB641D; }
a { background-color: rgb(219,100,29); }
div.DivClassName
{
background-color: #DB641D;
}
.BgClassName
{
background-color: #DB641D;
}
</style>
border-color css
<style>
span { border-color: #DB641D; }
span { border-color: rgb(219,100,29); }
td.TdClassName
{
border-color: #DB641D;
}
.TagClassName
{
border-color: #DB641D;
}
</style>