Shades of Chocolate #D46A0B
Tints of Chocolate #D46A0B
RGB
CMYK
RGB Variations
Color information
#D46A0B (or 0xD46A0B) is known color: Chocolate. HEX triplet: D4, 6A and 0B. RGB value is (212,106,11). Sum of RGB (Red+Green+Blue) = 212+106+11=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46A0B is #2B95F4. Grayscale: #7F7F7F. Windows color (decimal): -2856437 or 748244. OLE color: 748244.
HSL color Cylindrical-coordinate representation of color #D46A0B: hue angle of 28.36º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D46A0B is Cyan = 0, Magento = 0.5, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 11 | - |
| CMYK | 0 | 0.5 | 0.95 | 0.17 |
| HSL | 28.36º | 0.9% | 0.44% | - |
| HSV(B) | 28.36º | 0.95% | 0.83% | - |
| XYZ | 32.37 | 24.33 | 3.31 | - |
| YUV | 126.86 | 62.62 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 11 | 0 | 0.5 | 0.95 | 0.17 | 28.36 | 0.9 | 0.44 |
| Hex | D4 | 6A | B | 0 | 32 | 5F | 11 | 1C | 5A | 2C |
| Octal | 324 | 152 | 13 | 0 | 62 | 137 | 21 | 34 | 132 | 54 |
| Binary | 11010100 | 1101010 | 1011 | 0 | 110010 | 1011111 | 10001 | 11100 | 1011010 | 101100 |
Color Harmonies of #D46A0B
Complementary color
Monochromatic Colors of #D46A0B
Black with #D46A0B
Text Example
Text Example
White with #D46A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46A0B; }
p { color: rgb(212,106,11); }
H1.HeaderClassName
{
color: #D46A0B;
}
.AnyTagClassName
{
color: #D46A0B;
}
</style>
background-color css
<style>
a { background-color: #D46A0B; }
a { background-color: rgb(212,106,11); }
div.DivClassName
{
background-color: #D46A0B;
}
.BgClassName
{
background-color: #D46A0B;
}
</style>
border-color css
<style>
span { border-color: #D46A0B; }
span { border-color: rgb(212,106,11); }
td.TdClassName
{
border-color: #D46A0B;
}
.TagClassName
{
border-color: #D46A0B;
}
</style>