Shades of Chocolate #DC6323
Tints of Chocolate #DC6323
RGB
CMYK
RGB Variations
Color information
#DC6323 (or 0xDC6323) is known color: Chocolate. HEX triplet: DC, 63 and 23. RGB value is (220,99,35). Sum of RGB (Red+Green+Blue) = 220+99+35=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6323 is #239CDC. Grayscale: #808080. Windows color (decimal): -2333917 or 2319324. OLE color: 2319324.
HSL color Cylindrical-coordinate representation of color #DC6323: hue angle of 20.76º degrees, saturation: 0.73, 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 #DC6323 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 35 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.14 |
| HSL | 20.76º | 0.73% | 0.5% | - |
| HSV(B) | 20.76º | 0.84% | 0.86% | - |
| XYZ | 34.28 | 24.26 | 4.47 | - |
| YUV | 127.88 | 75.59 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 35 | 0 | 0.55 | 0.84 | 0.14 | 20.76 | 0.73 | 0.5 |
| Hex | DC | 63 | 23 | 0 | 37 | 54 | E | 15 | 49 | 32 |
| Octal | 334 | 143 | 43 | 0 | 67 | 124 | 16 | 25 | 111 | 62 |
| Binary | 11011100 | 1100011 | 100011 | 0 | 110111 | 1010100 | 1110 | 10101 | 1001001 | 110010 |
Color Harmonies of #DC6323
Complementary color
Monochromatic Colors of #DC6323
Black with #DC6323
Text Example
Text Example
White with #DC6323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6323; }
p { color: rgb(220,99,35); }
H1.HeaderClassName
{
color: #DC6323;
}
.AnyTagClassName
{
color: #DC6323;
}
</style>
background-color css
<style>
a { background-color: #DC6323; }
a { background-color: rgb(220,99,35); }
div.DivClassName
{
background-color: #DC6323;
}
.BgClassName
{
background-color: #DC6323;
}
</style>
border-color css
<style>
span { border-color: #DC6323; }
span { border-color: rgb(220,99,35); }
td.TdClassName
{
border-color: #DC6323;
}
.TagClassName
{
border-color: #DC6323;
}
</style>