Shades of Chocolate #DF621A
Tints of Chocolate #DF621A
RGB
CMYK
RGB Variations
Color information
#DF621A (or 0xDF621A) is known color: Chocolate. HEX triplet: DF, 62 and 1A. RGB value is (223,98,26). Sum of RGB (Red+Green+Blue) = 223+98+26=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF621A is #209DE5. Grayscale: #7F7F7F. Windows color (decimal): -2137574 or 1729247. OLE color: 1729247.
HSL color Cylindrical-coordinate representation of color #DF621A: hue angle of 21.93º 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 #DF621A is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 26 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.13 |
| HSL | 21.93º | 0.79% | 0.49% | - |
| HSV(B) | 21.93º | 0.88% | 0.87% | - |
| XYZ | 34.99 | 24.5 | 3.86 | - |
| YUV | 127.17 | 70.91 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 26 | 0 | 0.56 | 0.88 | 0.13 | 21.93 | 0.79 | 0.49 |
| Hex | DF | 62 | 1A | 0 | 38 | 58 | D | 16 | 4F | 31 |
| Octal | 337 | 142 | 32 | 0 | 70 | 130 | 15 | 26 | 117 | 61 |
| Binary | 11011111 | 1100010 | 11010 | 0 | 111000 | 1011000 | 1101 | 10110 | 1001111 | 110001 |
Color Harmonies of #DF621A
Complementary color
Monochromatic Colors of #DF621A
Black with #DF621A
Text Example
Text Example
White with #DF621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF621A; }
p { color: rgb(223,98,26); }
H1.HeaderClassName
{
color: #DF621A;
}
.AnyTagClassName
{
color: #DF621A;
}
</style>
background-color css
<style>
a { background-color: #DF621A; }
a { background-color: rgb(223,98,26); }
div.DivClassName
{
background-color: #DF621A;
}
.BgClassName
{
background-color: #DF621A;
}
</style>
border-color css
<style>
span { border-color: #DF621A; }
span { border-color: rgb(223,98,26); }
td.TdClassName
{
border-color: #DF621A;
}
.TagClassName
{
border-color: #DF621A;
}
</style>