Shades of Chocolate #D46619
Tints of Chocolate #D46619
RGB
CMYK
RGB Variations
Color information
#D46619 (or 0xD46619) is known color: Chocolate. HEX triplet: D4, 66 and 19. RGB value is (212,102,25). Sum of RGB (Red+Green+Blue) = 212+102+25=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D46619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46619 is #2B99E6. Grayscale: #7E7E7E. Windows color (decimal): -2857447 or 1664724. OLE color: 1664724.
HSL color Cylindrical-coordinate representation of color #D46619: hue angle of 24.71º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D46619 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 25 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.17 |
| HSL | 24.71º | 0.79% | 0.46% | - |
| HSV(B) | 24.71º | 0.88% | 0.83% | - |
| XYZ | 32.08 | 23.57 | 3.78 | - |
| YUV | 126.11 | 70.94 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 25 | 0 | 0.52 | 0.88 | 0.17 | 24.71 | 0.79 | 0.46 |
| Hex | D4 | 66 | 19 | 0 | 34 | 58 | 11 | 19 | 4F | 2E |
| Octal | 324 | 146 | 31 | 0 | 64 | 130 | 21 | 31 | 117 | 56 |
| Binary | 11010100 | 1100110 | 11001 | 0 | 110100 | 1011000 | 10001 | 11001 | 1001111 | 101110 |
Color Harmonies of #D46619
Complementary color
Monochromatic Colors of #D46619
Black with #D46619
Text Example
Text Example
White with #D46619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46619; }
p { color: rgb(212,102,25); }
H1.HeaderClassName
{
color: #D46619;
}
.AnyTagClassName
{
color: #D46619;
}
</style>
background-color css
<style>
a { background-color: #D46619; }
a { background-color: rgb(212,102,25); }
div.DivClassName
{
background-color: #D46619;
}
.BgClassName
{
background-color: #D46619;
}
</style>
border-color css
<style>
span { border-color: #D46619; }
span { border-color: rgb(212,102,25); }
td.TdClassName
{
border-color: #D46619;
}
.TagClassName
{
border-color: #D46619;
}
</style>