Shades of Chocolate #DF681E
Tints of Chocolate #DF681E
RGB
CMYK
RGB Variations
Color information
#DF681E (or 0xDF681E) is known color: Chocolate. HEX triplet: DF, 68 and 1E. RGB value is (223,104,30). Sum of RGB (Red+Green+Blue) = 223+104+30=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF681E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF681E is #2097E1. Grayscale: #838383. Windows color (decimal): -2136034 or 1992927. OLE color: 1992927.
HSL color Cylindrical-coordinate representation of color #DF681E: hue angle of 23.01º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF681E is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 30 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.13 |
| HSL | 23.01º | 0.76% | 0.5% | - |
| HSV(B) | 23.01º | 0.87% | 0.87% | - |
| XYZ | 35.62 | 25.68 | 4.31 | - |
| YUV | 131.15 | 70.92 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 30 | 0 | 0.53 | 0.87 | 0.13 | 23.01 | 0.76 | 0.5 |
| Hex | DF | 68 | 1E | 0 | 35 | 57 | D | 17 | 4C | 32 |
| Octal | 337 | 150 | 36 | 0 | 65 | 127 | 15 | 27 | 114 | 62 |
| Binary | 11011111 | 1101000 | 11110 | 0 | 110101 | 1010111 | 1101 | 10111 | 1001100 | 110010 |
Color Harmonies of #DF681E
Complementary color
Monochromatic Colors of #DF681E
Black with #DF681E
Text Example
Text Example
White with #DF681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF681E; }
p { color: rgb(223,104,30); }
H1.HeaderClassName
{
color: #DF681E;
}
.AnyTagClassName
{
color: #DF681E;
}
</style>
background-color css
<style>
a { background-color: #DF681E; }
a { background-color: rgb(223,104,30); }
div.DivClassName
{
background-color: #DF681E;
}
.BgClassName
{
background-color: #DF681E;
}
</style>
border-color css
<style>
span { border-color: #DF681E; }
span { border-color: rgb(223,104,30); }
td.TdClassName
{
border-color: #DF681E;
}
.TagClassName
{
border-color: #DF681E;
}
</style>