Shades of Chocolate #D56726
Tints of Chocolate #D56726
RGB
CMYK
RGB Variations
Color information
#D56726 (or 0xD56726) is known color: Chocolate. HEX triplet: D5, 67 and 26. RGB value is (213,103,38). Sum of RGB (Red+Green+Blue) = 213+103+38=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D56726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56726 is #2A98D9. Grayscale: #808080. Windows color (decimal): -2791642 or 2516949. OLE color: 2516949.
HSL color Cylindrical-coordinate representation of color #D56726: hue angle of 22.29º 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 #D56726 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 38 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.16 |
| HSL | 22.29º | 0.7% | 0.49% | - |
| HSV(B) | 22.29º | 0.82% | 0.84% | - |
| XYZ | 32.64 | 23.99 | 4.74 | - |
| YUV | 128.48 | 76.94 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 38 | 0 | 0.52 | 0.82 | 0.16 | 22.29 | 0.7 | 0.49 |
| Hex | D5 | 67 | 26 | 0 | 34 | 52 | 10 | 16 | 46 | 31 |
| Octal | 325 | 147 | 46 | 0 | 64 | 122 | 20 | 26 | 106 | 61 |
| Binary | 11010101 | 1100111 | 100110 | 0 | 110100 | 1010010 | 10000 | 10110 | 1000110 | 110001 |
Color Harmonies of #D56726
Complementary color
Monochromatic Colors of #D56726
Black with #D56726
Text Example
Text Example
White with #D56726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56726; }
p { color: rgb(213,103,38); }
H1.HeaderClassName
{
color: #D56726;
}
.AnyTagClassName
{
color: #D56726;
}
</style>
background-color css
<style>
a { background-color: #D56726; }
a { background-color: rgb(213,103,38); }
div.DivClassName
{
background-color: #D56726;
}
.BgClassName
{
background-color: #D56726;
}
</style>
border-color css
<style>
span { border-color: #D56726; }
span { border-color: rgb(213,103,38); }
td.TdClassName
{
border-color: #D56726;
}
.TagClassName
{
border-color: #D56726;
}
</style>