Shades of Chocolate #DB651A
Tints of Chocolate #DB651A
RGB
CMYK
RGB Variations
Color information
#DB651A (or 0xDB651A) is known color: Chocolate. HEX triplet: DB, 65 and 1A. RGB value is (219,101,26). Sum of RGB (Red+Green+Blue) = 219+101+26=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB651A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB651A is #249AE5. Grayscale: #808080. Windows color (decimal): -2398950 or 1730011. OLE color: 1730011.
HSL color Cylindrical-coordinate representation of color #DB651A: hue angle of 23.32º degrees, saturation: 0.79, 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 #DB651A is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 26 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.14 |
| HSL | 23.32º | 0.79% | 0.48% | - |
| HSV(B) | 23.32º | 0.88% | 0.86% | - |
| XYZ | 34.05 | 24.44 | 3.9 | - |
| YUV | 127.73 | 70.59 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 26 | 0 | 0.54 | 0.88 | 0.14 | 23.32 | 0.79 | 0.48 |
| Hex | DB | 65 | 1A | 0 | 36 | 58 | E | 17 | 4F | 30 |
| Octal | 333 | 145 | 32 | 0 | 66 | 130 | 16 | 27 | 117 | 60 |
| Binary | 11011011 | 1100101 | 11010 | 0 | 110110 | 1011000 | 1110 | 10111 | 1001111 | 110000 |
Color Harmonies of #DB651A
Complementary color
Monochromatic Colors of #DB651A
Black with #DB651A
Text Example
Text Example
White with #DB651A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB651A; }
p { color: rgb(219,101,26); }
H1.HeaderClassName
{
color: #DB651A;
}
.AnyTagClassName
{
color: #DB651A;
}
</style>
background-color css
<style>
a { background-color: #DB651A; }
a { background-color: rgb(219,101,26); }
div.DivClassName
{
background-color: #DB651A;
}
.BgClassName
{
background-color: #DB651A;
}
</style>
border-color css
<style>
span { border-color: #DB651A; }
span { border-color: rgb(219,101,26); }
td.TdClassName
{
border-color: #DB651A;
}
.TagClassName
{
border-color: #DB651A;
}
</style>