Shades of Chocolate #D8680D
Tints of Chocolate #D8680D
RGB
CMYK
RGB Variations
Color information
#D8680D (or 0xD8680D) is known color: Chocolate. HEX triplet: D8, 68 and 0D. RGB value is (216,104,13). Sum of RGB (Red+Green+Blue) = 216+104+13=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D8680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8680D is #2797F2. Grayscale: #7F7F7F. Windows color (decimal): -2594803 or 878808. OLE color: 878808.
HSL color Cylindrical-coordinate representation of color #D8680D: hue angle of 26.9º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8680D is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 104 | 13 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.15 |
| HSL | 26.9º | 0.89% | 0.45% | - |
| HSV(B) | 26.9º | 0.94% | 0.85% | - |
| XYZ | 33.34 | 24.53 | 3.36 | - |
| YUV | 127.11 | 63.61 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 104 | 13 | 0 | 0.52 | 0.94 | 0.15 | 26.9 | 0.89 | 0.45 |
| Hex | D8 | 68 | D | 0 | 34 | 5E | F | 1B | 59 | 2D |
| Octal | 330 | 150 | 15 | 0 | 64 | 136 | 17 | 33 | 131 | 55 |
| Binary | 11011000 | 1101000 | 1101 | 0 | 110100 | 1011110 | 1111 | 11011 | 1011001 | 101101 |
Color Harmonies of #D8680D
Complementary color
Monochromatic Colors of #D8680D
Black with #D8680D
Text Example
Text Example
White with #D8680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8680D; }
p { color: rgb(216,104,13); }
H1.HeaderClassName
{
color: #D8680D;
}
.AnyTagClassName
{
color: #D8680D;
}
</style>
background-color css
<style>
a { background-color: #D8680D; }
a { background-color: rgb(216,104,13); }
div.DivClassName
{
background-color: #D8680D;
}
.BgClassName
{
background-color: #D8680D;
}
</style>
border-color css
<style>
span { border-color: #D8680D; }
span { border-color: rgb(216,104,13); }
td.TdClassName
{
border-color: #D8680D;
}
.TagClassName
{
border-color: #D8680D;
}
</style>