Shades of Chocolate #DF721A
Tints of Chocolate #DF721A
RGB
CMYK
RGB Variations
Color information
#DF721A (or 0xDF721A) is known color: Chocolate. HEX triplet: DF, 72 and 1A. RGB value is (223,114,26). Sum of RGB (Red+Green+Blue) = 223+114+26=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF721A is #208DE5. Grayscale: #898989. Windows color (decimal): -2133478 or 1733343. OLE color: 1733343.
HSL color Cylindrical-coordinate representation of color #DF721A: hue angle of 26.8º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF721A is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 26 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.13 |
| HSL | 26.8º | 0.79% | 0.49% | - |
| HSV(B) | 26.8º | 0.88% | 0.87% | - |
| XYZ | 36.64 | 27.8 | 4.41 | - |
| YUV | 136.56 | 65.61 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 26 | 0 | 0.49 | 0.88 | 0.13 | 26.8 | 0.79 | 0.49 |
| Hex | DF | 72 | 1A | 0 | 31 | 58 | D | 1B | 4F | 31 |
| Octal | 337 | 162 | 32 | 0 | 61 | 130 | 15 | 33 | 117 | 61 |
| Binary | 11011111 | 1110010 | 11010 | 0 | 110001 | 1011000 | 1101 | 11011 | 1001111 | 110001 |
Color Harmonies of #DF721A
Complementary color
Monochromatic Colors of #DF721A
Black with #DF721A
Text Example
Text Example
White with #DF721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF721A; }
p { color: rgb(223,114,26); }
H1.HeaderClassName
{
color: #DF721A;
}
.AnyTagClassName
{
color: #DF721A;
}
</style>
background-color css
<style>
a { background-color: #DF721A; }
a { background-color: rgb(223,114,26); }
div.DivClassName
{
background-color: #DF721A;
}
.BgClassName
{
background-color: #DF721A;
}
</style>
border-color css
<style>
span { border-color: #DF721A; }
span { border-color: rgb(223,114,26); }
td.TdClassName
{
border-color: #DF721A;
}
.TagClassName
{
border-color: #DF721A;
}
</style>