Shades of Chocolate #DB671E
Tints of Chocolate #DB671E
RGB
CMYK
RGB Variations
Color information
#DB671E (or 0xDB671E) is known color: Chocolate. HEX triplet: DB, 67 and 1E. RGB value is (219,103,30). Sum of RGB (Red+Green+Blue) = 219+103+30=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB671E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB671E is #2498E1. Grayscale: #818181. Windows color (decimal): -2398434 or 1992667. OLE color: 1992667.
HSL color Cylindrical-coordinate representation of color #DB671E: hue angle of 23.17º degrees, saturation: 0.76, 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 #DB671E is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 30 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.14 |
| HSL | 23.17º | 0.76% | 0.49% | - |
| HSV(B) | 23.17º | 0.86% | 0.86% | - |
| XYZ | 34.3 | 24.85 | 4.22 | - |
| YUV | 129.36 | 71.93 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 30 | 0 | 0.53 | 0.86 | 0.14 | 23.17 | 0.76 | 0.49 |
| Hex | DB | 67 | 1E | 0 | 35 | 56 | E | 17 | 4C | 31 |
| Octal | 333 | 147 | 36 | 0 | 65 | 126 | 16 | 27 | 114 | 61 |
| Binary | 11011011 | 1100111 | 11110 | 0 | 110101 | 1010110 | 1110 | 10111 | 1001100 | 110001 |
Color Harmonies of #DB671E
Complementary color
Monochromatic Colors of #DB671E
Black with #DB671E
Text Example
Text Example
White with #DB671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB671E; }
p { color: rgb(219,103,30); }
H1.HeaderClassName
{
color: #DB671E;
}
.AnyTagClassName
{
color: #DB671E;
}
</style>
background-color css
<style>
a { background-color: #DB671E; }
a { background-color: rgb(219,103,30); }
div.DivClassName
{
background-color: #DB671E;
}
.BgClassName
{
background-color: #DB671E;
}
</style>
border-color css
<style>
span { border-color: #DB671E; }
span { border-color: rgb(219,103,30); }
td.TdClassName
{
border-color: #DB671E;
}
.TagClassName
{
border-color: #DB671E;
}
</style>