Shades of Chocolate #DF661A
Tints of Chocolate #DF661A
RGB
CMYK
RGB Variations
Color information
#DF661A (or 0xDF661A) is known color: Chocolate. HEX triplet: DF, 66 and 1A. RGB value is (223,102,26). Sum of RGB (Red+Green+Blue) = 223+102+26=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF661A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF661A is #2099E5. Grayscale: #818181. Windows color (decimal): -2136550 or 1730271. OLE color: 1730271.
HSL color Cylindrical-coordinate representation of color #DF661A: hue angle of 23.15º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF661A is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 26 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.13 |
| HSL | 23.15º | 0.79% | 0.49% | - |
| HSV(B) | 23.15º | 0.88% | 0.87% | - |
| XYZ | 35.37 | 25.27 | 3.99 | - |
| YUV | 129.52 | 69.59 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 26 | 0 | 0.54 | 0.88 | 0.13 | 23.15 | 0.79 | 0.49 |
| Hex | DF | 66 | 1A | 0 | 36 | 58 | D | 17 | 4F | 31 |
| Octal | 337 | 146 | 32 | 0 | 66 | 130 | 15 | 27 | 117 | 61 |
| Binary | 11011111 | 1100110 | 11010 | 0 | 110110 | 1011000 | 1101 | 10111 | 1001111 | 110001 |
Color Harmonies of #DF661A
Complementary color
Monochromatic Colors of #DF661A
Black with #DF661A
Text Example
Text Example
White with #DF661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF661A; }
p { color: rgb(223,102,26); }
H1.HeaderClassName
{
color: #DF661A;
}
.AnyTagClassName
{
color: #DF661A;
}
</style>
background-color css
<style>
a { background-color: #DF661A; }
a { background-color: rgb(223,102,26); }
div.DivClassName
{
background-color: #DF661A;
}
.BgClassName
{
background-color: #DF661A;
}
</style>
border-color css
<style>
span { border-color: #DF661A; }
span { border-color: rgb(223,102,26); }
td.TdClassName
{
border-color: #DF661A;
}
.TagClassName
{
border-color: #DF661A;
}
</style>