Shades of Chocolate #DF5D1D
Tints of Chocolate #DF5D1D
RGB
CMYK
RGB Variations
Color information
#DF5D1D (or 0xDF5D1D) is known color: Chocolate. HEX triplet: DF, 5D and 1D. RGB value is (223,93,29). Sum of RGB (Red+Green+Blue) = 223+93+29=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5D1D is #20A2E2. Grayscale: #7C7C7C. Windows color (decimal): -2138851 or 1924575. OLE color: 1924575.
HSL color Cylindrical-coordinate representation of color #DF5D1D: hue angle of 19.79º 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 #DF5D1D is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 29 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.13 |
| HSL | 19.79º | 0.77% | 0.49% | - |
| HSV(B) | 19.79º | 0.87% | 0.87% | - |
| XYZ | 34.57 | 23.61 | 3.9 | - |
| YUV | 124.57 | 74.07 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 29 | 0 | 0.58 | 0.87 | 0.13 | 19.79 | 0.77 | 0.49 |
| Hex | DF | 5D | 1D | 0 | 3A | 57 | D | 14 | 4D | 31 |
| Octal | 337 | 135 | 35 | 0 | 72 | 127 | 15 | 24 | 115 | 61 |
| Binary | 11011111 | 1011101 | 11101 | 0 | 111010 | 1010111 | 1101 | 10100 | 1001101 | 110001 |
Color Harmonies of #DF5D1D
Complementary color
Monochromatic Colors of #DF5D1D
Black with #DF5D1D
Text Example
Text Example
White with #DF5D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5D1D; }
p { color: rgb(223,93,29); }
H1.HeaderClassName
{
color: #DF5D1D;
}
.AnyTagClassName
{
color: #DF5D1D;
}
</style>
background-color css
<style>
a { background-color: #DF5D1D; }
a { background-color: rgb(223,93,29); }
div.DivClassName
{
background-color: #DF5D1D;
}
.BgClassName
{
background-color: #DF5D1D;
}
</style>
border-color css
<style>
span { border-color: #DF5D1D; }
span { border-color: rgb(223,93,29); }
td.TdClassName
{
border-color: #DF5D1D;
}
.TagClassName
{
border-color: #DF5D1D;
}
</style>