Shades of Chocolate #D46014
Tints of Chocolate #D46014
RGB
CMYK
RGB Variations
Color information
#D46014 (or 0xD46014) is known color: Chocolate. HEX triplet: D4, 60 and 14. RGB value is (212,96,20). Sum of RGB (Red+Green+Blue) = 212+96+20=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D46014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46014 is #2B9FEB. Grayscale: #7A7A7A. Windows color (decimal): -2858988 or 1335508. OLE color: 1335508.
HSL color Cylindrical-coordinate representation of color #D46014: hue angle of 23.75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D46014 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 20 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.17 |
| HSL | 23.75º | 0.83% | 0.45% | - |
| HSV(B) | 23.75º | 0.91% | 0.83% | - |
| XYZ | 31.46 | 22.41 | 3.33 | - |
| YUV | 122.02 | 70.43 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 20 | 0 | 0.55 | 0.91 | 0.17 | 23.75 | 0.83 | 0.45 |
| Hex | D4 | 60 | 14 | 0 | 37 | 5B | 11 | 18 | 53 | 2D |
| Octal | 324 | 140 | 24 | 0 | 67 | 133 | 21 | 30 | 123 | 55 |
| Binary | 11010100 | 1100000 | 10100 | 0 | 110111 | 1011011 | 10001 | 11000 | 1010011 | 101101 |
Color Harmonies of #D46014
Complementary color
Monochromatic Colors of #D46014
Black with #D46014
Text Example
Text Example
White with #D46014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46014; }
p { color: rgb(212,96,20); }
H1.HeaderClassName
{
color: #D46014;
}
.AnyTagClassName
{
color: #D46014;
}
</style>
background-color css
<style>
a { background-color: #D46014; }
a { background-color: rgb(212,96,20); }
div.DivClassName
{
background-color: #D46014;
}
.BgClassName
{
background-color: #D46014;
}
</style>
border-color css
<style>
span { border-color: #D46014; }
span { border-color: rgb(212,96,20); }
td.TdClassName
{
border-color: #D46014;
}
.TagClassName
{
border-color: #D46014;
}
</style>