Shades of Chocolate #DF6423
Tints of Chocolate #DF6423
RGB
CMYK
RGB Variations
Color information
#DF6423 (or 0xDF6423) is known color: Chocolate. HEX triplet: DF, 64 and 23. RGB value is (223,100,35). Sum of RGB (Red+Green+Blue) = 223+100+35=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6423 is #209BDC. Grayscale: #818181. Windows color (decimal): -2137053 or 2319583. OLE color: 2319583.
HSL color Cylindrical-coordinate representation of color #DF6423: hue angle of 20.74º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF6423 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 35 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.13 |
| HSL | 20.74º | 0.75% | 0.51% | - |
| HSV(B) | 20.74º | 0.84% | 0.87% | - |
| XYZ | 35.29 | 24.92 | 4.54 | - |
| YUV | 129.37 | 74.75 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 35 | 0 | 0.55 | 0.84 | 0.13 | 20.74 | 0.75 | 0.51 |
| Hex | DF | 64 | 23 | 0 | 37 | 54 | D | 15 | 4B | 33 |
| Octal | 337 | 144 | 43 | 0 | 67 | 124 | 15 | 25 | 113 | 63 |
| Binary | 11011111 | 1100100 | 100011 | 0 | 110111 | 1010100 | 1101 | 10101 | 1001011 | 110011 |
Color Harmonies of #DF6423
Complementary color
Monochromatic Colors of #DF6423
Black with #DF6423
Text Example
Text Example
White with #DF6423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6423; }
p { color: rgb(223,100,35); }
H1.HeaderClassName
{
color: #DF6423;
}
.AnyTagClassName
{
color: #DF6423;
}
</style>
background-color css
<style>
a { background-color: #DF6423; }
a { background-color: rgb(223,100,35); }
div.DivClassName
{
background-color: #DF6423;
}
.BgClassName
{
background-color: #DF6423;
}
</style>
border-color css
<style>
span { border-color: #DF6423; }
span { border-color: rgb(223,100,35); }
td.TdClassName
{
border-color: #DF6423;
}
.TagClassName
{
border-color: #DF6423;
}
</style>