Shades of Chocolate #DC681F
Tints of Chocolate #DC681F
RGB
CMYK
RGB Variations
Color information
#DC681F (or 0xDC681F) is known color: Chocolate. HEX triplet: DC, 68 and 1F. RGB value is (220,104,31). Sum of RGB (Red+Green+Blue) = 220+104+31=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC681F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC681F is #2397E0. Grayscale: #828282. Windows color (decimal): -2332641 or 2058460. OLE color: 2058460.
HSL color Cylindrical-coordinate representation of color #DC681F: hue angle of 23.17º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC681F is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 31 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.14 |
| HSL | 23.17º | 0.75% | 0.49% | - |
| HSV(B) | 23.17º | 0.86% | 0.86% | - |
| XYZ | 34.71 | 25.22 | 4.33 | - |
| YUV | 130.36 | 71.93 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 31 | 0 | 0.53 | 0.86 | 0.14 | 23.17 | 0.75 | 0.49 |
| Hex | DC | 68 | 1F | 0 | 35 | 56 | E | 17 | 4B | 31 |
| Octal | 334 | 150 | 37 | 0 | 65 | 126 | 16 | 27 | 113 | 61 |
| Binary | 11011100 | 1101000 | 11111 | 0 | 110101 | 1010110 | 1110 | 10111 | 1001011 | 110001 |
Color Harmonies of #DC681F
Complementary color
Monochromatic Colors of #DC681F
Black with #DC681F
Text Example
Text Example
White with #DC681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC681F; }
p { color: rgb(220,104,31); }
H1.HeaderClassName
{
color: #DC681F;
}
.AnyTagClassName
{
color: #DC681F;
}
</style>
background-color css
<style>
a { background-color: #DC681F; }
a { background-color: rgb(220,104,31); }
div.DivClassName
{
background-color: #DC681F;
}
.BgClassName
{
background-color: #DC681F;
}
</style>
border-color css
<style>
span { border-color: #DC681F; }
span { border-color: rgb(220,104,31); }
td.TdClassName
{
border-color: #DC681F;
}
.TagClassName
{
border-color: #DC681F;
}
</style>