Shades of Chocolate #D67214
Tints of Chocolate #D67214
RGB
CMYK
RGB Variations
Color information
#D67214 (or 0xD67214) is known color: Chocolate. HEX triplet: D6, 72 and 14. RGB value is (214,114,20). Sum of RGB (Red+Green+Blue) = 214+114+20=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D67214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67214 is #298DEB. Grayscale: #858585. Windows color (decimal): -2723308 or 1340118. OLE color: 1340118.
HSL color Cylindrical-coordinate representation of color #D67214: hue angle of 29.07º 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 #D67214 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 20 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.16 |
| HSL | 29.07º | 0.83% | 0.46% | - |
| HSV(B) | 29.07º | 0.91% | 0.84% | - |
| XYZ | 33.88 | 26.38 | 3.97 | - |
| YUV | 133.18 | 64.13 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 20 | 0 | 0.47 | 0.91 | 0.16 | 29.07 | 0.83 | 0.46 |
| Hex | D6 | 72 | 14 | 0 | 2F | 5B | 10 | 1D | 53 | 2E |
| Octal | 326 | 162 | 24 | 0 | 57 | 133 | 20 | 35 | 123 | 56 |
| Binary | 11010110 | 1110010 | 10100 | 0 | 101111 | 1011011 | 10000 | 11101 | 1010011 | 101110 |
Color Harmonies of #D67214
Complementary color
Monochromatic Colors of #D67214
Black with #D67214
Text Example
Text Example
White with #D67214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67214; }
p { color: rgb(214,114,20); }
H1.HeaderClassName
{
color: #D67214;
}
.AnyTagClassName
{
color: #D67214;
}
</style>
background-color css
<style>
a { background-color: #D67214; }
a { background-color: rgb(214,114,20); }
div.DivClassName
{
background-color: #D67214;
}
.BgClassName
{
background-color: #D67214;
}
</style>
border-color css
<style>
span { border-color: #D67214; }
span { border-color: rgb(214,114,20); }
td.TdClassName
{
border-color: #D67214;
}
.TagClassName
{
border-color: #D67214;
}
</style>