Shades of Chocolate #DF6E1D
Tints of Chocolate #DF6E1D
RGB
CMYK
RGB Variations
Color information
#DF6E1D (or 0xDF6E1D) is known color: Chocolate. HEX triplet: DF, 6E and 1D. RGB value is (223,110,29). Sum of RGB (Red+Green+Blue) = 223+110+29=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6E1D is #2091E2. Grayscale: #868686. Windows color (decimal): -2134499 or 1928927. OLE color: 1928927.
HSL color Cylindrical-coordinate representation of color #DF6E1D: hue angle of 25.05º 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 #DF6E1D is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 29 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.13 |
| HSL | 25.05º | 0.77% | 0.49% | - |
| HSV(B) | 25.05º | 0.87% | 0.87% | - |
| XYZ | 36.23 | 26.93 | 4.45 | - |
| YUV | 134.55 | 68.44 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 29 | 0 | 0.51 | 0.87 | 0.13 | 25.05 | 0.77 | 0.49 |
| Hex | DF | 6E | 1D | 0 | 33 | 57 | D | 19 | 4D | 31 |
| Octal | 337 | 156 | 35 | 0 | 63 | 127 | 15 | 31 | 115 | 61 |
| Binary | 11011111 | 1101110 | 11101 | 0 | 110011 | 1010111 | 1101 | 11001 | 1001101 | 110001 |
Color Harmonies of #DF6E1D
Complementary color
Monochromatic Colors of #DF6E1D
Black with #DF6E1D
Text Example
Text Example
White with #DF6E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6E1D; }
p { color: rgb(223,110,29); }
H1.HeaderClassName
{
color: #DF6E1D;
}
.AnyTagClassName
{
color: #DF6E1D;
}
</style>
background-color css
<style>
a { background-color: #DF6E1D; }
a { background-color: rgb(223,110,29); }
div.DivClassName
{
background-color: #DF6E1D;
}
.BgClassName
{
background-color: #DF6E1D;
}
</style>
border-color css
<style>
span { border-color: #DF6E1D; }
span { border-color: rgb(223,110,29); }
td.TdClassName
{
border-color: #DF6E1D;
}
.TagClassName
{
border-color: #DF6E1D;
}
</style>