Shades of Chocolate #D66F14
Tints of Chocolate #D66F14
RGB
CMYK
RGB Variations
Color information
#D66F14 (or 0xD66F14) is known color: Chocolate. HEX triplet: D6, 6F and 14. RGB value is (214,111,20). Sum of RGB (Red+Green+Blue) = 214+111+20=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66F14 is #2990EB. Grayscale: #838383. Windows color (decimal): -2724076 or 1339350. OLE color: 1339350.
HSL color Cylindrical-coordinate representation of color #D66F14: hue angle of 28.14º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D66F14 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 111 | 20 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.16 |
| HSL | 28.14º | 0.83% | 0.46% | - |
| HSV(B) | 28.14º | 0.91% | 0.84% | - |
| XYZ | 33.54 | 25.72 | 3.86 | - |
| YUV | 131.42 | 65.12 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 20 | 0 | 0.48 | 0.91 | 0.16 | 28.14 | 0.83 | 0.46 |
| Hex | D6 | 6F | 14 | 0 | 30 | 5B | 10 | 1C | 53 | 2E |
| Octal | 326 | 157 | 24 | 0 | 60 | 133 | 20 | 34 | 123 | 56 |
| Binary | 11010110 | 1101111 | 10100 | 0 | 110000 | 1011011 | 10000 | 11100 | 1010011 | 101110 |
Color Harmonies of #D66F14
Complementary color
Monochromatic Colors of #D66F14
Black with #D66F14
Text Example
Text Example
White with #D66F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66F14; }
p { color: rgb(214,111,20); }
H1.HeaderClassName
{
color: #D66F14;
}
.AnyTagClassName
{
color: #D66F14;
}
</style>
background-color css
<style>
a { background-color: #D66F14; }
a { background-color: rgb(214,111,20); }
div.DivClassName
{
background-color: #D66F14;
}
.BgClassName
{
background-color: #D66F14;
}
</style>
border-color css
<style>
span { border-color: #D66F14; }
span { border-color: rgb(214,111,20); }
td.TdClassName
{
border-color: #D66F14;
}
.TagClassName
{
border-color: #D66F14;
}
</style>