Shades of Chocolate #D8650B
Tints of Chocolate #D8650B
RGB
CMYK
RGB Variations
Color information
#D8650B (or 0xD8650B) is known color: Chocolate. HEX triplet: D8, 65 and 0B. RGB value is (216,101,11). Sum of RGB (Red+Green+Blue) = 216+101+11=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8650B is #279AF4. Grayscale: #7D7D7D. Windows color (decimal): -2595573 or 746968. OLE color: 746968.
HSL color Cylindrical-coordinate representation of color #D8650B: hue angle of 26.34º 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 #D8650B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.15 |
| HSL | 26.34º | 0.9% | 0.45% | - |
| HSV(B) | 26.34º | 0.95% | 0.85% | - |
| XYZ | 33.03 | 23.93 | 3.19 | - |
| YUV | 125.13 | 63.6 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 11 | 0 | 0.53 | 0.95 | 0.15 | 26.34 | 0.9 | 0.45 |
| Hex | D8 | 65 | B | 0 | 35 | 5F | F | 1A | 5A | 2D |
| Octal | 330 | 145 | 13 | 0 | 65 | 137 | 17 | 32 | 132 | 55 |
| Binary | 11011000 | 1100101 | 1011 | 0 | 110101 | 1011111 | 1111 | 11010 | 1011010 | 101101 |
Color Harmonies of #D8650B
Complementary color
Monochromatic Colors of #D8650B
Black with #D8650B
Text Example
Text Example
White with #D8650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8650B; }
p { color: rgb(216,101,11); }
H1.HeaderClassName
{
color: #D8650B;
}
.AnyTagClassName
{
color: #D8650B;
}
</style>
background-color css
<style>
a { background-color: #D8650B; }
a { background-color: rgb(216,101,11); }
div.DivClassName
{
background-color: #D8650B;
}
.BgClassName
{
background-color: #D8650B;
}
</style>
border-color css
<style>
span { border-color: #D8650B; }
span { border-color: rgb(216,101,11); }
td.TdClassName
{
border-color: #D8650B;
}
.TagClassName
{
border-color: #D8650B;
}
</style>