Shades of Chocolate #D56F19
Tints of Chocolate #D56F19
RGB
CMYK
RGB Variations
Color information
#D56F19 (or 0xD56F19) is known color: Chocolate. HEX triplet: D5, 6F and 19. RGB value is (213,111,25). Sum of RGB (Red+Green+Blue) = 213+111+25=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56F19 is #2A90E6. Grayscale: #848484. Windows color (decimal): -2789607 or 1667029. OLE color: 1667029.
HSL color Cylindrical-coordinate representation of color #D56F19: hue angle of 27.45º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D56F19 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 25 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.16 |
| HSL | 27.45º | 0.79% | 0.47% | - |
| HSV(B) | 27.45º | 0.88% | 0.84% | - |
| XYZ | 33.3 | 25.59 | 4.1 | - |
| YUV | 131.69 | 67.79 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 25 | 0 | 0.48 | 0.88 | 0.16 | 27.45 | 0.79 | 0.47 |
| Hex | D5 | 6F | 19 | 0 | 30 | 58 | 10 | 1B | 4F | 2F |
| Octal | 325 | 157 | 31 | 0 | 60 | 130 | 20 | 33 | 117 | 57 |
| Binary | 11010101 | 1101111 | 11001 | 0 | 110000 | 1011000 | 10000 | 11011 | 1001111 | 101111 |
Color Harmonies of #D56F19
Complementary color
Monochromatic Colors of #D56F19
Black with #D56F19
Text Example
Text Example
White with #D56F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F19; }
p { color: rgb(213,111,25); }
H1.HeaderClassName
{
color: #D56F19;
}
.AnyTagClassName
{
color: #D56F19;
}
</style>
background-color css
<style>
a { background-color: #D56F19; }
a { background-color: rgb(213,111,25); }
div.DivClassName
{
background-color: #D56F19;
}
.BgClassName
{
background-color: #D56F19;
}
</style>
border-color css
<style>
span { border-color: #D56F19; }
span { border-color: rgb(213,111,25); }
td.TdClassName
{
border-color: #D56F19;
}
.TagClassName
{
border-color: #D56F19;
}
</style>