Shades of Chocolate #DB5F26
Tints of Chocolate #DB5F26
RGB
CMYK
RGB Variations
Color information
#DB5F26 (or 0xDB5F26) is known color: Chocolate. HEX triplet: DB, 5F and 26. RGB value is (219,95,38). Sum of RGB (Red+Green+Blue) = 219+95+38=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5F26 is #24A0D9. Grayscale: #7D7D7D. Windows color (decimal): -2400474 or 2514907. OLE color: 2514907.
HSL color Cylindrical-coordinate representation of color #DB5F26: hue angle of 18.9º 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 #DB5F26 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 38 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.14 |
| HSL | 18.9º | 0.72% | 0.5% | - |
| HSV(B) | 18.9º | 0.83% | 0.86% | - |
| XYZ | 33.66 | 23.38 | 4.57 | - |
| YUV | 125.58 | 78.58 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 38 | 0 | 0.57 | 0.83 | 0.14 | 18.9 | 0.72 | 0.5 |
| Hex | DB | 5F | 26 | 0 | 39 | 53 | E | 13 | 48 | 32 |
| Octal | 333 | 137 | 46 | 0 | 71 | 123 | 16 | 23 | 110 | 62 |
| Binary | 11011011 | 1011111 | 100110 | 0 | 111001 | 1010011 | 1110 | 10011 | 1001000 | 110010 |
Color Harmonies of #DB5F26
Complementary color
Monochromatic Colors of #DB5F26
Black with #DB5F26
Text Example
Text Example
White with #DB5F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F26; }
p { color: rgb(219,95,38); }
H1.HeaderClassName
{
color: #DB5F26;
}
.AnyTagClassName
{
color: #DB5F26;
}
</style>
background-color css
<style>
a { background-color: #DB5F26; }
a { background-color: rgb(219,95,38); }
div.DivClassName
{
background-color: #DB5F26;
}
.BgClassName
{
background-color: #DB5F26;
}
</style>
border-color css
<style>
span { border-color: #DB5F26; }
span { border-color: rgb(219,95,38); }
td.TdClassName
{
border-color: #DB5F26;
}
.TagClassName
{
border-color: #DB5F26;
}
</style>