Shades of Chocolate #DC681D
Tints of Chocolate #DC681D
RGB
CMYK
RGB Variations
Color information
#DC681D (or 0xDC681D) is known color: Chocolate. HEX triplet: DC, 68 and 1D. RGB value is (220,104,29). Sum of RGB (Red+Green+Blue) = 220+104+29=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC681D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC681D is #2397E2. Grayscale: #828282. Windows color (decimal): -2332643 or 1927388. OLE color: 1927388.
HSL color Cylindrical-coordinate representation of color #DC681D: hue angle of 23.56º 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 #DC681D is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 29 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.14 |
| HSL | 23.56º | 0.77% | 0.49% | - |
| HSV(B) | 23.56º | 0.87% | 0.86% | - |
| XYZ | 34.69 | 25.2 | 4.2 | - |
| YUV | 130.13 | 70.93 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 29 | 0 | 0.53 | 0.87 | 0.14 | 23.56 | 0.77 | 0.49 |
| Hex | DC | 68 | 1D | 0 | 35 | 57 | E | 18 | 4D | 31 |
| Octal | 334 | 150 | 35 | 0 | 65 | 127 | 16 | 30 | 115 | 61 |
| Binary | 11011100 | 1101000 | 11101 | 0 | 110101 | 1010111 | 1110 | 11000 | 1001101 | 110001 |
Color Harmonies of #DC681D
Complementary color
Monochromatic Colors of #DC681D
Black with #DC681D
Text Example
Text Example
White with #DC681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC681D; }
p { color: rgb(220,104,29); }
H1.HeaderClassName
{
color: #DC681D;
}
.AnyTagClassName
{
color: #DC681D;
}
</style>
background-color css
<style>
a { background-color: #DC681D; }
a { background-color: rgb(220,104,29); }
div.DivClassName
{
background-color: #DC681D;
}
.BgClassName
{
background-color: #DC681D;
}
</style>
border-color css
<style>
span { border-color: #DC681D; }
span { border-color: rgb(220,104,29); }
td.TdClassName
{
border-color: #DC681D;
}
.TagClassName
{
border-color: #DC681D;
}
</style>