Shades of Chocolate #D46D25
Tints of Chocolate #D46D25
RGB
CMYK
RGB Variations
Color information
#D46D25 (or 0xD46D25) is known color: Chocolate. HEX triplet: D4, 6D and 25. RGB value is (212,109,37). Sum of RGB (Red+Green+Blue) = 212+109+37=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46D25 is #2B92DA. Grayscale: #838383. Windows color (decimal): -2855643 or 2452948. OLE color: 2452948.
HSL color Cylindrical-coordinate representation of color #D46D25: hue angle of 24.69º 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 #D46D25 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 109 | 37 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.17 |
| HSL | 24.69º | 0.7% | 0.49% | - |
| HSV(B) | 24.69º | 0.83% | 0.83% | - |
| XYZ | 32.95 | 25.07 | 4.85 | - |
| YUV | 131.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 37 | 0 | 0.49 | 0.83 | 0.17 | 24.69 | 0.7 | 0.49 |
| Hex | D4 | 6D | 25 | 0 | 31 | 53 | 11 | 19 | 46 | 31 |
| Octal | 324 | 155 | 45 | 0 | 61 | 123 | 21 | 31 | 106 | 61 |
| Binary | 11010100 | 1101101 | 100101 | 0 | 110001 | 1010011 | 10001 | 11001 | 1000110 | 110001 |
Color Harmonies of #D46D25
Complementary color
Monochromatic Colors of #D46D25
Black with #D46D25
Text Example
Text Example
White with #D46D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46D25; }
p { color: rgb(212,109,37); }
H1.HeaderClassName
{
color: #D46D25;
}
.AnyTagClassName
{
color: #D46D25;
}
</style>
background-color css
<style>
a { background-color: #D46D25; }
a { background-color: rgb(212,109,37); }
div.DivClassName
{
background-color: #D46D25;
}
.BgClassName
{
background-color: #D46D25;
}
</style>
border-color css
<style>
span { border-color: #D46D25; }
span { border-color: rgb(212,109,37); }
td.TdClassName
{
border-color: #D46D25;
}
.TagClassName
{
border-color: #D46D25;
}
</style>