Shades of Chocolate #DC6523
Tints of Chocolate #DC6523
RGB
CMYK
RGB Variations
Color information
#DC6523 (or 0xDC6523) is known color: Chocolate. HEX triplet: DC, 65 and 23. RGB value is (220,101,35). Sum of RGB (Red+Green+Blue) = 220+101+35=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6523 is #239ADC. Grayscale: #818181. Windows color (decimal): -2333405 or 2319836. OLE color: 2319836.
HSL color Cylindrical-coordinate representation of color #DC6523: hue angle of 21.41º 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 #DC6523 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 35 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.14 |
| HSL | 21.41º | 0.73% | 0.5% | - |
| HSV(B) | 21.41º | 0.84% | 0.86% | - |
| XYZ | 34.47 | 24.64 | 4.53 | - |
| YUV | 129.06 | 74.92 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 35 | 0 | 0.54 | 0.84 | 0.14 | 21.41 | 0.73 | 0.5 |
| Hex | DC | 65 | 23 | 0 | 36 | 54 | E | 15 | 49 | 32 |
| Octal | 334 | 145 | 43 | 0 | 66 | 124 | 16 | 25 | 111 | 62 |
| Binary | 11011100 | 1100101 | 100011 | 0 | 110110 | 1010100 | 1110 | 10101 | 1001001 | 110010 |
Color Harmonies of #DC6523
Complementary color
Monochromatic Colors of #DC6523
Black with #DC6523
Text Example
Text Example
White with #DC6523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6523; }
p { color: rgb(220,101,35); }
H1.HeaderClassName
{
color: #DC6523;
}
.AnyTagClassName
{
color: #DC6523;
}
</style>
background-color css
<style>
a { background-color: #DC6523; }
a { background-color: rgb(220,101,35); }
div.DivClassName
{
background-color: #DC6523;
}
.BgClassName
{
background-color: #DC6523;
}
</style>
border-color css
<style>
span { border-color: #DC6523; }
span { border-color: rgb(220,101,35); }
td.TdClassName
{
border-color: #DC6523;
}
.TagClassName
{
border-color: #DC6523;
}
</style>