Shades of Chocolate #D46F18
Tints of Chocolate #D46F18
RGB
CMYK
RGB Variations
Color information
#D46F18 (or 0xD46F18) is known color: Chocolate. HEX triplet: D4, 6F and 18. RGB value is (212,111,24). Sum of RGB (Red+Green+Blue) = 212+111+24=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46F18 is #2B90E7. Grayscale: #838383. Windows color (decimal): -2855144 or 1601492. OLE color: 1601492.
HSL color Cylindrical-coordinate representation of color #D46F18: hue angle of 27.77º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D46F18 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 24 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.17 |
| HSL | 27.77º | 0.8% | 0.46% | - |
| HSV(B) | 27.77º | 0.89% | 0.83% | - |
| XYZ | 33 | 25.43 | 4.03 | - |
| YUV | 131.28 | 67.46 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 24 | 0 | 0.48 | 0.89 | 0.17 | 27.77 | 0.8 | 0.46 |
| Hex | D4 | 6F | 18 | 0 | 30 | 59 | 11 | 1C | 50 | 2E |
| Octal | 324 | 157 | 30 | 0 | 60 | 131 | 21 | 34 | 120 | 56 |
| Binary | 11010100 | 1101111 | 11000 | 0 | 110000 | 1011001 | 10001 | 11100 | 1010000 | 101110 |
Color Harmonies of #D46F18
Complementary color
Monochromatic Colors of #D46F18
Black with #D46F18
Text Example
Text Example
White with #D46F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46F18; }
p { color: rgb(212,111,24); }
H1.HeaderClassName
{
color: #D46F18;
}
.AnyTagClassName
{
color: #D46F18;
}
</style>
background-color css
<style>
a { background-color: #D46F18; }
a { background-color: rgb(212,111,24); }
div.DivClassName
{
background-color: #D46F18;
}
.BgClassName
{
background-color: #D46F18;
}
</style>
border-color css
<style>
span { border-color: #D46F18; }
span { border-color: rgb(212,111,24); }
td.TdClassName
{
border-color: #D46F18;
}
.TagClassName
{
border-color: #D46F18;
}
</style>