Shades of Chocolate #D56314
Tints of Chocolate #D56314
RGB
CMYK
RGB Variations
Color information
#D56314 (or 0xD56314) is known color: Chocolate. HEX triplet: D5, 63 and 14. RGB value is (213,99,20). Sum of RGB (Red+Green+Blue) = 213+99+20=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D56314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56314 is #2A9CEB. Grayscale: #7C7C7C. Windows color (decimal): -2792684 or 1336277. OLE color: 1336277.
HSL color Cylindrical-coordinate representation of color #D56314: hue angle of 24.56º 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 #D56314 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 20 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.16 |
| HSL | 24.56º | 0.83% | 0.46% | - |
| HSV(B) | 24.56º | 0.91% | 0.84% | - |
| XYZ | 32.03 | 23.12 | 3.44 | - |
| YUV | 124.08 | 69.27 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 20 | 0 | 0.54 | 0.91 | 0.16 | 24.56 | 0.83 | 0.46 |
| Hex | D5 | 63 | 14 | 0 | 36 | 5B | 10 | 19 | 53 | 2E |
| Octal | 325 | 143 | 24 | 0 | 66 | 133 | 20 | 31 | 123 | 56 |
| Binary | 11010101 | 1100011 | 10100 | 0 | 110110 | 1011011 | 10000 | 11001 | 1010011 | 101110 |
Color Harmonies of #D56314
Complementary color
Monochromatic Colors of #D56314
Black with #D56314
Text Example
Text Example
White with #D56314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56314; }
p { color: rgb(213,99,20); }
H1.HeaderClassName
{
color: #D56314;
}
.AnyTagClassName
{
color: #D56314;
}
</style>
background-color css
<style>
a { background-color: #D56314; }
a { background-color: rgb(213,99,20); }
div.DivClassName
{
background-color: #D56314;
}
.BgClassName
{
background-color: #D56314;
}
</style>
border-color css
<style>
span { border-color: #D56314; }
span { border-color: rgb(213,99,20); }
td.TdClassName
{
border-color: #D56314;
}
.TagClassName
{
border-color: #D56314;
}
</style>