Shades of Chocolate #D67218
Tints of Chocolate #D67218
RGB
CMYK
RGB Variations
Color information
#D67218 (or 0xD67218) is known color: Chocolate. HEX triplet: D6, 72 and 18. RGB value is (214,114,24). Sum of RGB (Red+Green+Blue) = 214+114+24=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D67218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67218 is #298DE7. Grayscale: #868686. Windows color (decimal): -2723304 or 1602262. OLE color: 1602262.
HSL color Cylindrical-coordinate representation of color #D67218: hue angle of 28.42º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D67218 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 24 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.16 |
| HSL | 28.42º | 0.8% | 0.47% | - |
| HSV(B) | 28.42º | 0.89% | 0.84% | - |
| XYZ | 33.91 | 26.4 | 4.17 | - |
| YUV | 133.64 | 66.13 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 24 | 0 | 0.47 | 0.89 | 0.16 | 28.42 | 0.8 | 0.47 |
| Hex | D6 | 72 | 18 | 0 | 2F | 59 | 10 | 1C | 50 | 2F |
| Octal | 326 | 162 | 30 | 0 | 57 | 131 | 20 | 34 | 120 | 57 |
| Binary | 11010110 | 1110010 | 11000 | 0 | 101111 | 1011001 | 10000 | 11100 | 1010000 | 101111 |
Color Harmonies of #D67218
Complementary color
Monochromatic Colors of #D67218
Black with #D67218
Text Example
Text Example
White with #D67218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67218; }
p { color: rgb(214,114,24); }
H1.HeaderClassName
{
color: #D67218;
}
.AnyTagClassName
{
color: #D67218;
}
</style>
background-color css
<style>
a { background-color: #D67218; }
a { background-color: rgb(214,114,24); }
div.DivClassName
{
background-color: #D67218;
}
.BgClassName
{
background-color: #D67218;
}
</style>
border-color css
<style>
span { border-color: #D67218; }
span { border-color: rgb(214,114,24); }
td.TdClassName
{
border-color: #D67218;
}
.TagClassName
{
border-color: #D67218;
}
</style>