Shades of Chocolate #D56321
Tints of Chocolate #D56321
RGB
CMYK
RGB Variations
Color information
#D56321 (or 0xD56321) is known color: Chocolate. HEX triplet: D5, 63 and 21. RGB value is (213,99,33). Sum of RGB (Red+Green+Blue) = 213+99+33=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D56321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56321 is #2A9CDE. Grayscale: #7D7D7D. Windows color (decimal): -2792671 or 2188245. OLE color: 2188245.
HSL color Cylindrical-coordinate representation of color #D56321: hue angle of 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 #D56321 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 33 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.16 |
| HSL | 22º | 0.73% | 0.48% | - |
| HSV(B) | 22º | 0.85% | 0.84% | - |
| XYZ | 32.18 | 23.18 | 4.22 | - |
| YUV | 125.56 | 75.77 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 33 | 0 | 0.54 | 0.85 | 0.16 | 22 | 0.73 | 0.48 |
| Hex | D5 | 63 | 21 | 0 | 36 | 55 | 10 | 16 | 49 | 30 |
| Octal | 325 | 143 | 41 | 0 | 66 | 125 | 20 | 26 | 111 | 60 |
| Binary | 11010101 | 1100011 | 100001 | 0 | 110110 | 1010101 | 10000 | 10110 | 1001001 | 110000 |
Color Harmonies of #D56321
Complementary color
Monochromatic Colors of #D56321
Black with #D56321
Text Example
Text Example
White with #D56321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56321; }
p { color: rgb(213,99,33); }
H1.HeaderClassName
{
color: #D56321;
}
.AnyTagClassName
{
color: #D56321;
}
</style>
background-color css
<style>
a { background-color: #D56321; }
a { background-color: rgb(213,99,33); }
div.DivClassName
{
background-color: #D56321;
}
.BgClassName
{
background-color: #D56321;
}
</style>
border-color css
<style>
span { border-color: #D56321; }
span { border-color: rgb(213,99,33); }
td.TdClassName
{
border-color: #D56321;
}
.TagClassName
{
border-color: #D56321;
}
</style>