Shades of Chocolate #D6721E
Tints of Chocolate #D6721E
RGB
CMYK
RGB Variations
Color information
#D6721E (or 0xD6721E) is known color: Chocolate. HEX triplet: D6, 72 and 1E. RGB value is (214,114,30). Sum of RGB (Red+Green+Blue) = 214+114+30=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6721E is #298DE1. Grayscale: #868686. Windows color (decimal): -2723298 or 1995478. OLE color: 1995478.
HSL color Cylindrical-coordinate representation of color #D6721E: hue angle of 27.39º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6721E is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 30 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.16 |
| HSL | 27.39º | 0.75% | 0.48% | - |
| HSV(B) | 27.39º | 0.86% | 0.84% | - |
| XYZ | 33.98 | 26.42 | 4.54 | - |
| YUV | 134.32 | 69.13 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 30 | 0 | 0.47 | 0.86 | 0.16 | 27.39 | 0.75 | 0.48 |
| Hex | D6 | 72 | 1E | 0 | 2F | 56 | 10 | 1B | 4B | 30 |
| Octal | 326 | 162 | 36 | 0 | 57 | 126 | 20 | 33 | 113 | 60 |
| Binary | 11010110 | 1110010 | 11110 | 0 | 101111 | 1010110 | 10000 | 11011 | 1001011 | 110000 |
Color Harmonies of #D6721E
Complementary color
Monochromatic Colors of #D6721E
Black with #D6721E
Text Example
Text Example
White with #D6721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6721E; }
p { color: rgb(214,114,30); }
H1.HeaderClassName
{
color: #D6721E;
}
.AnyTagClassName
{
color: #D6721E;
}
</style>
background-color css
<style>
a { background-color: #D6721E; }
a { background-color: rgb(214,114,30); }
div.DivClassName
{
background-color: #D6721E;
}
.BgClassName
{
background-color: #D6721E;
}
</style>
border-color css
<style>
span { border-color: #D6721E; }
span { border-color: rgb(214,114,30); }
td.TdClassName
{
border-color: #D6721E;
}
.TagClassName
{
border-color: #D6721E;
}
</style>