Shades of Chocolate #DF661E
Tints of Chocolate #DF661E
RGB
CMYK
RGB Variations
Color information
#DF661E (or 0xDF661E) is known color: Chocolate. HEX triplet: DF, 66 and 1E. RGB value is (223,102,30). Sum of RGB (Red+Green+Blue) = 223+102+30=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF661E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF661E is #2099E1. Grayscale: #828282. Windows color (decimal): -2136546 or 1992415. OLE color: 1992415.
HSL color Cylindrical-coordinate representation of color #DF661E: hue angle of 22.38º 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 #DF661E is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 30 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.13 |
| HSL | 22.38º | 0.76% | 0.5% | - |
| HSV(B) | 22.38º | 0.87% | 0.87% | - |
| XYZ | 35.42 | 25.28 | 4.24 | - |
| YUV | 129.97 | 71.59 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 30 | 0 | 0.54 | 0.87 | 0.13 | 22.38 | 0.76 | 0.5 |
| Hex | DF | 66 | 1E | 0 | 36 | 57 | D | 16 | 4C | 32 |
| Octal | 337 | 146 | 36 | 0 | 66 | 127 | 15 | 26 | 114 | 62 |
| Binary | 11011111 | 1100110 | 11110 | 0 | 110110 | 1010111 | 1101 | 10110 | 1001100 | 110010 |
Color Harmonies of #DF661E
Complementary color
Monochromatic Colors of #DF661E
Black with #DF661E
Text Example
Text Example
White with #DF661E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF661E; }
p { color: rgb(223,102,30); }
H1.HeaderClassName
{
color: #DF661E;
}
.AnyTagClassName
{
color: #DF661E;
}
</style>
background-color css
<style>
a { background-color: #DF661E; }
a { background-color: rgb(223,102,30); }
div.DivClassName
{
background-color: #DF661E;
}
.BgClassName
{
background-color: #DF661E;
}
</style>
border-color css
<style>
span { border-color: #DF661E; }
span { border-color: rgb(223,102,30); }
td.TdClassName
{
border-color: #DF661E;
}
.TagClassName
{
border-color: #DF661E;
}
</style>