Shades of Chocolate #D66121
Tints of Chocolate #D66121
RGB
CMYK
RGB Variations
Color information
#D66121 (or 0xD66121) is known color: Chocolate. HEX triplet: D6, 61 and 21. RGB value is (214,97,33). Sum of RGB (Red+Green+Blue) = 214+97+33=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D66121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66121 is #299EDE. Grayscale: #7D7D7D. Windows color (decimal): -2727647 or 2187734. OLE color: 2187734.
HSL color Cylindrical-coordinate representation of color #D66121: hue angle of 21.22º degrees, saturation: 0.73, 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 #D66121 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 33 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.16 |
| HSL | 21.22º | 0.73% | 0.48% | - |
| HSV(B) | 21.22º | 0.85% | 0.84% | - |
| XYZ | 32.28 | 22.96 | 4.17 | - |
| YUV | 124.69 | 76.26 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 33 | 0 | 0.55 | 0.85 | 0.16 | 21.22 | 0.73 | 0.48 |
| Hex | D6 | 61 | 21 | 0 | 37 | 55 | 10 | 15 | 49 | 30 |
| Octal | 326 | 141 | 41 | 0 | 67 | 125 | 20 | 25 | 111 | 60 |
| Binary | 11010110 | 1100001 | 100001 | 0 | 110111 | 1010101 | 10000 | 10101 | 1001001 | 110000 |
Color Harmonies of #D66121
Complementary color
Monochromatic Colors of #D66121
Black with #D66121
Text Example
Text Example
White with #D66121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66121; }
p { color: rgb(214,97,33); }
H1.HeaderClassName
{
color: #D66121;
}
.AnyTagClassName
{
color: #D66121;
}
</style>
background-color css
<style>
a { background-color: #D66121; }
a { background-color: rgb(214,97,33); }
div.DivClassName
{
background-color: #D66121;
}
.BgClassName
{
background-color: #D66121;
}
</style>
border-color css
<style>
span { border-color: #D66121; }
span { border-color: rgb(214,97,33); }
td.TdClassName
{
border-color: #D66121;
}
.TagClassName
{
border-color: #D66121;
}
</style>