Shades of Chocolate #DF691F
Tints of Chocolate #DF691F
RGB
CMYK
RGB Variations
Color information
#DF691F (or 0xDF691F) is known color: Chocolate. HEX triplet: DF, 69 and 1F. RGB value is (223,105,31). Sum of RGB (Red+Green+Blue) = 223+105+31=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF691F is #2096E0. Grayscale: #848484. Windows color (decimal): -2135777 or 2058719. OLE color: 2058719.
HSL color Cylindrical-coordinate representation of color #DF691F: hue angle of 23.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF691F is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 31 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.13 |
| HSL | 23.13º | 0.76% | 0.5% | - |
| HSV(B) | 23.13º | 0.86% | 0.87% | - |
| XYZ | 35.73 | 25.89 | 4.41 | - |
| YUV | 131.85 | 71.09 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 31 | 0 | 0.53 | 0.86 | 0.13 | 23.13 | 0.76 | 0.5 |
| Hex | DF | 69 | 1F | 0 | 35 | 56 | D | 17 | 4C | 32 |
| Octal | 337 | 151 | 37 | 0 | 65 | 126 | 15 | 27 | 114 | 62 |
| Binary | 11011111 | 1101001 | 11111 | 0 | 110101 | 1010110 | 1101 | 10111 | 1001100 | 110010 |
Color Harmonies of #DF691F
Complementary color
Monochromatic Colors of #DF691F
Black with #DF691F
Text Example
Text Example
White with #DF691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF691F; }
p { color: rgb(223,105,31); }
H1.HeaderClassName
{
color: #DF691F;
}
.AnyTagClassName
{
color: #DF691F;
}
</style>
background-color css
<style>
a { background-color: #DF691F; }
a { background-color: rgb(223,105,31); }
div.DivClassName
{
background-color: #DF691F;
}
.BgClassName
{
background-color: #DF691F;
}
</style>
border-color css
<style>
span { border-color: #DF691F; }
span { border-color: rgb(223,105,31); }
td.TdClassName
{
border-color: #DF691F;
}
.TagClassName
{
border-color: #DF691F;
}
</style>