Shades of Chocolate #DF671C
Tints of Chocolate #DF671C
RGB
CMYK
RGB Variations
Color information
#DF671C (or 0xDF671C) is known color: Chocolate. HEX triplet: DF, 67 and 1C. RGB value is (223,103,28). Sum of RGB (Red+Green+Blue) = 223+103+28=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF671C is #2098E3. Grayscale: #828282. Windows color (decimal): -2136292 or 1861599. OLE color: 1861599.
HSL color Cylindrical-coordinate representation of color #DF671C: hue angle of 23.08º degrees, saturation: 0.78, 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 #DF671C is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 28 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.13 |
| HSL | 23.08º | 0.78% | 0.49% | - |
| HSV(B) | 23.08º | 0.87% | 0.87% | - |
| XYZ | 35.49 | 25.47 | 4.14 | - |
| YUV | 130.33 | 70.26 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 28 | 0 | 0.54 | 0.87 | 0.13 | 23.08 | 0.78 | 0.49 |
| Hex | DF | 67 | 1C | 0 | 36 | 57 | D | 17 | 4E | 31 |
| Octal | 337 | 147 | 34 | 0 | 66 | 127 | 15 | 27 | 116 | 61 |
| Binary | 11011111 | 1100111 | 11100 | 0 | 110110 | 1010111 | 1101 | 10111 | 1001110 | 110001 |
Color Harmonies of #DF671C
Complementary color
Monochromatic Colors of #DF671C
Black with #DF671C
Text Example
Text Example
White with #DF671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF671C; }
p { color: rgb(223,103,28); }
H1.HeaderClassName
{
color: #DF671C;
}
.AnyTagClassName
{
color: #DF671C;
}
</style>
background-color css
<style>
a { background-color: #DF671C; }
a { background-color: rgb(223,103,28); }
div.DivClassName
{
background-color: #DF671C;
}
.BgClassName
{
background-color: #DF671C;
}
</style>
border-color css
<style>
span { border-color: #DF671C; }
span { border-color: rgb(223,103,28); }
td.TdClassName
{
border-color: #DF671C;
}
.TagClassName
{
border-color: #DF671C;
}
</style>