Shades of Chocolate #D8660B
Tints of Chocolate #D8660B
RGB
CMYK
RGB Variations
Color information
#D8660B (or 0xD8660B) is known color: Chocolate. HEX triplet: D8, 66 and 0B. RGB value is (216,102,11). Sum of RGB (Red+Green+Blue) = 216+102+11=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8660B is #2799F4. Grayscale: #7E7E7E. Windows color (decimal): -2595317 or 747224. OLE color: 747224.
HSL color Cylindrical-coordinate representation of color #D8660B: hue angle of 26.63º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8660B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.15 |
| HSL | 26.63º | 0.9% | 0.45% | - |
| HSV(B) | 26.63º | 0.95% | 0.85% | - |
| XYZ | 33.13 | 24.13 | 3.23 | - |
| YUV | 125.71 | 63.27 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 11 | 0 | 0.53 | 0.95 | 0.15 | 26.63 | 0.9 | 0.45 |
| Hex | D8 | 66 | B | 0 | 35 | 5F | F | 1B | 5A | 2D |
| Octal | 330 | 146 | 13 | 0 | 65 | 137 | 17 | 33 | 132 | 55 |
| Binary | 11011000 | 1100110 | 1011 | 0 | 110101 | 1011111 | 1111 | 11011 | 1011010 | 101101 |
Color Harmonies of #D8660B
Complementary color
Monochromatic Colors of #D8660B
Black with #D8660B
Text Example
Text Example
White with #D8660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8660B; }
p { color: rgb(216,102,11); }
H1.HeaderClassName
{
color: #D8660B;
}
.AnyTagClassName
{
color: #D8660B;
}
</style>
background-color css
<style>
a { background-color: #D8660B; }
a { background-color: rgb(216,102,11); }
div.DivClassName
{
background-color: #D8660B;
}
.BgClassName
{
background-color: #D8660B;
}
</style>
border-color css
<style>
span { border-color: #D8660B; }
span { border-color: rgb(216,102,11); }
td.TdClassName
{
border-color: #D8660B;
}
.TagClassName
{
border-color: #D8660B;
}
</style>