Shades of Chocolate #D46625
Tints of Chocolate #D46625
RGB
CMYK
RGB Variations
Color information
#D46625 (or 0xD46625) is known color: Chocolate. HEX triplet: D4, 66 and 25. RGB value is (212,102,37). Sum of RGB (Red+Green+Blue) = 212+102+37=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D46625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46625 is #2B99DA. Grayscale: #7F7F7F. Windows color (decimal): -2857435 or 2451156. OLE color: 2451156.
HSL color Cylindrical-coordinate representation of color #D46625: hue angle of 22.29º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D46625 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 37 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.17 |
| HSL | 22.29º | 0.7% | 0.49% | - |
| HSV(B) | 22.29º | 0.83% | 0.83% | - |
| XYZ | 32.24 | 23.63 | 4.61 | - |
| YUV | 127.48 | 76.94 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 37 | 0 | 0.52 | 0.83 | 0.17 | 22.29 | 0.7 | 0.49 |
| Hex | D4 | 66 | 25 | 0 | 34 | 53 | 11 | 16 | 46 | 31 |
| Octal | 324 | 146 | 45 | 0 | 64 | 123 | 21 | 26 | 106 | 61 |
| Binary | 11010100 | 1100110 | 100101 | 0 | 110100 | 1010011 | 10001 | 10110 | 1000110 | 110001 |
Color Harmonies of #D46625
Complementary color
Monochromatic Colors of #D46625
Black with #D46625
Text Example
Text Example
White with #D46625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46625; }
p { color: rgb(212,102,37); }
H1.HeaderClassName
{
color: #D46625;
}
.AnyTagClassName
{
color: #D46625;
}
</style>
background-color css
<style>
a { background-color: #D46625; }
a { background-color: rgb(212,102,37); }
div.DivClassName
{
background-color: #D46625;
}
.BgClassName
{
background-color: #D46625;
}
</style>
border-color css
<style>
span { border-color: #D46625; }
span { border-color: rgb(212,102,37); }
td.TdClassName
{
border-color: #D46625;
}
.TagClassName
{
border-color: #D46625;
}
</style>