Shades of Chocolate #CD7015
Tints of Chocolate #CD7015
RGB
CMYK
RGB Variations
Color information
#CD7015 (or 0xCD7015) is known color: Chocolate. HEX triplet: CD, 70 and 15. RGB value is (205,112,21). Sum of RGB (Red+Green+Blue) = 205+112+21=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7015 is #328FEA. Grayscale: #818181. Windows color (decimal): -3313643 or 1405133. OLE color: 1405133.
HSL color Cylindrical-coordinate representation of color #CD7015: hue angle of 29.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD7015 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 21 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.20 |
| HSL | 29.67º | 0.81% | 0.44% | - |
| HSV(B) | 29.67º | 0.9% | 0.8% | - |
| XYZ | 31.11 | 24.62 | 3.82 | - |
| YUV | 129.43 | 66.81 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 21 | 0 | 0.45 | 0.90 | 0.20 | 29.67 | 0.81 | 0.44 |
| Hex | CD | 70 | 15 | 0 | 2D | 5A | 14 | 1E | 51 | 2C |
| Octal | 315 | 160 | 25 | 0 | 55 | 132 | 24 | 36 | 121 | 54 |
| Binary | 11001101 | 1110000 | 10101 | 0 | 101101 | 1011010 | 10100 | 11110 | 1010001 | 101100 |
Color Harmonies of #CD7015
Complementary color
Monochromatic Colors of #CD7015
Black with #CD7015
Text Example
Text Example
White with #CD7015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7015; }
p { color: rgb(205,112,21); }
H1.HeaderClassName
{
color: #CD7015;
}
.AnyTagClassName
{
color: #CD7015;
}
</style>
background-color css
<style>
a { background-color: #CD7015; }
a { background-color: rgb(205,112,21); }
div.DivClassName
{
background-color: #CD7015;
}
.BgClassName
{
background-color: #CD7015;
}
</style>
border-color css
<style>
span { border-color: #CD7015; }
span { border-color: rgb(205,112,21); }
td.TdClassName
{
border-color: #CD7015;
}
.TagClassName
{
border-color: #CD7015;
}
</style>