Shades of Chocolate #D67220
Tints of Chocolate #D67220
RGB
CMYK
RGB Variations
Color information
#D67220 (or 0xD67220) is known color: Chocolate. HEX triplet: D6, 72 and 20. RGB value is (214,114,32). Sum of RGB (Red+Green+Blue) = 214+114+32=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D67220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67220 is #298DDF. Grayscale: #868686. Windows color (decimal): -2723296 or 2126550. OLE color: 2126550.
HSL color Cylindrical-coordinate representation of color #D67220: hue angle of 27.03º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D67220 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 32 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.16 |
| HSL | 27.03º | 0.74% | 0.48% | - |
| HSV(B) | 27.03º | 0.85% | 0.84% | - |
| XYZ | 34.01 | 26.44 | 4.68 | - |
| YUV | 134.55 | 70.13 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 32 | 0 | 0.47 | 0.85 | 0.16 | 27.03 | 0.74 | 0.48 |
| Hex | D6 | 72 | 20 | 0 | 2F | 55 | 10 | 1B | 4A | 30 |
| Octal | 326 | 162 | 40 | 0 | 57 | 125 | 20 | 33 | 112 | 60 |
| Binary | 11010110 | 1110010 | 100000 | 0 | 101111 | 1010101 | 10000 | 11011 | 1001010 | 110000 |
Color Harmonies of #D67220
Complementary color
Monochromatic Colors of #D67220
Black with #D67220
Text Example
Text Example
White with #D67220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67220; }
p { color: rgb(214,114,32); }
H1.HeaderClassName
{
color: #D67220;
}
.AnyTagClassName
{
color: #D67220;
}
</style>
background-color css
<style>
a { background-color: #D67220; }
a { background-color: rgb(214,114,32); }
div.DivClassName
{
background-color: #D67220;
}
.BgClassName
{
background-color: #D67220;
}
</style>
border-color css
<style>
span { border-color: #D67220; }
span { border-color: rgb(214,114,32); }
td.TdClassName
{
border-color: #D67220;
}
.TagClassName
{
border-color: #D67220;
}
</style>