Shades of Chocolate #D8670B
Tints of Chocolate #D8670B
RGB
CMYK
RGB Variations
Color information
#D8670B (or 0xD8670B) is known color: Chocolate. HEX triplet: D8, 67 and 0B. RGB value is (216,103,11). Sum of RGB (Red+Green+Blue) = 216+103+11=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8670B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8670B is #2798F4. Grayscale: #7E7E7E. Windows color (decimal): -2595061 or 747480. OLE color: 747480.
HSL color Cylindrical-coordinate representation of color #D8670B: hue angle of 26.93º 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 #D8670B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 11 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.15 |
| HSL | 26.93º | 0.9% | 0.45% | - |
| HSV(B) | 26.93º | 0.95% | 0.85% | - |
| XYZ | 33.23 | 24.32 | 3.26 | - |
| YUV | 126.3 | 62.94 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 11 | 0 | 0.52 | 0.95 | 0.15 | 26.93 | 0.9 | 0.45 |
| Hex | D8 | 67 | B | 0 | 34 | 5F | F | 1B | 5A | 2D |
| Octal | 330 | 147 | 13 | 0 | 64 | 137 | 17 | 33 | 132 | 55 |
| Binary | 11011000 | 1100111 | 1011 | 0 | 110100 | 1011111 | 1111 | 11011 | 1011010 | 101101 |
Color Harmonies of #D8670B
Complementary color
Monochromatic Colors of #D8670B
Black with #D8670B
Text Example
Text Example
White with #D8670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8670B; }
p { color: rgb(216,103,11); }
H1.HeaderClassName
{
color: #D8670B;
}
.AnyTagClassName
{
color: #D8670B;
}
</style>
background-color css
<style>
a { background-color: #D8670B; }
a { background-color: rgb(216,103,11); }
div.DivClassName
{
background-color: #D8670B;
}
.BgClassName
{
background-color: #D8670B;
}
</style>
border-color css
<style>
span { border-color: #D8670B; }
span { border-color: rgb(216,103,11); }
td.TdClassName
{
border-color: #D8670B;
}
.TagClassName
{
border-color: #D8670B;
}
</style>