Shades of Chocolate #DF6522
Tints of Chocolate #DF6522
RGB
CMYK
RGB Variations
Color information
#DF6522 (or 0xDF6522) is known color: Chocolate. HEX triplet: DF, 65 and 22. RGB value is (223,101,34). Sum of RGB (Red+Green+Blue) = 223+101+34=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6522 is #209ADD. Grayscale: #828282. Windows color (decimal): -2136798 or 2254303. OLE color: 2254303.
HSL color Cylindrical-coordinate representation of color #DF6522: hue angle of 21.27º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF6522 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 34 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.13 |
| HSL | 21.27º | 0.75% | 0.5% | - |
| HSV(B) | 21.27º | 0.85% | 0.87% | - |
| XYZ | 35.37 | 25.11 | 4.5 | - |
| YUV | 129.84 | 73.92 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 34 | 0 | 0.55 | 0.85 | 0.13 | 21.27 | 0.75 | 0.5 |
| Hex | DF | 65 | 22 | 0 | 37 | 55 | D | 15 | 4B | 32 |
| Octal | 337 | 145 | 42 | 0 | 67 | 125 | 15 | 25 | 113 | 62 |
| Binary | 11011111 | 1100101 | 100010 | 0 | 110111 | 1010101 | 1101 | 10101 | 1001011 | 110010 |
Color Harmonies of #DF6522
Complementary color
Monochromatic Colors of #DF6522
Black with #DF6522
Text Example
Text Example
White with #DF6522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6522; }
p { color: rgb(223,101,34); }
H1.HeaderClassName
{
color: #DF6522;
}
.AnyTagClassName
{
color: #DF6522;
}
</style>
background-color css
<style>
a { background-color: #DF6522; }
a { background-color: rgb(223,101,34); }
div.DivClassName
{
background-color: #DF6522;
}
.BgClassName
{
background-color: #DF6522;
}
</style>
border-color css
<style>
span { border-color: #DF6522; }
span { border-color: rgb(223,101,34); }
td.TdClassName
{
border-color: #DF6522;
}
.TagClassName
{
border-color: #DF6522;
}
</style>