Shades of Chocolate #D66D14
Tints of Chocolate #D66D14
RGB
CMYK
RGB Variations
Color information
#D66D14 (or 0xD66D14) is known color: Chocolate. HEX triplet: D6, 6D and 14. RGB value is (214,109,20). Sum of RGB (Red+Green+Blue) = 214+109+20=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66D14 is #2992EB. Grayscale: #828282. Windows color (decimal): -2724588 or 1338838. OLE color: 1338838.
HSL color Cylindrical-coordinate representation of color #D66D14: hue angle of 27.53º 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 #D66D14 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 20 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.16 |
| HSL | 27.53º | 0.83% | 0.46% | - |
| HSV(B) | 27.53º | 0.91% | 0.84% | - |
| XYZ | 33.33 | 25.28 | 3.79 | - |
| YUV | 130.25 | 65.79 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 20 | 0 | 0.49 | 0.91 | 0.16 | 27.53 | 0.83 | 0.46 |
| Hex | D6 | 6D | 14 | 0 | 31 | 5B | 10 | 1C | 53 | 2E |
| Octal | 326 | 155 | 24 | 0 | 61 | 133 | 20 | 34 | 123 | 56 |
| Binary | 11010110 | 1101101 | 10100 | 0 | 110001 | 1011011 | 10000 | 11100 | 1010011 | 101110 |
Color Harmonies of #D66D14
Complementary color
Monochromatic Colors of #D66D14
Black with #D66D14
Text Example
Text Example
White with #D66D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66D14; }
p { color: rgb(214,109,20); }
H1.HeaderClassName
{
color: #D66D14;
}
.AnyTagClassName
{
color: #D66D14;
}
</style>
background-color css
<style>
a { background-color: #D66D14; }
a { background-color: rgb(214,109,20); }
div.DivClassName
{
background-color: #D66D14;
}
.BgClassName
{
background-color: #D66D14;
}
</style>
border-color css
<style>
span { border-color: #D66D14; }
span { border-color: rgb(214,109,20); }
td.TdClassName
{
border-color: #D66D14;
}
.TagClassName
{
border-color: #D66D14;
}
</style>