Shades of Chocolate #D66F18
Tints of Chocolate #D66F18
RGB
CMYK
RGB Variations
Color information
#D66F18 (or 0xD66F18) is known color: Chocolate. HEX triplet: D6, 6F and 18. RGB value is (214,111,24). Sum of RGB (Red+Green+Blue) = 214+111+24=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66F18 is #2990E7. Grayscale: #848484. Windows color (decimal): -2724072 or 1601494. OLE color: 1601494.
HSL color Cylindrical-coordinate representation of color #D66F18: hue angle of 27.47º 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 #D66F18 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 111 | 24 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.16 |
| HSL | 27.47º | 0.8% | 0.47% | - |
| HSV(B) | 27.47º | 0.89% | 0.84% | - |
| XYZ | 33.58 | 25.73 | 4.06 | - |
| YUV | 131.88 | 67.12 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 24 | 0 | 0.48 | 0.89 | 0.16 | 27.47 | 0.8 | 0.47 |
| Hex | D6 | 6F | 18 | 0 | 30 | 59 | 10 | 1B | 50 | 2F |
| Octal | 326 | 157 | 30 | 0 | 60 | 131 | 20 | 33 | 120 | 57 |
| Binary | 11010110 | 1101111 | 11000 | 0 | 110000 | 1011001 | 10000 | 11011 | 1010000 | 101111 |
Color Harmonies of #D66F18
Complementary color
Monochromatic Colors of #D66F18
Black with #D66F18
Text Example
Text Example
White with #D66F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66F18; }
p { color: rgb(214,111,24); }
H1.HeaderClassName
{
color: #D66F18;
}
.AnyTagClassName
{
color: #D66F18;
}
</style>
background-color css
<style>
a { background-color: #D66F18; }
a { background-color: rgb(214,111,24); }
div.DivClassName
{
background-color: #D66F18;
}
.BgClassName
{
background-color: #D66F18;
}
</style>
border-color css
<style>
span { border-color: #D66F18; }
span { border-color: rgb(214,111,24); }
td.TdClassName
{
border-color: #D66F18;
}
.TagClassName
{
border-color: #D66F18;
}
</style>