Shades of Chocolate #D67213
Tints of Chocolate #D67213
RGB
CMYK
RGB Variations
Color information
#D67213 (or 0xD67213) is known color: Chocolate. HEX triplet: D6, 72 and 13. RGB value is (214,114,19). Sum of RGB (Red+Green+Blue) = 214+114+19=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D67213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67213 is #298DEC. Grayscale: #858585. Windows color (decimal): -2723309 or 1274582. OLE color: 1274582.
HSL color Cylindrical-coordinate representation of color #D67213: hue angle of 29.23º degrees, saturation: 0.84, 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 #D67213 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 19 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.16 |
| HSL | 29.23º | 0.84% | 0.46% | - |
| HSV(B) | 29.23º | 0.91% | 0.84% | - |
| XYZ | 33.87 | 26.38 | 3.92 | - |
| YUV | 133.07 | 63.63 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 19 | 0 | 0.47 | 0.91 | 0.16 | 29.23 | 0.84 | 0.46 |
| Hex | D6 | 72 | 13 | 0 | 2F | 5B | 10 | 1D | 54 | 2E |
| Octal | 326 | 162 | 23 | 0 | 57 | 133 | 20 | 35 | 124 | 56 |
| Binary | 11010110 | 1110010 | 10011 | 0 | 101111 | 1011011 | 10000 | 11101 | 1010100 | 101110 |
Color Harmonies of #D67213
Complementary color
Monochromatic Colors of #D67213
Black with #D67213
Text Example
Text Example
White with #D67213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67213; }
p { color: rgb(214,114,19); }
H1.HeaderClassName
{
color: #D67213;
}
.AnyTagClassName
{
color: #D67213;
}
</style>
background-color css
<style>
a { background-color: #D67213; }
a { background-color: rgb(214,114,19); }
div.DivClassName
{
background-color: #D67213;
}
.BgClassName
{
background-color: #D67213;
}
</style>
border-color css
<style>
span { border-color: #D67213; }
span { border-color: rgb(214,114,19); }
td.TdClassName
{
border-color: #D67213;
}
.TagClassName
{
border-color: #D67213;
}
</style>