Shades of Chocolate #DF691E
Tints of Chocolate #DF691E
RGB
CMYK
RGB Variations
Color information
#DF691E (or 0xDF691E) is known color: Chocolate. HEX triplet: DF, 69 and 1E. RGB value is (223,105,30). Sum of RGB (Red+Green+Blue) = 223+105+30=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF691E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF691E is #2096E1. Grayscale: #848484. Windows color (decimal): -2135778 or 1993183. OLE color: 1993183.
HSL color Cylindrical-coordinate representation of color #DF691E: hue angle of 23.32º 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 #DF691E is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 30 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.13 |
| HSL | 23.32º | 0.76% | 0.5% | - |
| HSV(B) | 23.32º | 0.87% | 0.87% | - |
| XYZ | 35.72 | 25.88 | 4.34 | - |
| YUV | 131.73 | 70.59 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 30 | 0 | 0.53 | 0.87 | 0.13 | 23.32 | 0.76 | 0.5 |
| Hex | DF | 69 | 1E | 0 | 35 | 57 | D | 17 | 4C | 32 |
| Octal | 337 | 151 | 36 | 0 | 65 | 127 | 15 | 27 | 114 | 62 |
| Binary | 11011111 | 1101001 | 11110 | 0 | 110101 | 1010111 | 1101 | 10111 | 1001100 | 110010 |
Color Harmonies of #DF691E
Complementary color
Monochromatic Colors of #DF691E
Black with #DF691E
Text Example
Text Example
White with #DF691E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF691E; }
p { color: rgb(223,105,30); }
H1.HeaderClassName
{
color: #DF691E;
}
.AnyTagClassName
{
color: #DF691E;
}
</style>
background-color css
<style>
a { background-color: #DF691E; }
a { background-color: rgb(223,105,30); }
div.DivClassName
{
background-color: #DF691E;
}
.BgClassName
{
background-color: #DF691E;
}
</style>
border-color css
<style>
span { border-color: #DF691E; }
span { border-color: rgb(223,105,30); }
td.TdClassName
{
border-color: #DF691E;
}
.TagClassName
{
border-color: #DF691E;
}
</style>