Shades of Chocolate #CD700D
Tints of Chocolate #CD700D
RGB
CMYK
RGB Variations
Color information
#CD700D (or 0xCD700D) is known color: Chocolate. HEX triplet: CD, 70 and 0D. RGB value is (205,112,13). Sum of RGB (Red+Green+Blue) = 205+112+13=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD700D is #328FF2. Grayscale: #818181. Windows color (decimal): -3313651 or 880845. OLE color: 880845.
HSL color Cylindrical-coordinate representation of color #CD700D: hue angle of 30.94º 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 #CD700D is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 13 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.20 |
| HSL | 30.94º | 0.88% | 0.43% | - |
| HSV(B) | 30.94º | 0.94% | 0.8% | - |
| XYZ | 31.04 | 24.6 | 3.49 | - |
| YUV | 128.52 | 62.81 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 13 | 0 | 0.45 | 0.94 | 0.20 | 30.94 | 0.88 | 0.43 |
| Hex | CD | 70 | D | 0 | 2D | 5E | 14 | 1F | 58 | 2B |
| Octal | 315 | 160 | 15 | 0 | 55 | 136 | 24 | 37 | 130 | 53 |
| Binary | 11001101 | 1110000 | 1101 | 0 | 101101 | 1011110 | 10100 | 11111 | 1011000 | 101011 |
Color Harmonies of #CD700D
Complementary color
Monochromatic Colors of #CD700D
Black with #CD700D
Text Example
Text Example
White with #CD700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD700D; }
p { color: rgb(205,112,13); }
H1.HeaderClassName
{
color: #CD700D;
}
.AnyTagClassName
{
color: #CD700D;
}
</style>
background-color css
<style>
a { background-color: #CD700D; }
a { background-color: rgb(205,112,13); }
div.DivClassName
{
background-color: #CD700D;
}
.BgClassName
{
background-color: #CD700D;
}
</style>
border-color css
<style>
span { border-color: #CD700D; }
span { border-color: rgb(205,112,13); }
td.TdClassName
{
border-color: #CD700D;
}
.TagClassName
{
border-color: #CD700D;
}
</style>