Shades of Chocolate #DB6125
Tints of Chocolate #DB6125
RGB
CMYK
RGB Variations
Color information
#DB6125 (or 0xDB6125) is known color: Chocolate. HEX triplet: DB, 61 and 25. RGB value is (219,97,37). Sum of RGB (Red+Green+Blue) = 219+97+37=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6125 is #249EDA. Grayscale: #7F7F7F. Windows color (decimal): -2399963 or 2449883. OLE color: 2449883.
HSL color Cylindrical-coordinate representation of color #DB6125: hue angle of 19.78º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB6125 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 37 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.14 |
| HSL | 19.78º | 0.72% | 0.5% | - |
| HSV(B) | 19.78º | 0.83% | 0.86% | - |
| XYZ | 33.82 | 23.74 | 4.55 | - |
| YUV | 126.64 | 77.42 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 37 | 0 | 0.56 | 0.83 | 0.14 | 19.78 | 0.72 | 0.5 |
| Hex | DB | 61 | 25 | 0 | 38 | 53 | E | 14 | 48 | 32 |
| Octal | 333 | 141 | 45 | 0 | 70 | 123 | 16 | 24 | 110 | 62 |
| Binary | 11011011 | 1100001 | 100101 | 0 | 111000 | 1010011 | 1110 | 10100 | 1001000 | 110010 |
Color Harmonies of #DB6125
Complementary color
Monochromatic Colors of #DB6125
Black with #DB6125
Text Example
Text Example
White with #DB6125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6125; }
p { color: rgb(219,97,37); }
H1.HeaderClassName
{
color: #DB6125;
}
.AnyTagClassName
{
color: #DB6125;
}
</style>
background-color css
<style>
a { background-color: #DB6125; }
a { background-color: rgb(219,97,37); }
div.DivClassName
{
background-color: #DB6125;
}
.BgClassName
{
background-color: #DB6125;
}
</style>
border-color css
<style>
span { border-color: #DB6125; }
span { border-color: rgb(219,97,37); }
td.TdClassName
{
border-color: #DB6125;
}
.TagClassName
{
border-color: #DB6125;
}
</style>