Shades of Chocolate #DF551A
Tints of Chocolate #DF551A
RGB
CMYK
RGB Variations
Color information
#DF551A (or 0xDF551A) is known color: Chocolate. HEX triplet: DF, 55 and 1A. RGB value is (223,85,26). Sum of RGB (Red+Green+Blue) = 223+85+26=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF551A is #20AAE5. Grayscale: #777777. Windows color (decimal): -2140902 or 1725919. OLE color: 1725919.
HSL color Cylindrical-coordinate representation of color #DF551A: hue angle of 17.97º 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 #DF551A is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 26 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.13 |
| HSL | 17.97º | 0.79% | 0.49% | - |
| HSV(B) | 17.97º | 0.88% | 0.87% | - |
| XYZ | 33.87 | 22.26 | 3.49 | - |
| YUV | 119.54 | 75.22 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 26 | 0 | 0.62 | 0.88 | 0.13 | 17.97 | 0.79 | 0.49 |
| Hex | DF | 55 | 1A | 0 | 3E | 58 | D | 12 | 4F | 31 |
| Octal | 337 | 125 | 32 | 0 | 76 | 130 | 15 | 22 | 117 | 61 |
| Binary | 11011111 | 1010101 | 11010 | 0 | 111110 | 1011000 | 1101 | 10010 | 1001111 | 110001 |
Color Harmonies of #DF551A
Complementary color
Monochromatic Colors of #DF551A
Black with #DF551A
Text Example
Text Example
White with #DF551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF551A; }
p { color: rgb(223,85,26); }
H1.HeaderClassName
{
color: #DF551A;
}
.AnyTagClassName
{
color: #DF551A;
}
</style>
background-color css
<style>
a { background-color: #DF551A; }
a { background-color: rgb(223,85,26); }
div.DivClassName
{
background-color: #DF551A;
}
.BgClassName
{
background-color: #DF551A;
}
</style>
border-color css
<style>
span { border-color: #DF551A; }
span { border-color: rgb(223,85,26); }
td.TdClassName
{
border-color: #DF551A;
}
.TagClassName
{
border-color: #DF551A;
}
</style>