Shades of Chocolate #D56C26
Tints of Chocolate #D56C26
RGB
CMYK
RGB Variations
Color information
#D56C26 (or 0xD56C26) is known color: Chocolate. HEX triplet: D5, 6C and 26. RGB value is (213,108,38). Sum of RGB (Red+Green+Blue) = 213+108+38=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C26 is #2A93D9. Grayscale: #838383. Windows color (decimal): -2790362 or 2518229. OLE color: 2518229.
HSL color Cylindrical-coordinate representation of color #D56C26: hue angle of 24º 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 #D56C26 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 38 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.16 |
| HSL | 24º | 0.7% | 0.49% | - |
| HSV(B) | 24º | 0.82% | 0.84% | - |
| XYZ | 33.15 | 25.01 | 4.91 | - |
| YUV | 131.42 | 75.29 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 38 | 0 | 0.49 | 0.82 | 0.16 | 24 | 0.7 | 0.49 |
| Hex | D5 | 6C | 26 | 0 | 31 | 52 | 10 | 18 | 46 | 31 |
| Octal | 325 | 154 | 46 | 0 | 61 | 122 | 20 | 30 | 106 | 61 |
| Binary | 11010101 | 1101100 | 100110 | 0 | 110001 | 1010010 | 10000 | 11000 | 1000110 | 110001 |
Color Harmonies of #D56C26
Complementary color
Monochromatic Colors of #D56C26
Black with #D56C26
Text Example
Text Example
White with #D56C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C26; }
p { color: rgb(213,108,38); }
H1.HeaderClassName
{
color: #D56C26;
}
.AnyTagClassName
{
color: #D56C26;
}
</style>
background-color css
<style>
a { background-color: #D56C26; }
a { background-color: rgb(213,108,38); }
div.DivClassName
{
background-color: #D56C26;
}
.BgClassName
{
background-color: #D56C26;
}
</style>
border-color css
<style>
span { border-color: #D56C26; }
span { border-color: rgb(213,108,38); }
td.TdClassName
{
border-color: #D56C26;
}
.TagClassName
{
border-color: #D56C26;
}
</style>