Shades of Chocolate #D66014
Tints of Chocolate #D66014
RGB
CMYK
RGB Variations
Color information
#D66014 (or 0xD66014) is known color: Chocolate. HEX triplet: D6, 60 and 14. RGB value is (214,96,20). Sum of RGB (Red+Green+Blue) = 214+96+20=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D66014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66014 is #299FEB. Grayscale: #7B7B7B. Windows color (decimal): -2727916 or 1335510. OLE color: 1335510.
HSL color Cylindrical-coordinate representation of color #D66014: hue angle of 23.51º 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 #D66014 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 20 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.16 |
| HSL | 23.51º | 0.83% | 0.46% | - |
| HSV(B) | 23.51º | 0.91% | 0.84% | - |
| XYZ | 32.04 | 22.71 | 3.36 | - |
| YUV | 122.62 | 70.09 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 20 | 0 | 0.55 | 0.91 | 0.16 | 23.51 | 0.83 | 0.46 |
| Hex | D6 | 60 | 14 | 0 | 37 | 5B | 10 | 18 | 53 | 2E |
| Octal | 326 | 140 | 24 | 0 | 67 | 133 | 20 | 30 | 123 | 56 |
| Binary | 11010110 | 1100000 | 10100 | 0 | 110111 | 1011011 | 10000 | 11000 | 1010011 | 101110 |
Color Harmonies of #D66014
Complementary color
Monochromatic Colors of #D66014
Black with #D66014
Text Example
Text Example
White with #D66014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66014; }
p { color: rgb(214,96,20); }
H1.HeaderClassName
{
color: #D66014;
}
.AnyTagClassName
{
color: #D66014;
}
</style>
background-color css
<style>
a { background-color: #D66014; }
a { background-color: rgb(214,96,20); }
div.DivClassName
{
background-color: #D66014;
}
.BgClassName
{
background-color: #D66014;
}
</style>
border-color css
<style>
span { border-color: #D66014; }
span { border-color: rgb(214,96,20); }
td.TdClassName
{
border-color: #D66014;
}
.TagClassName
{
border-color: #D66014;
}
</style>