Shades of Chocolate #CC700D
Tints of Chocolate #CC700D
RGB
CMYK
RGB Variations
Color information
#CC700D (or 0xCC700D) is known color: Chocolate. HEX triplet: CC, 70 and 0D. RGB value is (204,112,13). Sum of RGB (Red+Green+Blue) = 204+112+13=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC700D is #338FF2. Grayscale: #808080. Windows color (decimal): -3379187 or 880844. OLE color: 880844.
HSL color Cylindrical-coordinate representation of color #CC700D: hue angle of 31.1º degrees, saturation: 0.88, 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 #CC700D is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 13 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.2 |
| HSL | 31.1º | 0.88% | 0.43% | - |
| HSV(B) | 31.1º | 0.94% | 0.8% | - |
| XYZ | 30.77 | 24.45 | 3.48 | - |
| YUV | 128.22 | 62.98 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 13 | 0 | 0.45 | 0.94 | 0.2 | 31.1 | 0.88 | 0.43 |
| Hex | CC | 70 | D | 0 | 2D | 5E | 14 | 1F | 58 | 2B |
| Octal | 314 | 160 | 15 | 0 | 55 | 136 | 24 | 37 | 130 | 53 |
| Binary | 11001100 | 1110000 | 1101 | 0 | 101101 | 1011110 | 10100 | 11111 | 1011000 | 101011 |
Color Harmonies of #CC700D
Complementary color
Monochromatic Colors of #CC700D
Black with #CC700D
Text Example
Text Example
White with #CC700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC700D; }
p { color: rgb(204,112,13); }
H1.HeaderClassName
{
color: #CC700D;
}
.AnyTagClassName
{
color: #CC700D;
}
</style>
background-color css
<style>
a { background-color: #CC700D; }
a { background-color: rgb(204,112,13); }
div.DivClassName
{
background-color: #CC700D;
}
.BgClassName
{
background-color: #CC700D;
}
</style>
border-color css
<style>
span { border-color: #CC700D; }
span { border-color: rgb(204,112,13); }
td.TdClassName
{
border-color: #CC700D;
}
.TagClassName
{
border-color: #CC700D;
}
</style>