Shades of Chocolate #D2660C
Tints of Chocolate #D2660C
RGB
CMYK
RGB Variations
Color information
#D2660C (or 0xD2660C) is known color: Chocolate. HEX triplet: D2, 66 and 0C. RGB value is (210,102,12). Sum of RGB (Red+Green+Blue) = 210+102+12=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2660C is #2D99F3. Grayscale: #7C7C7C. Windows color (decimal): -2988532 or 812754. OLE color: 812754.
HSL color Cylindrical-coordinate representation of color #D2660C: hue angle of 27.27º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2660C is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 12 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.18 |
| HSL | 27.27º | 0.89% | 0.44% | - |
| HSV(B) | 27.27º | 0.94% | 0.82% | - |
| XYZ | 31.4 | 23.23 | 3.18 | - |
| YUV | 124.03 | 64.78 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 12 | 0 | 0.51 | 0.94 | 0.18 | 27.27 | 0.89 | 0.44 |
| Hex | D2 | 66 | C | 0 | 33 | 5E | 12 | 1B | 59 | 2C |
| Octal | 322 | 146 | 14 | 0 | 63 | 136 | 22 | 33 | 131 | 54 |
| Binary | 11010010 | 1100110 | 1100 | 0 | 110011 | 1011110 | 10010 | 11011 | 1011001 | 101100 |
Color Harmonies of #D2660C
Complementary color
Monochromatic Colors of #D2660C
Black with #D2660C
Text Example
Text Example
White with #D2660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2660C; }
p { color: rgb(210,102,12); }
H1.HeaderClassName
{
color: #D2660C;
}
.AnyTagClassName
{
color: #D2660C;
}
</style>
background-color css
<style>
a { background-color: #D2660C; }
a { background-color: rgb(210,102,12); }
div.DivClassName
{
background-color: #D2660C;
}
.BgClassName
{
background-color: #D2660C;
}
</style>
border-color css
<style>
span { border-color: #D2660C; }
span { border-color: rgb(210,102,12); }
td.TdClassName
{
border-color: #D2660C;
}
.TagClassName
{
border-color: #D2660C;
}
</style>