Shades of Chocolate #DF551C
Tints of Chocolate #DF551C
RGB
CMYK
RGB Variations
Color information
#DF551C (or 0xDF551C) is known color: Chocolate. HEX triplet: DF, 55 and 1C. RGB value is (223,85,28). Sum of RGB (Red+Green+Blue) = 223+85+28=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF551C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF551C is #20AAE3. Grayscale: #787878. Windows color (decimal): -2140900 or 1856991. OLE color: 1856991.
HSL color Cylindrical-coordinate representation of color #DF551C: hue angle of 17.54º 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 #DF551C is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 28 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.13 |
| HSL | 17.54º | 0.78% | 0.49% | - |
| HSV(B) | 17.54º | 0.87% | 0.87% | - |
| XYZ | 33.89 | 22.27 | 3.61 | - |
| YUV | 119.76 | 76.22 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 28 | 0 | 0.62 | 0.87 | 0.13 | 17.54 | 0.78 | 0.49 |
| Hex | DF | 55 | 1C | 0 | 3E | 57 | D | 12 | 4E | 31 |
| Octal | 337 | 125 | 34 | 0 | 76 | 127 | 15 | 22 | 116 | 61 |
| Binary | 11011111 | 1010101 | 11100 | 0 | 111110 | 1010111 | 1101 | 10010 | 1001110 | 110001 |
Color Harmonies of #DF551C
Complementary color
Monochromatic Colors of #DF551C
Black with #DF551C
Text Example
Text Example
White with #DF551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF551C; }
p { color: rgb(223,85,28); }
H1.HeaderClassName
{
color: #DF551C;
}
.AnyTagClassName
{
color: #DF551C;
}
</style>
background-color css
<style>
a { background-color: #DF551C; }
a { background-color: rgb(223,85,28); }
div.DivClassName
{
background-color: #DF551C;
}
.BgClassName
{
background-color: #DF551C;
}
</style>
border-color css
<style>
span { border-color: #DF551C; }
span { border-color: rgb(223,85,28); }
td.TdClassName
{
border-color: #DF551C;
}
.TagClassName
{
border-color: #DF551C;
}
</style>