Shades of Chocolate #D9680D
Tints of Chocolate #D9680D
RGB
CMYK
RGB Variations
Color information
#D9680D (or 0xD9680D) is known color: Chocolate. HEX triplet: D9, 68 and 0D. RGB value is (217,104,13). Sum of RGB (Red+Green+Blue) = 217+104+13=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D9680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9680D is #2697F2. Grayscale: #7F7F7F. Windows color (decimal): -2529267 or 878809. OLE color: 878809.
HSL color Cylindrical-coordinate representation of color #D9680D: hue angle of 26.76º 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 #D9680D is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 13 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.15 |
| HSL | 26.76º | 0.89% | 0.45% | - |
| HSV(B) | 26.76º | 0.94% | 0.85% | - |
| XYZ | 33.64 | 24.68 | 3.37 | - |
| YUV | 127.41 | 63.44 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 13 | 0 | 0.52 | 0.94 | 0.15 | 26.76 | 0.89 | 0.45 |
| Hex | D9 | 68 | D | 0 | 34 | 5E | F | 1B | 59 | 2D |
| Octal | 331 | 150 | 15 | 0 | 64 | 136 | 17 | 33 | 131 | 55 |
| Binary | 11011001 | 1101000 | 1101 | 0 | 110100 | 1011110 | 1111 | 11011 | 1011001 | 101101 |
Color Harmonies of #D9680D
Complementary color
Monochromatic Colors of #D9680D
Black with #D9680D
Text Example
Text Example
White with #D9680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9680D; }
p { color: rgb(217,104,13); }
H1.HeaderClassName
{
color: #D9680D;
}
.AnyTagClassName
{
color: #D9680D;
}
</style>
background-color css
<style>
a { background-color: #D9680D; }
a { background-color: rgb(217,104,13); }
div.DivClassName
{
background-color: #D9680D;
}
.BgClassName
{
background-color: #D9680D;
}
</style>
border-color css
<style>
span { border-color: #D9680D; }
span { border-color: rgb(217,104,13); }
td.TdClassName
{
border-color: #D9680D;
}
.TagClassName
{
border-color: #D9680D;
}
</style>