Shades of Chocolate #D56327
Tints of Chocolate #D56327
RGB
CMYK
RGB Variations
Color information
#D56327 (or 0xD56327) is known color: Chocolate. HEX triplet: D5, 63 and 27. RGB value is (213,99,39). Sum of RGB (Red+Green+Blue) = 213+99+39=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D56327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56327 is #2A9CD8. Grayscale: #7E7E7E. Windows color (decimal): -2792665 or 2581461. OLE color: 2581461.
HSL color Cylindrical-coordinate representation of color #D56327: hue angle of 20.69º degrees, saturation: 0.69, 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 #D56327 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 39 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.16 |
| HSL | 20.69º | 0.69% | 0.49% | - |
| HSV(B) | 20.69º | 0.82% | 0.84% | - |
| XYZ | 32.27 | 23.22 | 4.7 | - |
| YUV | 126.25 | 78.77 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 39 | 0 | 0.54 | 0.82 | 0.16 | 20.69 | 0.69 | 0.49 |
| Hex | D5 | 63 | 27 | 0 | 36 | 52 | 10 | 15 | 45 | 31 |
| Octal | 325 | 143 | 47 | 0 | 66 | 122 | 20 | 25 | 105 | 61 |
| Binary | 11010101 | 1100011 | 100111 | 0 | 110110 | 1010010 | 10000 | 10101 | 1000101 | 110001 |
Color Harmonies of #D56327
Complementary color
Monochromatic Colors of #D56327
Black with #D56327
Text Example
Text Example
White with #D56327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56327; }
p { color: rgb(213,99,39); }
H1.HeaderClassName
{
color: #D56327;
}
.AnyTagClassName
{
color: #D56327;
}
</style>
background-color css
<style>
a { background-color: #D56327; }
a { background-color: rgb(213,99,39); }
div.DivClassName
{
background-color: #D56327;
}
.BgClassName
{
background-color: #D56327;
}
</style>
border-color css
<style>
span { border-color: #D56327; }
span { border-color: rgb(213,99,39); }
td.TdClassName
{
border-color: #D56327;
}
.TagClassName
{
border-color: #D56327;
}
</style>