Shades of Chocolate #D55914
Tints of Chocolate #D55914
RGB
CMYK
RGB Variations
Color information
#D55914 (or 0xD55914) is known color: Chocolate. HEX triplet: D5, 59 and 14. RGB value is (213,89,20). Sum of RGB (Red+Green+Blue) = 213+89+20=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D55914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55914 is #2AA6EB. Grayscale: #767676. Windows color (decimal): -2795244 or 1333717. OLE color: 1333717.
HSL color Cylindrical-coordinate representation of color #D55914: hue angle of 21.45º 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 #D55914 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 20 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.16 |
| HSL | 21.45º | 0.83% | 0.46% | - |
| HSV(B) | 21.45º | 0.91% | 0.84% | - |
| XYZ | 31.14 | 21.34 | 3.14 | - |
| YUV | 118.21 | 72.58 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 20 | 0 | 0.58 | 0.91 | 0.16 | 21.45 | 0.83 | 0.46 |
| Hex | D5 | 59 | 14 | 0 | 3A | 5B | 10 | 15 | 53 | 2E |
| Octal | 325 | 131 | 24 | 0 | 72 | 133 | 20 | 25 | 123 | 56 |
| Binary | 11010101 | 1011001 | 10100 | 0 | 111010 | 1011011 | 10000 | 10101 | 1010011 | 101110 |
Color Harmonies of #D55914
Complementary color
Monochromatic Colors of #D55914
Black with #D55914
Text Example
Text Example
White with #D55914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55914; }
p { color: rgb(213,89,20); }
H1.HeaderClassName
{
color: #D55914;
}
.AnyTagClassName
{
color: #D55914;
}
</style>
background-color css
<style>
a { background-color: #D55914; }
a { background-color: rgb(213,89,20); }
div.DivClassName
{
background-color: #D55914;
}
.BgClassName
{
background-color: #D55914;
}
</style>
border-color css
<style>
span { border-color: #D55914; }
span { border-color: rgb(213,89,20); }
td.TdClassName
{
border-color: #D55914;
}
.TagClassName
{
border-color: #D55914;
}
</style>