Shades of Chocolate #DF551D
Tints of Chocolate #DF551D
RGB
CMYK
RGB Variations
Color information
#DF551D (or 0xDF551D) is known color: Chocolate. HEX triplet: DF, 55 and 1D. RGB value is (223,85,29). Sum of RGB (Red+Green+Blue) = 223+85+29=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF551D is #20AAE2. Grayscale: #787878. Windows color (decimal): -2140899 or 1922527. OLE color: 1922527.
HSL color Cylindrical-coordinate representation of color #DF551D: hue angle of 17.32º degrees, saturation: 0.77, 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 #DF551D is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 29 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.13 |
| HSL | 17.32º | 0.77% | 0.49% | - |
| HSV(B) | 17.32º | 0.87% | 0.87% | - |
| XYZ | 33.9 | 22.27 | 3.67 | - |
| YUV | 119.88 | 76.72 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 29 | 0 | 0.62 | 0.87 | 0.13 | 17.32 | 0.77 | 0.49 |
| Hex | DF | 55 | 1D | 0 | 3E | 57 | D | 11 | 4D | 31 |
| Octal | 337 | 125 | 35 | 0 | 76 | 127 | 15 | 21 | 115 | 61 |
| Binary | 11011111 | 1010101 | 11101 | 0 | 111110 | 1010111 | 1101 | 10001 | 1001101 | 110001 |
Color Harmonies of #DF551D
Complementary color
Monochromatic Colors of #DF551D
Black with #DF551D
Text Example
Text Example
White with #DF551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF551D; }
p { color: rgb(223,85,29); }
H1.HeaderClassName
{
color: #DF551D;
}
.AnyTagClassName
{
color: #DF551D;
}
</style>
background-color css
<style>
a { background-color: #DF551D; }
a { background-color: rgb(223,85,29); }
div.DivClassName
{
background-color: #DF551D;
}
.BgClassName
{
background-color: #DF551D;
}
</style>
border-color css
<style>
span { border-color: #DF551D; }
span { border-color: rgb(223,85,29); }
td.TdClassName
{
border-color: #DF551D;
}
.TagClassName
{
border-color: #DF551D;
}
</style>