Shades of Chocolate #DB671B
Tints of Chocolate #DB671B
RGB
CMYK
RGB Variations
Color information
#DB671B (or 0xDB671B) is known color: Chocolate. HEX triplet: DB, 67 and 1B. RGB value is (219,103,27). Sum of RGB (Red+Green+Blue) = 219+103+27=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB671B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB671B is #2498E4. Grayscale: #818181. Windows color (decimal): -2398437 or 1796059. OLE color: 1796059.
HSL color Cylindrical-coordinate representation of color #DB671B: hue angle of 23.75º degrees, saturation: 0.78, 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 #DB671B is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 27 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.14 |
| HSL | 23.75º | 0.78% | 0.48% | - |
| HSV(B) | 23.75º | 0.88% | 0.86% | - |
| XYZ | 34.26 | 24.84 | 4.03 | - |
| YUV | 129.02 | 70.43 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 27 | 0 | 0.53 | 0.88 | 0.14 | 23.75 | 0.78 | 0.48 |
| Hex | DB | 67 | 1B | 0 | 35 | 58 | E | 18 | 4E | 30 |
| Octal | 333 | 147 | 33 | 0 | 65 | 130 | 16 | 30 | 116 | 60 |
| Binary | 11011011 | 1100111 | 11011 | 0 | 110101 | 1011000 | 1110 | 11000 | 1001110 | 110000 |
Color Harmonies of #DB671B
Complementary color
Monochromatic Colors of #DB671B
Black with #DB671B
Text Example
Text Example
White with #DB671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB671B; }
p { color: rgb(219,103,27); }
H1.HeaderClassName
{
color: #DB671B;
}
.AnyTagClassName
{
color: #DB671B;
}
</style>
background-color css
<style>
a { background-color: #DB671B; }
a { background-color: rgb(219,103,27); }
div.DivClassName
{
background-color: #DB671B;
}
.BgClassName
{
background-color: #DB671B;
}
</style>
border-color css
<style>
span { border-color: #DB671B; }
span { border-color: rgb(219,103,27); }
td.TdClassName
{
border-color: #DB671B;
}
.TagClassName
{
border-color: #DB671B;
}
</style>