Shades of Chocolate #CD700C
Tints of Chocolate #CD700C
RGB
CMYK
RGB Variations
Color information
#CD700C (or 0xCD700C) is known color: Chocolate. HEX triplet: CD, 70 and 0C. RGB value is (205,112,12). Sum of RGB (Red+Green+Blue) = 205+112+12=329 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.31% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 205 - color contains mainly: red. Hex color #CD700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD700C is #328FF3. Grayscale: #808080. Windows color (decimal): -3313652 or 815309. OLE color: 815309.
HSL color Cylindrical-coordinate representation of color #CD700C: hue angle of 31.09º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD700C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 12 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.20 |
| HSL | 31.09º | 0.89% | 0.43% | - |
| HSV(B) | 31.09º | 0.94% | 0.8% | - |
| XYZ | 31.04 | 24.59 | 3.46 | - |
| YUV | 128.41 | 62.31 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 12 | 0 | 0.45 | 0.94 | 0.20 | 31.09 | 0.89 | 0.43 |
| Hex | CD | 70 | C | 0 | 2D | 5E | 14 | 1F | 59 | 2B |
| Octal | 315 | 160 | 14 | 0 | 55 | 136 | 24 | 37 | 131 | 53 |
| Binary | 11001101 | 1110000 | 1100 | 0 | 101101 | 1011110 | 10100 | 11111 | 1011001 | 101011 |
Color Harmonies of #CD700C
Complementary color
Monochromatic Colors of #CD700C
Black with #CD700C
Text Example
Text Example
White with #CD700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD700C; }
p { color: rgb(205,112,12); }
H1.HeaderClassName
{
color: #CD700C;
}
.AnyTagClassName
{
color: #CD700C;
}
</style>
background-color css
<style>
a { background-color: #CD700C; }
a { background-color: rgb(205,112,12); }
div.DivClassName
{
background-color: #CD700C;
}
.BgClassName
{
background-color: #CD700C;
}
</style>
border-color css
<style>
span { border-color: #CD700C; }
span { border-color: rgb(205,112,12); }
td.TdClassName
{
border-color: #CD700C;
}
.TagClassName
{
border-color: #CD700C;
}
</style>