Shades of Chocolate #D46A0D
Tints of Chocolate #D46A0D
RGB
CMYK
RGB Variations
Color information
#D46A0D (or 0xD46A0D) is known color: Chocolate. HEX triplet: D4, 6A and 0D. RGB value is (212,106,13). Sum of RGB (Red+Green+Blue) = 212+106+13=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46A0D is #2B95F2. Grayscale: #7F7F7F. Windows color (decimal): -2856435 or 879316. OLE color: 879316.
HSL color Cylindrical-coordinate representation of color #D46A0D: hue angle of 28.04º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D46A0D is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 13 | - |
| CMYK | 0 | 0.5 | 0.94 | 0.17 |
| HSL | 28.04º | 0.88% | 0.44% | - |
| HSV(B) | 28.04º | 0.94% | 0.83% | - |
| XYZ | 32.38 | 24.33 | 3.37 | - |
| YUV | 127.09 | 63.62 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 13 | 0 | 0.5 | 0.94 | 0.17 | 28.04 | 0.88 | 0.44 |
| Hex | D4 | 6A | D | 0 | 32 | 5E | 11 | 1C | 58 | 2C |
| Octal | 324 | 152 | 15 | 0 | 62 | 136 | 21 | 34 | 130 | 54 |
| Binary | 11010100 | 1101010 | 1101 | 0 | 110010 | 1011110 | 10001 | 11100 | 1011000 | 101100 |
Color Harmonies of #D46A0D
Complementary color
Monochromatic Colors of #D46A0D
Black with #D46A0D
Text Example
Text Example
White with #D46A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46A0D; }
p { color: rgb(212,106,13); }
H1.HeaderClassName
{
color: #D46A0D;
}
.AnyTagClassName
{
color: #D46A0D;
}
</style>
background-color css
<style>
a { background-color: #D46A0D; }
a { background-color: rgb(212,106,13); }
div.DivClassName
{
background-color: #D46A0D;
}
.BgClassName
{
background-color: #D46A0D;
}
</style>
border-color css
<style>
span { border-color: #D46A0D; }
span { border-color: rgb(212,106,13); }
td.TdClassName
{
border-color: #D46A0D;
}
.TagClassName
{
border-color: #D46A0D;
}
</style>