Shades of Chocolate #CD6914
Tints of Chocolate #CD6914
RGB
CMYK
RGB Variations
Color information
#CD6914 (or 0xCD6914) is known color: Chocolate. HEX triplet: CD, 69 and 14. RGB value is (205,105,20). Sum of RGB (Red+Green+Blue) = 205+105+20=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6914 is #3296EB. Grayscale: #7D7D7D. Windows color (decimal): -3315436 or 1337805. OLE color: 1337805.
HSL color Cylindrical-coordinate representation of color #CD6914: hue angle of 27.57º degrees, saturation: 0.82, 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 #CD6914 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 105 | 20 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.20 |
| HSL | 27.57º | 0.82% | 0.44% | - |
| HSV(B) | 27.57º | 0.9% | 0.8% | - |
| XYZ | 30.35 | 23.13 | 3.53 | - |
| YUV | 125.21 | 68.63 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 105 | 20 | 0 | 0.49 | 0.90 | 0.20 | 27.57 | 0.82 | 0.44 |
| Hex | CD | 69 | 14 | 0 | 31 | 5A | 14 | 1C | 52 | 2C |
| Octal | 315 | 151 | 24 | 0 | 61 | 132 | 24 | 34 | 122 | 54 |
| Binary | 11001101 | 1101001 | 10100 | 0 | 110001 | 1011010 | 10100 | 11100 | 1010010 | 101100 |
Color Harmonies of #CD6914
Complementary color
Monochromatic Colors of #CD6914
Black with #CD6914
Text Example
Text Example
White with #CD6914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6914; }
p { color: rgb(205,105,20); }
H1.HeaderClassName
{
color: #CD6914;
}
.AnyTagClassName
{
color: #CD6914;
}
</style>
background-color css
<style>
a { background-color: #CD6914; }
a { background-color: rgb(205,105,20); }
div.DivClassName
{
background-color: #CD6914;
}
.BgClassName
{
background-color: #CD6914;
}
</style>
border-color css
<style>
span { border-color: #CD6914; }
span { border-color: rgb(205,105,20); }
td.TdClassName
{
border-color: #CD6914;
}
.TagClassName
{
border-color: #CD6914;
}
</style>