Shades of Chocolate #D8641D
Tints of Chocolate #D8641D
RGB
CMYK
RGB Variations
Color information
#D8641D (or 0xD8641D) is known color: Chocolate. HEX triplet: D8, 64 and 1D. RGB value is (216,100,29). Sum of RGB (Red+Green+Blue) = 216+100+29=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8641D is #279BE2. Grayscale: #7E7E7E. Windows color (decimal): -2595811 or 1926360. OLE color: 1926360.
HSL color Cylindrical-coordinate representation of color #D8641D: hue angle of 22.78º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8641D is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 29 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.15 |
| HSL | 22.78º | 0.76% | 0.48% | - |
| HSV(B) | 22.78º | 0.87% | 0.85% | - |
| XYZ | 33.1 | 23.8 | 4.01 | - |
| YUV | 126.59 | 72.93 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 29 | 0 | 0.54 | 0.87 | 0.15 | 22.78 | 0.76 | 0.48 |
| Hex | D8 | 64 | 1D | 0 | 36 | 57 | F | 17 | 4C | 30 |
| Octal | 330 | 144 | 35 | 0 | 66 | 127 | 17 | 27 | 114 | 60 |
| Binary | 11011000 | 1100100 | 11101 | 0 | 110110 | 1010111 | 1111 | 10111 | 1001100 | 110000 |
Color Harmonies of #D8641D
Complementary color
Monochromatic Colors of #D8641D
Black with #D8641D
Text Example
Text Example
White with #D8641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8641D; }
p { color: rgb(216,100,29); }
H1.HeaderClassName
{
color: #D8641D;
}
.AnyTagClassName
{
color: #D8641D;
}
</style>
background-color css
<style>
a { background-color: #D8641D; }
a { background-color: rgb(216,100,29); }
div.DivClassName
{
background-color: #D8641D;
}
.BgClassName
{
background-color: #D8641D;
}
</style>
border-color css
<style>
span { border-color: #D8641D; }
span { border-color: rgb(216,100,29); }
td.TdClassName
{
border-color: #D8641D;
}
.TagClassName
{
border-color: #D8641D;
}
</style>