Shades of Chocolate #D56926
Tints of Chocolate #D56926
RGB
CMYK
RGB Variations
Color information
#D56926 (or 0xD56926) is known color: Chocolate. HEX triplet: D5, 69 and 26. RGB value is (213,105,38). Sum of RGB (Red+Green+Blue) = 213+105+38=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D56926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56926 is #2A96D9. Grayscale: #828282. Windows color (decimal): -2791130 or 2517461. OLE color: 2517461.
HSL color Cylindrical-coordinate representation of color #D56926: hue angle of 22.97º 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 #D56926 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 38 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.16 |
| HSL | 22.97º | 0.7% | 0.49% | - |
| HSV(B) | 22.97º | 0.82% | 0.84% | - |
| XYZ | 32.84 | 24.39 | 4.81 | - |
| YUV | 129.65 | 76.28 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 38 | 0 | 0.51 | 0.82 | 0.16 | 22.97 | 0.7 | 0.49 |
| Hex | D5 | 69 | 26 | 0 | 33 | 52 | 10 | 17 | 46 | 31 |
| Octal | 325 | 151 | 46 | 0 | 63 | 122 | 20 | 27 | 106 | 61 |
| Binary | 11010101 | 1101001 | 100110 | 0 | 110011 | 1010010 | 10000 | 10111 | 1000110 | 110001 |
Color Harmonies of #D56926
Complementary color
Monochromatic Colors of #D56926
Black with #D56926
Text Example
Text Example
White with #D56926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56926; }
p { color: rgb(213,105,38); }
H1.HeaderClassName
{
color: #D56926;
}
.AnyTagClassName
{
color: #D56926;
}
</style>
background-color css
<style>
a { background-color: #D56926; }
a { background-color: rgb(213,105,38); }
div.DivClassName
{
background-color: #D56926;
}
.BgClassName
{
background-color: #D56926;
}
</style>
border-color css
<style>
span { border-color: #D56926; }
span { border-color: rgb(213,105,38); }
td.TdClassName
{
border-color: #D56926;
}
.TagClassName
{
border-color: #D56926;
}
</style>