Shades of Chocolate #D55614
Tints of Chocolate #D55614
RGB
CMYK
RGB Variations
Color information
#D55614 (or 0xD55614) is known color: Chocolate. HEX triplet: D5, 56 and 14. RGB value is (213,86,20). Sum of RGB (Red+Green+Blue) = 213+86+20=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D55614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55614 is #2AA9EB. Grayscale: #747474. Windows color (decimal): -2796012 or 1332949. OLE color: 1332949.
HSL color Cylindrical-coordinate representation of color #D55614: hue angle of 20.52º 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 #D55614 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 20 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.16 |
| HSL | 20.52º | 0.83% | 0.46% | - |
| HSV(B) | 20.52º | 0.91% | 0.84% | - |
| XYZ | 30.89 | 20.85 | 3.06 | - |
| YUV | 116.45 | 73.58 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 20 | 0 | 0.60 | 0.91 | 0.16 | 20.52 | 0.83 | 0.46 |
| Hex | D5 | 56 | 14 | 0 | 3C | 5B | 10 | 15 | 53 | 2E |
| Octal | 325 | 126 | 24 | 0 | 74 | 133 | 20 | 25 | 123 | 56 |
| Binary | 11010101 | 1010110 | 10100 | 0 | 111100 | 1011011 | 10000 | 10101 | 1010011 | 101110 |
Color Harmonies of #D55614
Complementary color
Monochromatic Colors of #D55614
Black with #D55614
Text Example
Text Example
White with #D55614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55614; }
p { color: rgb(213,86,20); }
H1.HeaderClassName
{
color: #D55614;
}
.AnyTagClassName
{
color: #D55614;
}
</style>
background-color css
<style>
a { background-color: #D55614; }
a { background-color: rgb(213,86,20); }
div.DivClassName
{
background-color: #D55614;
}
.BgClassName
{
background-color: #D55614;
}
</style>
border-color css
<style>
span { border-color: #D55614; }
span { border-color: rgb(213,86,20); }
td.TdClassName
{
border-color: #D55614;
}
.TagClassName
{
border-color: #D55614;
}
</style>