Shades of Chocolate #D56626
Tints of Chocolate #D56626
RGB
CMYK
RGB Variations
Color information
#D56626 (or 0xD56626) is known color: Chocolate. HEX triplet: D5, 66 and 26. RGB value is (213,102,38). Sum of RGB (Red+Green+Blue) = 213+102+38=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D56626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56626 is #2A99D9. Grayscale: #808080. Windows color (decimal): -2791898 or 2516693. OLE color: 2516693.
HSL color Cylindrical-coordinate representation of color #D56626: hue angle of 21.94º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D56626 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 38 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.16 |
| HSL | 21.94º | 0.7% | 0.49% | - |
| HSV(B) | 21.94º | 0.82% | 0.84% | - |
| XYZ | 32.54 | 23.79 | 4.71 | - |
| YUV | 127.89 | 77.27 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 38 | 0 | 0.52 | 0.82 | 0.16 | 21.94 | 0.7 | 0.49 |
| Hex | D5 | 66 | 26 | 0 | 34 | 52 | 10 | 16 | 46 | 31 |
| Octal | 325 | 146 | 46 | 0 | 64 | 122 | 20 | 26 | 106 | 61 |
| Binary | 11010101 | 1100110 | 100110 | 0 | 110100 | 1010010 | 10000 | 10110 | 1000110 | 110001 |
Color Harmonies of #D56626
Complementary color
Monochromatic Colors of #D56626
Black with #D56626
Text Example
Text Example
White with #D56626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56626; }
p { color: rgb(213,102,38); }
H1.HeaderClassName
{
color: #D56626;
}
.AnyTagClassName
{
color: #D56626;
}
</style>
background-color css
<style>
a { background-color: #D56626; }
a { background-color: rgb(213,102,38); }
div.DivClassName
{
background-color: #D56626;
}
.BgClassName
{
background-color: #D56626;
}
</style>
border-color css
<style>
span { border-color: #D56626; }
span { border-color: rgb(213,102,38); }
td.TdClassName
{
border-color: #D56626;
}
.TagClassName
{
border-color: #D56626;
}
</style>