Shades of Chocolate #DC6324
Tints of Chocolate #DC6324
RGB
CMYK
RGB Variations
Color information
#DC6324 (or 0xDC6324) is known color: Chocolate. HEX triplet: DC, 63 and 24. RGB value is (220,99,36). Sum of RGB (Red+Green+Blue) = 220+99+36=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6324 is #239CDB. Grayscale: #808080. Windows color (decimal): -2333916 or 2384860. OLE color: 2384860.
HSL color Cylindrical-coordinate representation of color #DC6324: hue angle of 20.54º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC6324 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 36 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.14 |
| HSL | 20.54º | 0.72% | 0.5% | - |
| HSV(B) | 20.54º | 0.84% | 0.86% | - |
| XYZ | 34.3 | 24.27 | 4.55 | - |
| YUV | 128 | 76.09 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 36 | 0 | 0.55 | 0.84 | 0.14 | 20.54 | 0.72 | 0.5 |
| Hex | DC | 63 | 24 | 0 | 37 | 54 | E | 15 | 48 | 32 |
| Octal | 334 | 143 | 44 | 0 | 67 | 124 | 16 | 25 | 110 | 62 |
| Binary | 11011100 | 1100011 | 100100 | 0 | 110111 | 1010100 | 1110 | 10101 | 1001000 | 110010 |
Color Harmonies of #DC6324
Complementary color
Monochromatic Colors of #DC6324
Black with #DC6324
Text Example
Text Example
White with #DC6324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6324; }
p { color: rgb(220,99,36); }
H1.HeaderClassName
{
color: #DC6324;
}
.AnyTagClassName
{
color: #DC6324;
}
</style>
background-color css
<style>
a { background-color: #DC6324; }
a { background-color: rgb(220,99,36); }
div.DivClassName
{
background-color: #DC6324;
}
.BgClassName
{
background-color: #DC6324;
}
</style>
border-color css
<style>
span { border-color: #DC6324; }
span { border-color: rgb(220,99,36); }
td.TdClassName
{
border-color: #DC6324;
}
.TagClassName
{
border-color: #DC6324;
}
</style>