Shades of Chocolate #D36D25
Tints of Chocolate #D36D25
RGB
CMYK
RGB Variations
Color information
#D36D25 (or 0xD36D25) is known color: Chocolate. HEX triplet: D3, 6D and 25. RGB value is (211,109,37). Sum of RGB (Red+Green+Blue) = 211+109+37=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D36D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36D25 is #2C92DA. Grayscale: #838383. Windows color (decimal): -2921179 or 2452947. OLE color: 2452947.
HSL color Cylindrical-coordinate representation of color #D36D25: hue angle of 24.83º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D36D25 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 109 | 37 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.17 |
| HSL | 24.83º | 0.7% | 0.49% | - |
| HSV(B) | 24.83º | 0.82% | 0.83% | - |
| XYZ | 32.67 | 24.92 | 4.84 | - |
| YUV | 131.29 | 74.79 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 109 | 37 | 0 | 0.48 | 0.82 | 0.17 | 24.83 | 0.7 | 0.49 |
| Hex | D3 | 6D | 25 | 0 | 30 | 52 | 11 | 19 | 46 | 31 |
| Octal | 323 | 155 | 45 | 0 | 60 | 122 | 21 | 31 | 106 | 61 |
| Binary | 11010011 | 1101101 | 100101 | 0 | 110000 | 1010010 | 10001 | 11001 | 1000110 | 110001 |
Color Harmonies of #D36D25
Complementary color
Monochromatic Colors of #D36D25
Black with #D36D25
Text Example
Text Example
White with #D36D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36D25; }
p { color: rgb(211,109,37); }
H1.HeaderClassName
{
color: #D36D25;
}
.AnyTagClassName
{
color: #D36D25;
}
</style>
background-color css
<style>
a { background-color: #D36D25; }
a { background-color: rgb(211,109,37); }
div.DivClassName
{
background-color: #D36D25;
}
.BgClassName
{
background-color: #D36D25;
}
</style>
border-color css
<style>
span { border-color: #D36D25; }
span { border-color: rgb(211,109,37); }
td.TdClassName
{
border-color: #D36D25;
}
.TagClassName
{
border-color: #D36D25;
}
</style>