Shades of Chocolate #D67018
Tints of Chocolate #D67018
RGB
CMYK
RGB Variations
Color information
#D67018 (or 0xD67018) is known color: Chocolate. HEX triplet: D6, 70 and 18. RGB value is (214,112,24). Sum of RGB (Red+Green+Blue) = 214+112+24=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D67018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67018 is #298FE7. Grayscale: #848484. Windows color (decimal): -2723816 or 1601750. OLE color: 1601750.
HSL color Cylindrical-coordinate representation of color #D67018: hue angle of 27.79º 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 #D67018 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 24 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.16 |
| HSL | 27.79º | 0.8% | 0.47% | - |
| HSV(B) | 27.79º | 0.89% | 0.84% | - |
| XYZ | 33.69 | 25.95 | 4.1 | - |
| YUV | 132.47 | 66.79 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 24 | 0 | 0.48 | 0.89 | 0.16 | 27.79 | 0.8 | 0.47 |
| Hex | D6 | 70 | 18 | 0 | 30 | 59 | 10 | 1C | 50 | 2F |
| Octal | 326 | 160 | 30 | 0 | 60 | 131 | 20 | 34 | 120 | 57 |
| Binary | 11010110 | 1110000 | 11000 | 0 | 110000 | 1011001 | 10000 | 11100 | 1010000 | 101111 |
Color Harmonies of #D67018
Complementary color
Monochromatic Colors of #D67018
Black with #D67018
Text Example
Text Example
White with #D67018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67018; }
p { color: rgb(214,112,24); }
H1.HeaderClassName
{
color: #D67018;
}
.AnyTagClassName
{
color: #D67018;
}
</style>
background-color css
<style>
a { background-color: #D67018; }
a { background-color: rgb(214,112,24); }
div.DivClassName
{
background-color: #D67018;
}
.BgClassName
{
background-color: #D67018;
}
</style>
border-color css
<style>
span { border-color: #D67018; }
span { border-color: rgb(214,112,24); }
td.TdClassName
{
border-color: #D67018;
}
.TagClassName
{
border-color: #D67018;
}
</style>