Shades of Chocolate #D55F14
Tints of Chocolate #D55F14
RGB
CMYK
RGB Variations
Color information
#D55F14 (or 0xD55F14) is known color: Chocolate. HEX triplet: D5, 5F and 14. RGB value is (213,95,20). Sum of RGB (Red+Green+Blue) = 213+95+20=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55F14 is #2AA0EB. Grayscale: #7A7A7A. Windows color (decimal): -2793708 or 1335253. OLE color: 1335253.
HSL color Cylindrical-coordinate representation of color #D55F14: hue angle of 23.32º 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 #D55F14 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 20 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.16 |
| HSL | 23.32º | 0.83% | 0.46% | - |
| HSV(B) | 23.32º | 0.91% | 0.84% | - |
| XYZ | 31.66 | 22.38 | 3.31 | - |
| YUV | 121.73 | 70.59 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 20 | 0 | 0.55 | 0.91 | 0.16 | 23.32 | 0.83 | 0.46 |
| Hex | D5 | 5F | 14 | 0 | 37 | 5B | 10 | 17 | 53 | 2E |
| Octal | 325 | 137 | 24 | 0 | 67 | 133 | 20 | 27 | 123 | 56 |
| Binary | 11010101 | 1011111 | 10100 | 0 | 110111 | 1011011 | 10000 | 10111 | 1010011 | 101110 |
Color Harmonies of #D55F14
Complementary color
Monochromatic Colors of #D55F14
Black with #D55F14
Text Example
Text Example
White with #D55F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F14; }
p { color: rgb(213,95,20); }
H1.HeaderClassName
{
color: #D55F14;
}
.AnyTagClassName
{
color: #D55F14;
}
</style>
background-color css
<style>
a { background-color: #D55F14; }
a { background-color: rgb(213,95,20); }
div.DivClassName
{
background-color: #D55F14;
}
.BgClassName
{
background-color: #D55F14;
}
</style>
border-color css
<style>
span { border-color: #D55F14; }
span { border-color: rgb(213,95,20); }
td.TdClassName
{
border-color: #D55F14;
}
.TagClassName
{
border-color: #D55F14;
}
</style>