Shades of Chocolate #D8690D
Tints of Chocolate #D8690D
RGB
CMYK
RGB Variations
Color information
#D8690D (or 0xD8690D) is known color: Chocolate. HEX triplet: D8, 69 and 0D. RGB value is (216,105,13). Sum of RGB (Red+Green+Blue) = 216+105+13=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D8690D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8690D is #2796F2. Grayscale: #808080. Windows color (decimal): -2594547 or 879064. OLE color: 879064.
HSL color Cylindrical-coordinate representation of color #D8690D: hue angle of 27.19º 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 #D8690D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 13 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.15 |
| HSL | 27.19º | 0.89% | 0.45% | - |
| HSV(B) | 27.19º | 0.94% | 0.85% | - |
| XYZ | 33.44 | 24.73 | 3.39 | - |
| YUV | 127.7 | 63.27 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 13 | 0 | 0.51 | 0.94 | 0.15 | 27.19 | 0.89 | 0.45 |
| Hex | D8 | 69 | D | 0 | 33 | 5E | F | 1B | 59 | 2D |
| Octal | 330 | 151 | 15 | 0 | 63 | 136 | 17 | 33 | 131 | 55 |
| Binary | 11011000 | 1101001 | 1101 | 0 | 110011 | 1011110 | 1111 | 11011 | 1011001 | 101101 |
Color Harmonies of #D8690D
Complementary color
Monochromatic Colors of #D8690D
Black with #D8690D
Text Example
Text Example
White with #D8690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8690D; }
p { color: rgb(216,105,13); }
H1.HeaderClassName
{
color: #D8690D;
}
.AnyTagClassName
{
color: #D8690D;
}
</style>
background-color css
<style>
a { background-color: #D8690D; }
a { background-color: rgb(216,105,13); }
div.DivClassName
{
background-color: #D8690D;
}
.BgClassName
{
background-color: #D8690D;
}
</style>
border-color css
<style>
span { border-color: #D8690D; }
span { border-color: rgb(216,105,13); }
td.TdClassName
{
border-color: #D8690D;
}
.TagClassName
{
border-color: #D8690D;
}
</style>