Shades of Chocolate #CD6211
Tints of Chocolate #CD6211
RGB
CMYK
RGB Variations
Color information
#CD6211 (or 0xCD6211) is known color: Chocolate. HEX triplet: CD, 62 and 11. RGB value is (205,98,17). Sum of RGB (Red+Green+Blue) = 205+98+17=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6211 is #329DEE. Grayscale: #797979. Windows color (decimal): -3317231 or 1139405. OLE color: 1139405.
HSL color Cylindrical-coordinate representation of color #CD6211: hue angle of 25.85º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD6211 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 98 | 17 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.20 |
| HSL | 25.85º | 0.85% | 0.44% | - |
| HSV(B) | 25.85º | 0.92% | 0.8% | - |
| XYZ | 29.65 | 21.75 | 3.17 | - |
| YUV | 120.76 | 69.45 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 98 | 17 | 0 | 0.52 | 0.92 | 0.20 | 25.85 | 0.85 | 0.44 |
| Hex | CD | 62 | 11 | 0 | 34 | 5C | 14 | 1A | 55 | 2C |
| Octal | 315 | 142 | 21 | 0 | 64 | 134 | 24 | 32 | 125 | 54 |
| Binary | 11001101 | 1100010 | 10001 | 0 | 110100 | 1011100 | 10100 | 11010 | 1010101 | 101100 |
Color Harmonies of #CD6211
Complementary color
Monochromatic Colors of #CD6211
Black with #CD6211
Text Example
Text Example
White with #CD6211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6211; }
p { color: rgb(205,98,17); }
H1.HeaderClassName
{
color: #CD6211;
}
.AnyTagClassName
{
color: #CD6211;
}
</style>
background-color css
<style>
a { background-color: #CD6211; }
a { background-color: rgb(205,98,17); }
div.DivClassName
{
background-color: #CD6211;
}
.BgClassName
{
background-color: #CD6211;
}
</style>
border-color css
<style>
span { border-color: #CD6211; }
span { border-color: rgb(205,98,17); }
td.TdClassName
{
border-color: #CD6211;
}
.TagClassName
{
border-color: #CD6211;
}
</style>