Shades of Chocolate #DF6523
Tints of Chocolate #DF6523
RGB
CMYK
RGB Variations
Color information
#DF6523 (or 0xDF6523) is known color: Chocolate. HEX triplet: DF, 65 and 23. RGB value is (223,101,35). Sum of RGB (Red+Green+Blue) = 223+101+35=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6523 is #209ADC. Grayscale: #828282. Windows color (decimal): -2136797 or 2319839. OLE color: 2319839.
HSL color Cylindrical-coordinate representation of color #DF6523: hue angle of 21.06º 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 #DF6523 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 35 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.13 |
| HSL | 21.06º | 0.75% | 0.51% | - |
| HSV(B) | 21.06º | 0.84% | 0.87% | - |
| XYZ | 35.39 | 25.12 | 4.57 | - |
| YUV | 129.95 | 74.42 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 35 | 0 | 0.55 | 0.84 | 0.13 | 21.06 | 0.75 | 0.51 |
| Hex | DF | 65 | 23 | 0 | 37 | 54 | D | 15 | 4B | 33 |
| Octal | 337 | 145 | 43 | 0 | 67 | 124 | 15 | 25 | 113 | 63 |
| Binary | 11011111 | 1100101 | 100011 | 0 | 110111 | 1010100 | 1101 | 10101 | 1001011 | 110011 |
Color Harmonies of #DF6523
Complementary color
Monochromatic Colors of #DF6523
Black with #DF6523
Text Example
Text Example
White with #DF6523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6523; }
p { color: rgb(223,101,35); }
H1.HeaderClassName
{
color: #DF6523;
}
.AnyTagClassName
{
color: #DF6523;
}
</style>
background-color css
<style>
a { background-color: #DF6523; }
a { background-color: rgb(223,101,35); }
div.DivClassName
{
background-color: #DF6523;
}
.BgClassName
{
background-color: #DF6523;
}
</style>
border-color css
<style>
span { border-color: #DF6523; }
span { border-color: rgb(223,101,35); }
td.TdClassName
{
border-color: #DF6523;
}
.TagClassName
{
border-color: #DF6523;
}
</style>