Shades of Chocolate #DF6814
Tints of Chocolate #DF6814
RGB
CMYK
RGB Variations
Color information
#DF6814 (or 0xDF6814) is known color: Chocolate. HEX triplet: DF, 68 and 14. RGB value is (223,104,20). Sum of RGB (Red+Green+Blue) = 223+104+20=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6814 is #2097EB. Grayscale: #828282. Windows color (decimal): -2136044 or 1337567. OLE color: 1337567.
HSL color Cylindrical-coordinate representation of color #DF6814: hue angle of 24.83º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF6814 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 20 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.13 |
| HSL | 24.83º | 0.84% | 0.48% | - |
| HSV(B) | 24.83º | 0.91% | 0.87% | - |
| XYZ | 35.51 | 25.64 | 3.74 | - |
| YUV | 130.01 | 65.92 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 20 | 0 | 0.53 | 0.91 | 0.13 | 24.83 | 0.84 | 0.48 |
| Hex | DF | 68 | 14 | 0 | 35 | 5B | D | 19 | 54 | 30 |
| Octal | 337 | 150 | 24 | 0 | 65 | 133 | 15 | 31 | 124 | 60 |
| Binary | 11011111 | 1101000 | 10100 | 0 | 110101 | 1011011 | 1101 | 11001 | 1010100 | 110000 |
Color Harmonies of #DF6814
Complementary color
Monochromatic Colors of #DF6814
Black with #DF6814
Text Example
Text Example
White with #DF6814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6814; }
p { color: rgb(223,104,20); }
H1.HeaderClassName
{
color: #DF6814;
}
.AnyTagClassName
{
color: #DF6814;
}
</style>
background-color css
<style>
a { background-color: #DF6814; }
a { background-color: rgb(223,104,20); }
div.DivClassName
{
background-color: #DF6814;
}
.BgClassName
{
background-color: #DF6814;
}
</style>
border-color css
<style>
span { border-color: #DF6814; }
span { border-color: rgb(223,104,20); }
td.TdClassName
{
border-color: #DF6814;
}
.TagClassName
{
border-color: #DF6814;
}
</style>