Shades of Chocolate #D1650C
Tints of Chocolate #D1650C
RGB
CMYK
RGB Variations
Color information
#D1650C (or 0xD1650C) is known color: Chocolate. HEX triplet: D1, 65 and 0C. RGB value is (209,101,12). Sum of RGB (Red+Green+Blue) = 209+101+12=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1650C is #2E9AF3. Grayscale: #7B7B7B. Windows color (decimal): -3054324 or 812497. OLE color: 812497.
HSL color Cylindrical-coordinate representation of color #D1650C: hue angle of 27.11º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1650C is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 12 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.18 |
| HSL | 27.11º | 0.89% | 0.43% | - |
| HSV(B) | 27.11º | 0.94% | 0.82% | - |
| XYZ | 31.01 | 22.89 | 3.13 | - |
| YUV | 123.15 | 65.28 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 12 | 0 | 0.52 | 0.94 | 0.18 | 27.11 | 0.89 | 0.43 |
| Hex | D1 | 65 | C | 0 | 34 | 5E | 12 | 1B | 59 | 2B |
| Octal | 321 | 145 | 14 | 0 | 64 | 136 | 22 | 33 | 131 | 53 |
| Binary | 11010001 | 1100101 | 1100 | 0 | 110100 | 1011110 | 10010 | 11011 | 1011001 | 101011 |
Color Harmonies of #D1650C
Complementary color
Monochromatic Colors of #D1650C
Black with #D1650C
Text Example
Text Example
White with #D1650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1650C; }
p { color: rgb(209,101,12); }
H1.HeaderClassName
{
color: #D1650C;
}
.AnyTagClassName
{
color: #D1650C;
}
</style>
background-color css
<style>
a { background-color: #D1650C; }
a { background-color: rgb(209,101,12); }
div.DivClassName
{
background-color: #D1650C;
}
.BgClassName
{
background-color: #D1650C;
}
</style>
border-color css
<style>
span { border-color: #D1650C; }
span { border-color: rgb(209,101,12); }
td.TdClassName
{
border-color: #D1650C;
}
.TagClassName
{
border-color: #D1650C;
}
</style>