Shades of Chocolate #D56412
Tints of Chocolate #D56412
RGB
CMYK
RGB Variations
Color information
#D56412 (or 0xD56412) is known color: Chocolate. HEX triplet: D5, 64 and 12. RGB value is (213,100,18). Sum of RGB (Red+Green+Blue) = 213+100+18=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D56412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56412 is #2A9BED. Grayscale: #7C7C7C. Windows color (decimal): -2792430 or 1205461. OLE color: 1205461.
HSL color Cylindrical-coordinate representation of color #D56412: hue angle of 25.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D56412 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 18 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.16 |
| HSL | 25.23º | 0.84% | 0.45% | - |
| HSV(B) | 25.23º | 0.92% | 0.84% | - |
| XYZ | 32.11 | 23.3 | 3.38 | - |
| YUV | 124.44 | 67.94 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 18 | 0 | 0.53 | 0.92 | 0.16 | 25.23 | 0.84 | 0.45 |
| Hex | D5 | 64 | 12 | 0 | 35 | 5C | 10 | 19 | 54 | 2D |
| Octal | 325 | 144 | 22 | 0 | 65 | 134 | 20 | 31 | 124 | 55 |
| Binary | 11010101 | 1100100 | 10010 | 0 | 110101 | 1011100 | 10000 | 11001 | 1010100 | 101101 |
Color Harmonies of #D56412
Complementary color
Monochromatic Colors of #D56412
Black with #D56412
Text Example
Text Example
White with #D56412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56412; }
p { color: rgb(213,100,18); }
H1.HeaderClassName
{
color: #D56412;
}
.AnyTagClassName
{
color: #D56412;
}
</style>
background-color css
<style>
a { background-color: #D56412; }
a { background-color: rgb(213,100,18); }
div.DivClassName
{
background-color: #D56412;
}
.BgClassName
{
background-color: #D56412;
}
</style>
border-color css
<style>
span { border-color: #D56412; }
span { border-color: rgb(213,100,18); }
td.TdClassName
{
border-color: #D56412;
}
.TagClassName
{
border-color: #D56412;
}
</style>