Shades of Chocolate #DB671D
Tints of Chocolate #DB671D
RGB
CMYK
RGB Variations
Color information
#DB671D (or 0xDB671D) is known color: Chocolate. HEX triplet: DB, 67 and 1D. RGB value is (219,103,29). Sum of RGB (Red+Green+Blue) = 219+103+29=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB671D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB671D is #2498E2. Grayscale: #818181. Windows color (decimal): -2398435 or 1927131. OLE color: 1927131.
HSL color Cylindrical-coordinate representation of color #DB671D: hue angle of 23.37º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB671D is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 29 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.14 |
| HSL | 23.37º | 0.77% | 0.49% | - |
| HSV(B) | 23.37º | 0.87% | 0.86% | - |
| XYZ | 34.29 | 24.85 | 4.15 | - |
| YUV | 129.25 | 71.43 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 29 | 0 | 0.53 | 0.87 | 0.14 | 23.37 | 0.77 | 0.49 |
| Hex | DB | 67 | 1D | 0 | 35 | 57 | E | 17 | 4D | 31 |
| Octal | 333 | 147 | 35 | 0 | 65 | 127 | 16 | 27 | 115 | 61 |
| Binary | 11011011 | 1100111 | 11101 | 0 | 110101 | 1010111 | 1110 | 10111 | 1001101 | 110001 |
Color Harmonies of #DB671D
Complementary color
Monochromatic Colors of #DB671D
Black with #DB671D
Text Example
Text Example
White with #DB671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB671D; }
p { color: rgb(219,103,29); }
H1.HeaderClassName
{
color: #DB671D;
}
.AnyTagClassName
{
color: #DB671D;
}
</style>
background-color css
<style>
a { background-color: #DB671D; }
a { background-color: rgb(219,103,29); }
div.DivClassName
{
background-color: #DB671D;
}
.BgClassName
{
background-color: #DB671D;
}
</style>
border-color css
<style>
span { border-color: #DB671D; }
span { border-color: rgb(219,103,29); }
td.TdClassName
{
border-color: #DB671D;
}
.TagClassName
{
border-color: #DB671D;
}
</style>