Shades of Chocolate #D56124
Tints of Chocolate #D56124
RGB
CMYK
RGB Variations
Color information
#D56124 (or 0xD56124) is known color: Chocolate. HEX triplet: D5, 61 and 24. RGB value is (213,97,36). Sum of RGB (Red+Green+Blue) = 213+97+36=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D56124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56124 is #2A9EDB. Grayscale: #7D7D7D. Windows color (decimal): -2793180 or 2384341. OLE color: 2384341.
HSL color Cylindrical-coordinate representation of color #D56124: hue angle of 20.68º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D56124 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 36 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.16 |
| HSL | 20.68º | 0.71% | 0.49% | - |
| HSV(B) | 20.68º | 0.83% | 0.84% | - |
| XYZ | 32.03 | 22.82 | 4.39 | - |
| YUV | 124.73 | 77.93 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 36 | 0 | 0.54 | 0.83 | 0.16 | 20.68 | 0.71 | 0.49 |
| Hex | D5 | 61 | 24 | 0 | 36 | 53 | 10 | 15 | 47 | 31 |
| Octal | 325 | 141 | 44 | 0 | 66 | 123 | 20 | 25 | 107 | 61 |
| Binary | 11010101 | 1100001 | 100100 | 0 | 110110 | 1010011 | 10000 | 10101 | 1000111 | 110001 |
Color Harmonies of #D56124
Complementary color
Monochromatic Colors of #D56124
Black with #D56124
Text Example
Text Example
White with #D56124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56124; }
p { color: rgb(213,97,36); }
H1.HeaderClassName
{
color: #D56124;
}
.AnyTagClassName
{
color: #D56124;
}
</style>
background-color css
<style>
a { background-color: #D56124; }
a { background-color: rgb(213,97,36); }
div.DivClassName
{
background-color: #D56124;
}
.BgClassName
{
background-color: #D56124;
}
</style>
border-color css
<style>
span { border-color: #D56124; }
span { border-color: rgb(213,97,36); }
td.TdClassName
{
border-color: #D56124;
}
.TagClassName
{
border-color: #D56124;
}
</style>