Shades of Chocolate #DF681D
Tints of Chocolate #DF681D
RGB
CMYK
RGB Variations
Color information
#DF681D (or 0xDF681D) is known color: Chocolate. HEX triplet: DF, 68 and 1D. RGB value is (223,104,29). Sum of RGB (Red+Green+Blue) = 223+104+29=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF681D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF681D is #2097E2. Grayscale: #838383. Windows color (decimal): -2136035 or 1927391. OLE color: 1927391.
HSL color Cylindrical-coordinate representation of color #DF681D: hue angle of 23.2º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF681D is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 29 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.13 |
| HSL | 23.2º | 0.77% | 0.49% | - |
| HSV(B) | 23.2º | 0.87% | 0.87% | - |
| XYZ | 35.6 | 25.68 | 4.24 | - |
| YUV | 131.03 | 70.42 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 29 | 0 | 0.53 | 0.87 | 0.13 | 23.2 | 0.77 | 0.49 |
| Hex | DF | 68 | 1D | 0 | 35 | 57 | D | 17 | 4D | 31 |
| Octal | 337 | 150 | 35 | 0 | 65 | 127 | 15 | 27 | 115 | 61 |
| Binary | 11011111 | 1101000 | 11101 | 0 | 110101 | 1010111 | 1101 | 10111 | 1001101 | 110001 |
Color Harmonies of #DF681D
Complementary color
Monochromatic Colors of #DF681D
Black with #DF681D
Text Example
Text Example
White with #DF681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF681D; }
p { color: rgb(223,104,29); }
H1.HeaderClassName
{
color: #DF681D;
}
.AnyTagClassName
{
color: #DF681D;
}
</style>
background-color css
<style>
a { background-color: #DF681D; }
a { background-color: rgb(223,104,29); }
div.DivClassName
{
background-color: #DF681D;
}
.BgClassName
{
background-color: #DF681D;
}
</style>
border-color css
<style>
span { border-color: #DF681D; }
span { border-color: rgb(223,104,29); }
td.TdClassName
{
border-color: #DF681D;
}
.TagClassName
{
border-color: #DF681D;
}
</style>