Shades of Chocolate #CD6421
Tints of Chocolate #CD6421
RGB
CMYK
RGB Variations
Color information
#CD6421 (or 0xCD6421) is known color: Chocolate. HEX triplet: CD, 64 and 21. RGB value is (205,100,33). Sum of RGB (Red+Green+Blue) = 205+100+33=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6421 is #329BDE. Grayscale: #7C7C7C. Windows color (decimal): -3316703 or 2188493. OLE color: 2188493.
HSL color Cylindrical-coordinate representation of color #CD6421: hue angle of 23.37º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD6421 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 33 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.20 |
| HSL | 23.37º | 0.72% | 0.47% | - |
| HSV(B) | 23.37º | 0.84% | 0.8% | - |
| XYZ | 30.01 | 22.2 | 4.14 | - |
| YUV | 123.76 | 76.79 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 33 | 0 | 0.51 | 0.84 | 0.20 | 23.37 | 0.72 | 0.47 |
| Hex | CD | 64 | 21 | 0 | 33 | 54 | 14 | 17 | 48 | 2F |
| Octal | 315 | 144 | 41 | 0 | 63 | 124 | 24 | 27 | 110 | 57 |
| Binary | 11001101 | 1100100 | 100001 | 0 | 110011 | 1010100 | 10100 | 10111 | 1001000 | 101111 |
Color Harmonies of #CD6421
Complementary color
Monochromatic Colors of #CD6421
Black with #CD6421
Text Example
Text Example
White with #CD6421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6421; }
p { color: rgb(205,100,33); }
H1.HeaderClassName
{
color: #CD6421;
}
.AnyTagClassName
{
color: #CD6421;
}
</style>
background-color css
<style>
a { background-color: #CD6421; }
a { background-color: rgb(205,100,33); }
div.DivClassName
{
background-color: #CD6421;
}
.BgClassName
{
background-color: #CD6421;
}
</style>
border-color css
<style>
span { border-color: #CD6421; }
span { border-color: rgb(205,100,33); }
td.TdClassName
{
border-color: #CD6421;
}
.TagClassName
{
border-color: #CD6421;
}
</style>