Shades of Chocolate #DF521B
Tints of Chocolate #DF521B
RGB
CMYK
RGB Variations
Color information
#DF521B (or 0xDF521B) is known color: Chocolate. HEX triplet: DF, 52 and 1B. RGB value is (223,82,27). Sum of RGB (Red+Green+Blue) = 223+82+27=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF521B is #20ADE4. Grayscale: #767676. Windows color (decimal): -2141669 or 1790687. OLE color: 1790687.
HSL color Cylindrical-coordinate representation of color #DF521B: hue angle of 16.84º degrees, saturation: 0.78, 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 #DF521B is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 27 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.13 |
| HSL | 16.84º | 0.78% | 0.49% | - |
| HSV(B) | 16.84º | 0.88% | 0.87% | - |
| XYZ | 33.65 | 21.8 | 3.47 | - |
| YUV | 117.89 | 76.71 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 27 | 0 | 0.63 | 0.88 | 0.13 | 16.84 | 0.78 | 0.49 |
| Hex | DF | 52 | 1B | 0 | 3F | 58 | D | 11 | 4E | 31 |
| Octal | 337 | 122 | 33 | 0 | 77 | 130 | 15 | 21 | 116 | 61 |
| Binary | 11011111 | 1010010 | 11011 | 0 | 111111 | 1011000 | 1101 | 10001 | 1001110 | 110001 |
Color Harmonies of #DF521B
Complementary color
Monochromatic Colors of #DF521B
Black with #DF521B
Text Example
Text Example
White with #DF521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF521B; }
p { color: rgb(223,82,27); }
H1.HeaderClassName
{
color: #DF521B;
}
.AnyTagClassName
{
color: #DF521B;
}
</style>
background-color css
<style>
a { background-color: #DF521B; }
a { background-color: rgb(223,82,27); }
div.DivClassName
{
background-color: #DF521B;
}
.BgClassName
{
background-color: #DF521B;
}
</style>
border-color css
<style>
span { border-color: #DF521B; }
span { border-color: rgb(223,82,27); }
td.TdClassName
{
border-color: #DF521B;
}
.TagClassName
{
border-color: #DF521B;
}
</style>