Shades of Chocolate #D8670A
Tints of Chocolate #D8670A
RGB
CMYK
RGB Variations
Color information
#D8670A (or 0xD8670A) is known color: Chocolate. HEX triplet: D8, 67 and 0A. RGB value is (216,103,10). Sum of RGB (Red+Green+Blue) = 216+103+10=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8670A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8670A is #2798F5. Grayscale: #7E7E7E. Windows color (decimal): -2595062 or 681944. OLE color: 681944.
HSL color Cylindrical-coordinate representation of color #D8670A: hue angle of 27.09º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8670A is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 10 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.15 |
| HSL | 27.09º | 0.91% | 0.44% | - |
| HSV(B) | 27.09º | 0.95% | 0.85% | - |
| XYZ | 33.22 | 24.32 | 3.23 | - |
| YUV | 126.19 | 62.44 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 10 | 0 | 0.52 | 0.95 | 0.15 | 27.09 | 0.91 | 0.44 |
| Hex | D8 | 67 | A | 0 | 34 | 5F | F | 1B | 5B | 2C |
| Octal | 330 | 147 | 12 | 0 | 64 | 137 | 17 | 33 | 133 | 54 |
| Binary | 11011000 | 1100111 | 1010 | 0 | 110100 | 1011111 | 1111 | 11011 | 1011011 | 101100 |
Color Harmonies of #D8670A
Complementary color
Monochromatic Colors of #D8670A
Black with #D8670A
Text Example
Text Example
White with #D8670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8670A; }
p { color: rgb(216,103,10); }
H1.HeaderClassName
{
color: #D8670A;
}
.AnyTagClassName
{
color: #D8670A;
}
</style>
background-color css
<style>
a { background-color: #D8670A; }
a { background-color: rgb(216,103,10); }
div.DivClassName
{
background-color: #D8670A;
}
.BgClassName
{
background-color: #D8670A;
}
</style>
border-color css
<style>
span { border-color: #D8670A; }
span { border-color: rgb(216,103,10); }
td.TdClassName
{
border-color: #D8670A;
}
.TagClassName
{
border-color: #D8670A;
}
</style>