Shades of Chocolate #D46B10
Tints of Chocolate #D46B10
RGB
CMYK
RGB Variations
Color information
#D46B10 (or 0xD46B10) is known color: Chocolate. HEX triplet: D4, 6B and 10. RGB value is (212,107,16). Sum of RGB (Red+Green+Blue) = 212+107+16=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46B10 is #2B94EF. Grayscale: #808080. Windows color (decimal): -2856176 or 1076180. OLE color: 1076180.
HSL color Cylindrical-coordinate representation of color #D46B10: hue angle of 27.86º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D46B10 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 107 | 16 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.17 |
| HSL | 27.86º | 0.86% | 0.45% | - |
| HSV(B) | 27.86º | 0.92% | 0.83% | - |
| XYZ | 32.5 | 24.55 | 3.52 | - |
| YUV | 128.02 | 64.79 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 16 | 0 | 0.50 | 0.92 | 0.17 | 27.86 | 0.86 | 0.45 |
| Hex | D4 | 6B | 10 | 0 | 32 | 5C | 11 | 1C | 56 | 2D |
| Octal | 324 | 153 | 20 | 0 | 62 | 134 | 21 | 34 | 126 | 55 |
| Binary | 11010100 | 1101011 | 10000 | 0 | 110010 | 1011100 | 10001 | 11100 | 1010110 | 101101 |
Color Harmonies of #D46B10
Complementary color
Monochromatic Colors of #D46B10
Black with #D46B10
Text Example
Text Example
White with #D46B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46B10; }
p { color: rgb(212,107,16); }
H1.HeaderClassName
{
color: #D46B10;
}
.AnyTagClassName
{
color: #D46B10;
}
</style>
background-color css
<style>
a { background-color: #D46B10; }
a { background-color: rgb(212,107,16); }
div.DivClassName
{
background-color: #D46B10;
}
.BgClassName
{
background-color: #D46B10;
}
</style>
border-color css
<style>
span { border-color: #D46B10; }
span { border-color: rgb(212,107,16); }
td.TdClassName
{
border-color: #D46B10;
}
.TagClassName
{
border-color: #D46B10;
}
</style>