Shades of Chocolate #D1660C
Tints of Chocolate #D1660C
RGB
CMYK
RGB Variations
Color information
#D1660C (or 0xD1660C) is known color: Chocolate. HEX triplet: D1, 66 and 0C. RGB value is (209,102,12). Sum of RGB (Red+Green+Blue) = 209+102+12=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D1660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1660C is #2E99F3. Grayscale: #7C7C7C. Windows color (decimal): -3054068 or 812753. OLE color: 812753.
HSL color Cylindrical-coordinate representation of color #D1660C: hue angle of 27.41º 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 #D1660C is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 12 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.18 |
| HSL | 27.41º | 0.89% | 0.43% | - |
| HSV(B) | 27.41º | 0.94% | 0.82% | - |
| XYZ | 31.11 | 23.08 | 3.16 | - |
| YUV | 123.73 | 64.95 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 12 | 0 | 0.51 | 0.94 | 0.18 | 27.41 | 0.89 | 0.43 |
| Hex | D1 | 66 | C | 0 | 33 | 5E | 12 | 1B | 59 | 2B |
| Octal | 321 | 146 | 14 | 0 | 63 | 136 | 22 | 33 | 131 | 53 |
| Binary | 11010001 | 1100110 | 1100 | 0 | 110011 | 1011110 | 10010 | 11011 | 1011001 | 101011 |
Color Harmonies of #D1660C
Complementary color
Monochromatic Colors of #D1660C
Black with #D1660C
Text Example
Text Example
White with #D1660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1660C; }
p { color: rgb(209,102,12); }
H1.HeaderClassName
{
color: #D1660C;
}
.AnyTagClassName
{
color: #D1660C;
}
</style>
background-color css
<style>
a { background-color: #D1660C; }
a { background-color: rgb(209,102,12); }
div.DivClassName
{
background-color: #D1660C;
}
.BgClassName
{
background-color: #D1660C;
}
</style>
border-color css
<style>
span { border-color: #D1660C; }
span { border-color: rgb(209,102,12); }
td.TdClassName
{
border-color: #D1660C;
}
.TagClassName
{
border-color: #D1660C;
}
</style>