Shades of Chocolate #D46F1D
Tints of Chocolate #D46F1D
RGB
CMYK
RGB Variations
Color information
#D46F1D (or 0xD46F1D) is known color: Chocolate. HEX triplet: D4, 6F and 1D. RGB value is (212,111,29). Sum of RGB (Red+Green+Blue) = 212+111+29=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46F1D is #2B90E2. Grayscale: #848484. Windows color (decimal): -2855139 or 1929172. OLE color: 1929172.
HSL color Cylindrical-coordinate representation of color #D46F1D: hue angle of 26.89º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D46F1D is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 29 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.17 |
| HSL | 26.89º | 0.76% | 0.47% | - |
| HSV(B) | 26.89º | 0.86% | 0.83% | - |
| XYZ | 33.06 | 25.45 | 4.33 | - |
| YUV | 131.85 | 69.96 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 29 | 0 | 0.48 | 0.86 | 0.17 | 26.89 | 0.76 | 0.47 |
| Hex | D4 | 6F | 1D | 0 | 30 | 56 | 11 | 1B | 4C | 2F |
| Octal | 324 | 157 | 35 | 0 | 60 | 126 | 21 | 33 | 114 | 57 |
| Binary | 11010100 | 1101111 | 11101 | 0 | 110000 | 1010110 | 10001 | 11011 | 1001100 | 101111 |
Color Harmonies of #D46F1D
Complementary color
Monochromatic Colors of #D46F1D
Black with #D46F1D
Text Example
Text Example
White with #D46F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46F1D; }
p { color: rgb(212,111,29); }
H1.HeaderClassName
{
color: #D46F1D;
}
.AnyTagClassName
{
color: #D46F1D;
}
</style>
background-color css
<style>
a { background-color: #D46F1D; }
a { background-color: rgb(212,111,29); }
div.DivClassName
{
background-color: #D46F1D;
}
.BgClassName
{
background-color: #D46F1D;
}
</style>
border-color css
<style>
span { border-color: #D46F1D; }
span { border-color: rgb(212,111,29); }
td.TdClassName
{
border-color: #D46F1D;
}
.TagClassName
{
border-color: #D46F1D;
}
</style>