Shades of Chocolate #D56614
Tints of Chocolate #D56614
RGB
CMYK
RGB Variations
Color information
#D56614 (or 0xD56614) is known color: Chocolate. HEX triplet: D5, 66 and 14. RGB value is (213,102,20). Sum of RGB (Red+Green+Blue) = 213+102+20=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D56614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56614 is #2A99EB. Grayscale: #7E7E7E. Windows color (decimal): -2791916 or 1337045. OLE color: 1337045.
HSL color Cylindrical-coordinate representation of color #D56614: hue angle of 25.49º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D56614 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 20 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.16 |
| HSL | 25.49º | 0.83% | 0.46% | - |
| HSV(B) | 25.49º | 0.91% | 0.84% | - |
| XYZ | 32.32 | 23.7 | 3.53 | - |
| YUV | 125.84 | 68.27 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 20 | 0 | 0.52 | 0.91 | 0.16 | 25.49 | 0.83 | 0.46 |
| Hex | D5 | 66 | 14 | 0 | 34 | 5B | 10 | 19 | 53 | 2E |
| Octal | 325 | 146 | 24 | 0 | 64 | 133 | 20 | 31 | 123 | 56 |
| Binary | 11010101 | 1100110 | 10100 | 0 | 110100 | 1011011 | 10000 | 11001 | 1010011 | 101110 |
Color Harmonies of #D56614
Complementary color
Monochromatic Colors of #D56614
Black with #D56614
Text Example
Text Example
White with #D56614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56614; }
p { color: rgb(213,102,20); }
H1.HeaderClassName
{
color: #D56614;
}
.AnyTagClassName
{
color: #D56614;
}
</style>
background-color css
<style>
a { background-color: #D56614; }
a { background-color: rgb(213,102,20); }
div.DivClassName
{
background-color: #D56614;
}
.BgClassName
{
background-color: #D56614;
}
</style>
border-color css
<style>
span { border-color: #D56614; }
span { border-color: rgb(213,102,20); }
td.TdClassName
{
border-color: #D56614;
}
.TagClassName
{
border-color: #D56614;
}
</style>