Shades of Chocolate #D66814
Tints of Chocolate #D66814
RGB
CMYK
RGB Variations
Color information
#D66814 (or 0xD66814) is known color: Chocolate. HEX triplet: D6, 68 and 14. RGB value is (214,104,20). Sum of RGB (Red+Green+Blue) = 214+104+20=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D66814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66814 is #2997EB. Grayscale: #7F7F7F. Windows color (decimal): -2725868 or 1337558. OLE color: 1337558.
HSL color Cylindrical-coordinate representation of color #D66814: hue angle of 25.98º 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 #D66814 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 20 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.16 |
| HSL | 25.98º | 0.83% | 0.46% | - |
| HSV(B) | 25.98º | 0.91% | 0.84% | - |
| XYZ | 32.81 | 24.25 | 3.61 | - |
| YUV | 127.31 | 67.44 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 20 | 0 | 0.51 | 0.91 | 0.16 | 25.98 | 0.83 | 0.46 |
| Hex | D6 | 68 | 14 | 0 | 33 | 5B | 10 | 1A | 53 | 2E |
| Octal | 326 | 150 | 24 | 0 | 63 | 133 | 20 | 32 | 123 | 56 |
| Binary | 11010110 | 1101000 | 10100 | 0 | 110011 | 1011011 | 10000 | 11010 | 1010011 | 101110 |
Color Harmonies of #D66814
Complementary color
Monochromatic Colors of #D66814
Black with #D66814
Text Example
Text Example
White with #D66814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66814; }
p { color: rgb(214,104,20); }
H1.HeaderClassName
{
color: #D66814;
}
.AnyTagClassName
{
color: #D66814;
}
</style>
background-color css
<style>
a { background-color: #D66814; }
a { background-color: rgb(214,104,20); }
div.DivClassName
{
background-color: #D66814;
}
.BgClassName
{
background-color: #D66814;
}
</style>
border-color css
<style>
span { border-color: #D66814; }
span { border-color: rgb(214,104,20); }
td.TdClassName
{
border-color: #D66814;
}
.TagClassName
{
border-color: #D66814;
}
</style>