Shades of Chocolate #D56B1E
Tints of Chocolate #D56B1E
RGB
CMYK
RGB Variations
Color information
#D56B1E (or 0xD56B1E) is known color: Chocolate. HEX triplet: D5, 6B and 1E. RGB value is (213,107,30). Sum of RGB (Red+Green+Blue) = 213+107+30=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56B1E is #2A94E1. Grayscale: #828282. Windows color (decimal): -2790626 or 1993685. OLE color: 1993685.
HSL color Cylindrical-coordinate representation of color #D56B1E: hue angle of 25.25º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D56B1E is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 30 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.16 |
| HSL | 25.25º | 0.75% | 0.48% | - |
| HSV(B) | 25.25º | 0.86% | 0.84% | - |
| XYZ | 32.93 | 24.76 | 4.27 | - |
| YUV | 129.92 | 71.62 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 30 | 0 | 0.50 | 0.86 | 0.16 | 25.25 | 0.75 | 0.48 |
| Hex | D5 | 6B | 1E | 0 | 32 | 56 | 10 | 19 | 4B | 30 |
| Octal | 325 | 153 | 36 | 0 | 62 | 126 | 20 | 31 | 113 | 60 |
| Binary | 11010101 | 1101011 | 11110 | 0 | 110010 | 1010110 | 10000 | 11001 | 1001011 | 110000 |
Color Harmonies of #D56B1E
Complementary color
Monochromatic Colors of #D56B1E
Black with #D56B1E
Text Example
Text Example
White with #D56B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56B1E; }
p { color: rgb(213,107,30); }
H1.HeaderClassName
{
color: #D56B1E;
}
.AnyTagClassName
{
color: #D56B1E;
}
</style>
background-color css
<style>
a { background-color: #D56B1E; }
a { background-color: rgb(213,107,30); }
div.DivClassName
{
background-color: #D56B1E;
}
.BgClassName
{
background-color: #D56B1E;
}
</style>
border-color css
<style>
span { border-color: #D56B1E; }
span { border-color: rgb(213,107,30); }
td.TdClassName
{
border-color: #D56B1E;
}
.TagClassName
{
border-color: #D56B1E;
}
</style>