Shades of Chocolate #D56022
Tints of Chocolate #D56022
RGB
CMYK
RGB Variations
Color information
#D56022 (or 0xD56022) is known color: Chocolate. HEX triplet: D5, 60 and 22. RGB value is (213,96,34). Sum of RGB (Red+Green+Blue) = 213+96+34=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D56022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56022 is #2A9FDD. Grayscale: #7C7C7C. Windows color (decimal): -2793438 or 2253013. OLE color: 2253013.
HSL color Cylindrical-coordinate representation of color #D56022: hue angle of 20.78º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D56022 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 34 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.16 |
| HSL | 20.78º | 0.72% | 0.48% | - |
| HSV(B) | 20.78º | 0.84% | 0.84% | - |
| XYZ | 31.91 | 22.63 | 4.2 | - |
| YUV | 123.92 | 77.26 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 34 | 0 | 0.55 | 0.84 | 0.16 | 20.78 | 0.72 | 0.48 |
| Hex | D5 | 60 | 22 | 0 | 37 | 54 | 10 | 15 | 48 | 30 |
| Octal | 325 | 140 | 42 | 0 | 67 | 124 | 20 | 25 | 110 | 60 |
| Binary | 11010101 | 1100000 | 100010 | 0 | 110111 | 1010100 | 10000 | 10101 | 1001000 | 110000 |
Color Harmonies of #D56022
Complementary color
Monochromatic Colors of #D56022
Black with #D56022
Text Example
Text Example
White with #D56022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56022; }
p { color: rgb(213,96,34); }
H1.HeaderClassName
{
color: #D56022;
}
.AnyTagClassName
{
color: #D56022;
}
</style>
background-color css
<style>
a { background-color: #D56022; }
a { background-color: rgb(213,96,34); }
div.DivClassName
{
background-color: #D56022;
}
.BgClassName
{
background-color: #D56022;
}
</style>
border-color css
<style>
span { border-color: #D56022; }
span { border-color: rgb(213,96,34); }
td.TdClassName
{
border-color: #D56022;
}
.TagClassName
{
border-color: #D56022;
}
</style>