Shades of Chocolate #D5660C
Tints of Chocolate #D5660C
RGB
CMYK
RGB Variations
Color information
#D5660C (or 0xD5660C) is known color: Chocolate. HEX triplet: D5, 66 and 0C. RGB value is (213,102,12). Sum of RGB (Red+Green+Blue) = 213+102+12=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D5660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5660C is #2A99F3. Grayscale: #7D7D7D. Windows color (decimal): -2791924 or 812757. OLE color: 812757.
HSL color Cylindrical-coordinate representation of color #D5660C: hue angle of 26.87º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5660C is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 12 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.16 |
| HSL | 26.87º | 0.89% | 0.44% | - |
| HSV(B) | 26.87º | 0.94% | 0.84% | - |
| XYZ | 32.26 | 23.68 | 3.22 | - |
| YUV | 124.93 | 64.27 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 12 | 0 | 0.52 | 0.94 | 0.16 | 26.87 | 0.89 | 0.44 |
| Hex | D5 | 66 | C | 0 | 34 | 5E | 10 | 1B | 59 | 2C |
| Octal | 325 | 146 | 14 | 0 | 64 | 136 | 20 | 33 | 131 | 54 |
| Binary | 11010101 | 1100110 | 1100 | 0 | 110100 | 1011110 | 10000 | 11011 | 1011001 | 101100 |
Color Harmonies of #D5660C
Complementary color
Monochromatic Colors of #D5660C
Black with #D5660C
Text Example
Text Example
White with #D5660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5660C; }
p { color: rgb(213,102,12); }
H1.HeaderClassName
{
color: #D5660C;
}
.AnyTagClassName
{
color: #D5660C;
}
</style>
background-color css
<style>
a { background-color: #D5660C; }
a { background-color: rgb(213,102,12); }
div.DivClassName
{
background-color: #D5660C;
}
.BgClassName
{
background-color: #D5660C;
}
</style>
border-color css
<style>
span { border-color: #D5660C; }
span { border-color: rgb(213,102,12); }
td.TdClassName
{
border-color: #D5660C;
}
.TagClassName
{
border-color: #D5660C;
}
</style>