Shades of Chocolate #D46320
Tints of Chocolate #D46320
RGB
CMYK
RGB Variations
Color information
#D46320 (or 0xD46320) is known color: Chocolate. HEX triplet: D4, 63 and 20. RGB value is (212,99,32). Sum of RGB (Red+Green+Blue) = 212+99+32=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D46320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46320 is #2B9CDF. Grayscale: #7D7D7D. Windows color (decimal): -2858208 or 2122708. OLE color: 2122708.
HSL color Cylindrical-coordinate representation of color #D46320: hue angle of 22.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D46320 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 32 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.17 |
| HSL | 22.33º | 0.74% | 0.48% | - |
| HSV(B) | 22.33º | 0.85% | 0.83% | - |
| XYZ | 31.87 | 23.03 | 4.13 | - |
| YUV | 125.15 | 75.44 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 32 | 0 | 0.53 | 0.85 | 0.17 | 22.33 | 0.74 | 0.48 |
| Hex | D4 | 63 | 20 | 0 | 35 | 55 | 11 | 16 | 4A | 30 |
| Octal | 324 | 143 | 40 | 0 | 65 | 125 | 21 | 26 | 112 | 60 |
| Binary | 11010100 | 1100011 | 100000 | 0 | 110101 | 1010101 | 10001 | 10110 | 1001010 | 110000 |
Color Harmonies of #D46320
Complementary color
Monochromatic Colors of #D46320
Black with #D46320
Text Example
Text Example
White with #D46320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46320; }
p { color: rgb(212,99,32); }
H1.HeaderClassName
{
color: #D46320;
}
.AnyTagClassName
{
color: #D46320;
}
</style>
background-color css
<style>
a { background-color: #D46320; }
a { background-color: rgb(212,99,32); }
div.DivClassName
{
background-color: #D46320;
}
.BgClassName
{
background-color: #D46320;
}
</style>
border-color css
<style>
span { border-color: #D46320; }
span { border-color: rgb(212,99,32); }
td.TdClassName
{
border-color: #D46320;
}
.TagClassName
{
border-color: #D46320;
}
</style>