Shades of Chocolate #DF531C
Tints of Chocolate #DF531C
RGB
CMYK
RGB Variations
Color information
#DF531C (or 0xDF531C) is known color: Chocolate. HEX triplet: DF, 53 and 1C. RGB value is (223,83,28). Sum of RGB (Red+Green+Blue) = 223+83+28=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF531C is #20ACE3. Grayscale: #767676. Windows color (decimal): -2141412 or 1856479. OLE color: 1856479.
HSL color Cylindrical-coordinate representation of color #DF531C: hue angle of 16.92º 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 #DF531C is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 28 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.13 |
| HSL | 16.92º | 0.78% | 0.49% | - |
| HSV(B) | 16.92º | 0.87% | 0.87% | - |
| XYZ | 33.73 | 21.96 | 3.56 | - |
| YUV | 118.59 | 76.88 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 28 | 0 | 0.63 | 0.87 | 0.13 | 16.92 | 0.78 | 0.49 |
| Hex | DF | 53 | 1C | 0 | 3F | 57 | D | 11 | 4E | 31 |
| Octal | 337 | 123 | 34 | 0 | 77 | 127 | 15 | 21 | 116 | 61 |
| Binary | 11011111 | 1010011 | 11100 | 0 | 111111 | 1010111 | 1101 | 10001 | 1001110 | 110001 |
Color Harmonies of #DF531C
Complementary color
Monochromatic Colors of #DF531C
Black with #DF531C
Text Example
Text Example
White with #DF531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF531C; }
p { color: rgb(223,83,28); }
H1.HeaderClassName
{
color: #DF531C;
}
.AnyTagClassName
{
color: #DF531C;
}
</style>
background-color css
<style>
a { background-color: #DF531C; }
a { background-color: rgb(223,83,28); }
div.DivClassName
{
background-color: #DF531C;
}
.BgClassName
{
background-color: #DF531C;
}
</style>
border-color css
<style>
span { border-color: #DF531C; }
span { border-color: rgb(223,83,28); }
td.TdClassName
{
border-color: #DF531C;
}
.TagClassName
{
border-color: #DF531C;
}
</style>