Shades of Chocolate #DC661D
Tints of Chocolate #DC661D
RGB
CMYK
RGB Variations
Color information
#DC661D (or 0xDC661D) is known color: Chocolate. HEX triplet: DC, 66 and 1D. RGB value is (220,102,29). Sum of RGB (Red+Green+Blue) = 220+102+29=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC661D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC661D is #2399E2. Grayscale: #818181. Windows color (decimal): -2333155 or 1926876. OLE color: 1926876.
HSL color Cylindrical-coordinate representation of color #DC661D: hue angle of 22.93º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC661D is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 29 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.14 |
| HSL | 22.93º | 0.77% | 0.49% | - |
| HSV(B) | 22.93º | 0.87% | 0.86% | - |
| XYZ | 34.49 | 24.81 | 4.13 | - |
| YUV | 128.96 | 71.59 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 29 | 0 | 0.54 | 0.87 | 0.14 | 22.93 | 0.77 | 0.49 |
| Hex | DC | 66 | 1D | 0 | 36 | 57 | E | 17 | 4D | 31 |
| Octal | 334 | 146 | 35 | 0 | 66 | 127 | 16 | 27 | 115 | 61 |
| Binary | 11011100 | 1100110 | 11101 | 0 | 110110 | 1010111 | 1110 | 10111 | 1001101 | 110001 |
Color Harmonies of #DC661D
Complementary color
Monochromatic Colors of #DC661D
Black with #DC661D
Text Example
Text Example
White with #DC661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC661D; }
p { color: rgb(220,102,29); }
H1.HeaderClassName
{
color: #DC661D;
}
.AnyTagClassName
{
color: #DC661D;
}
</style>
background-color css
<style>
a { background-color: #DC661D; }
a { background-color: rgb(220,102,29); }
div.DivClassName
{
background-color: #DC661D;
}
.BgClassName
{
background-color: #DC661D;
}
</style>
border-color css
<style>
span { border-color: #DC661D; }
span { border-color: rgb(220,102,29); }
td.TdClassName
{
border-color: #DC661D;
}
.TagClassName
{
border-color: #DC661D;
}
</style>