Shades of Chocolate #D46D19
Tints of Chocolate #D46D19
RGB
CMYK
RGB Variations
Color information
#D46D19 (or 0xD46D19) is known color: Chocolate. HEX triplet: D4, 6D and 19. RGB value is (212,109,25). Sum of RGB (Red+Green+Blue) = 212+109+25=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46D19 is #2B92E6. Grayscale: #828282. Windows color (decimal): -2855655 or 1666516. OLE color: 1666516.
HSL color Cylindrical-coordinate representation of color #D46D19: hue angle of 26.95º 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 #D46D19 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 109 | 25 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.17 |
| HSL | 26.95º | 0.79% | 0.46% | - |
| HSV(B) | 26.95º | 0.88% | 0.83% | - |
| XYZ | 32.8 | 25 | 4.02 | - |
| YUV | 130.22 | 68.62 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 25 | 0 | 0.49 | 0.88 | 0.17 | 26.95 | 0.79 | 0.46 |
| Hex | D4 | 6D | 19 | 0 | 31 | 58 | 11 | 1B | 4F | 2E |
| Octal | 324 | 155 | 31 | 0 | 61 | 130 | 21 | 33 | 117 | 56 |
| Binary | 11010100 | 1101101 | 11001 | 0 | 110001 | 1011000 | 10001 | 11011 | 1001111 | 101110 |
Color Harmonies of #D46D19
Complementary color
Monochromatic Colors of #D46D19
Black with #D46D19
Text Example
Text Example
White with #D46D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46D19; }
p { color: rgb(212,109,25); }
H1.HeaderClassName
{
color: #D46D19;
}
.AnyTagClassName
{
color: #D46D19;
}
</style>
background-color css
<style>
a { background-color: #D46D19; }
a { background-color: rgb(212,109,25); }
div.DivClassName
{
background-color: #D46D19;
}
.BgClassName
{
background-color: #D46D19;
}
</style>
border-color css
<style>
span { border-color: #D46D19; }
span { border-color: rgb(212,109,25); }
td.TdClassName
{
border-color: #D46D19;
}
.TagClassName
{
border-color: #D46D19;
}
</style>