Shades of Chocolate #DB641F
Tints of Chocolate #DB641F
RGB
CMYK
RGB Variations
Color information
#DB641F (or 0xDB641F) is known color: Chocolate. HEX triplet: DB, 64 and 1F. RGB value is (219,100,31). Sum of RGB (Red+Green+Blue) = 219+100+31=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB641F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB641F is #249BE0. Grayscale: #808080. Windows color (decimal): -2399201 or 2057435. OLE color: 2057435.
HSL color Cylindrical-coordinate representation of color #DB641F: hue angle of 22.02º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB641F is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 31 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.14 |
| HSL | 22.02º | 0.75% | 0.49% | - |
| HSV(B) | 22.02º | 0.86% | 0.86% | - |
| XYZ | 34.02 | 24.27 | 4.19 | - |
| YUV | 127.72 | 73.42 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 31 | 0 | 0.54 | 0.86 | 0.14 | 22.02 | 0.75 | 0.49 |
| Hex | DB | 64 | 1F | 0 | 36 | 56 | E | 16 | 4B | 31 |
| Octal | 333 | 144 | 37 | 0 | 66 | 126 | 16 | 26 | 113 | 61 |
| Binary | 11011011 | 1100100 | 11111 | 0 | 110110 | 1010110 | 1110 | 10110 | 1001011 | 110001 |
Color Harmonies of #DB641F
Complementary color
Monochromatic Colors of #DB641F
Black with #DB641F
Text Example
Text Example
White with #DB641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB641F; }
p { color: rgb(219,100,31); }
H1.HeaderClassName
{
color: #DB641F;
}
.AnyTagClassName
{
color: #DB641F;
}
</style>
background-color css
<style>
a { background-color: #DB641F; }
a { background-color: rgb(219,100,31); }
div.DivClassName
{
background-color: #DB641F;
}
.BgClassName
{
background-color: #DB641F;
}
</style>
border-color css
<style>
span { border-color: #DB641F; }
span { border-color: rgb(219,100,31); }
td.TdClassName
{
border-color: #DB641F;
}
.TagClassName
{
border-color: #DB641F;
}
</style>