Shades of Chocolate #DF661B
Tints of Chocolate #DF661B
RGB
CMYK
RGB Variations
Color information
#DF661B (or 0xDF661B) is known color: Chocolate. HEX triplet: DF, 66 and 1B. RGB value is (223,102,27). Sum of RGB (Red+Green+Blue) = 223+102+27=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF661B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF661B is #2099E4. Grayscale: #828282. Windows color (decimal): -2136549 or 1795807. OLE color: 1795807.
HSL color Cylindrical-coordinate representation of color #DF661B: hue angle of 22.96º degrees, saturation: 0.78, 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 #DF661B is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 27 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.13 |
| HSL | 22.96º | 0.78% | 0.49% | - |
| HSV(B) | 22.96º | 0.88% | 0.87% | - |
| XYZ | 35.38 | 25.27 | 4.05 | - |
| YUV | 129.63 | 70.09 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 27 | 0 | 0.54 | 0.88 | 0.13 | 22.96 | 0.78 | 0.49 |
| Hex | DF | 66 | 1B | 0 | 36 | 58 | D | 17 | 4E | 31 |
| Octal | 337 | 146 | 33 | 0 | 66 | 130 | 15 | 27 | 116 | 61 |
| Binary | 11011111 | 1100110 | 11011 | 0 | 110110 | 1011000 | 1101 | 10111 | 1001110 | 110001 |
Color Harmonies of #DF661B
Complementary color
Monochromatic Colors of #DF661B
Black with #DF661B
Text Example
Text Example
White with #DF661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF661B; }
p { color: rgb(223,102,27); }
H1.HeaderClassName
{
color: #DF661B;
}
.AnyTagClassName
{
color: #DF661B;
}
</style>
background-color css
<style>
a { background-color: #DF661B; }
a { background-color: rgb(223,102,27); }
div.DivClassName
{
background-color: #DF661B;
}
.BgClassName
{
background-color: #DF661B;
}
</style>
border-color css
<style>
span { border-color: #DF661B; }
span { border-color: rgb(223,102,27); }
td.TdClassName
{
border-color: #DF661B;
}
.TagClassName
{
border-color: #DF661B;
}
</style>