Shades of Chocolate #D66321
Tints of Chocolate #D66321
RGB
CMYK
RGB Variations
Color information
#D66321 (or 0xD66321) is known color: Chocolate. HEX triplet: D6, 63 and 21. RGB value is (214,99,33). Sum of RGB (Red+Green+Blue) = 214+99+33=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D66321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66321 is #299CDE. Grayscale: #7E7E7E. Windows color (decimal): -2727135 or 2188246. OLE color: 2188246.
HSL color Cylindrical-coordinate representation of color #D66321: hue angle of 21.88º 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 #D66321 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 33 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.16 |
| HSL | 21.88º | 0.73% | 0.48% | - |
| HSV(B) | 21.88º | 0.85% | 0.84% | - |
| XYZ | 32.47 | 23.33 | 4.23 | - |
| YUV | 125.86 | 75.6 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 33 | 0 | 0.54 | 0.85 | 0.16 | 21.88 | 0.73 | 0.48 |
| Hex | D6 | 63 | 21 | 0 | 36 | 55 | 10 | 16 | 49 | 30 |
| Octal | 326 | 143 | 41 | 0 | 66 | 125 | 20 | 26 | 111 | 60 |
| Binary | 11010110 | 1100011 | 100001 | 0 | 110110 | 1010101 | 10000 | 10110 | 1001001 | 110000 |
Color Harmonies of #D66321
Complementary color
Monochromatic Colors of #D66321
Black with #D66321
Text Example
Text Example
White with #D66321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66321; }
p { color: rgb(214,99,33); }
H1.HeaderClassName
{
color: #D66321;
}
.AnyTagClassName
{
color: #D66321;
}
</style>
background-color css
<style>
a { background-color: #D66321; }
a { background-color: rgb(214,99,33); }
div.DivClassName
{
background-color: #D66321;
}
.BgClassName
{
background-color: #D66321;
}
</style>
border-color css
<style>
span { border-color: #D66321; }
span { border-color: rgb(214,99,33); }
td.TdClassName
{
border-color: #D66321;
}
.TagClassName
{
border-color: #D66321;
}
</style>