Shades of Chocolate #DF661D
Tints of Chocolate #DF661D
RGB
CMYK
RGB Variations
Color information
#DF661D (or 0xDF661D) is known color: Chocolate. HEX triplet: DF, 66 and 1D. RGB value is (223,102,29). Sum of RGB (Red+Green+Blue) = 223+102+29=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF661D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF661D is #2099E2. Grayscale: #828282. Windows color (decimal): -2136547 or 1926879. OLE color: 1926879.
HSL color Cylindrical-coordinate representation of color #DF661D: hue angle of 22.58º 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 #DF661D is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 29 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.13 |
| HSL | 22.58º | 0.77% | 0.49% | - |
| HSV(B) | 22.58º | 0.87% | 0.87% | - |
| XYZ | 35.4 | 25.28 | 4.18 | - |
| YUV | 129.86 | 71.09 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 29 | 0 | 0.54 | 0.87 | 0.13 | 22.58 | 0.77 | 0.49 |
| Hex | DF | 66 | 1D | 0 | 36 | 57 | D | 17 | 4D | 31 |
| Octal | 337 | 146 | 35 | 0 | 66 | 127 | 15 | 27 | 115 | 61 |
| Binary | 11011111 | 1100110 | 11101 | 0 | 110110 | 1010111 | 1101 | 10111 | 1001101 | 110001 |
Color Harmonies of #DF661D
Complementary color
Monochromatic Colors of #DF661D
Black with #DF661D
Text Example
Text Example
White with #DF661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF661D; }
p { color: rgb(223,102,29); }
H1.HeaderClassName
{
color: #DF661D;
}
.AnyTagClassName
{
color: #DF661D;
}
</style>
background-color css
<style>
a { background-color: #DF661D; }
a { background-color: rgb(223,102,29); }
div.DivClassName
{
background-color: #DF661D;
}
.BgClassName
{
background-color: #DF661D;
}
</style>
border-color css
<style>
span { border-color: #DF661D; }
span { border-color: rgb(223,102,29); }
td.TdClassName
{
border-color: #DF661D;
}
.TagClassName
{
border-color: #DF661D;
}
</style>