Shades of Chocolate #DF531B
Tints of Chocolate #DF531B
RGB
CMYK
RGB Variations
Color information
#DF531B (or 0xDF531B) is known color: Chocolate. HEX triplet: DF, 53 and 1B. RGB value is (223,83,27). Sum of RGB (Red+Green+Blue) = 223+83+27=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF531B is #20ACE4. Grayscale: #767676. Windows color (decimal): -2141413 or 1790943. OLE color: 1790943.
HSL color Cylindrical-coordinate representation of color #DF531B: hue angle of 17.14º 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 #DF531B is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 27 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.13 |
| HSL | 17.14º | 0.78% | 0.49% | - |
| HSV(B) | 17.14º | 0.88% | 0.87% | - |
| XYZ | 33.72 | 21.95 | 3.5 | - |
| YUV | 118.48 | 76.38 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 27 | 0 | 0.63 | 0.88 | 0.13 | 17.14 | 0.78 | 0.49 |
| Hex | DF | 53 | 1B | 0 | 3F | 58 | D | 11 | 4E | 31 |
| Octal | 337 | 123 | 33 | 0 | 77 | 130 | 15 | 21 | 116 | 61 |
| Binary | 11011111 | 1010011 | 11011 | 0 | 111111 | 1011000 | 1101 | 10001 | 1001110 | 110001 |
Color Harmonies of #DF531B
Complementary color
Monochromatic Colors of #DF531B
Black with #DF531B
Text Example
Text Example
White with #DF531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF531B; }
p { color: rgb(223,83,27); }
H1.HeaderClassName
{
color: #DF531B;
}
.AnyTagClassName
{
color: #DF531B;
}
</style>
background-color css
<style>
a { background-color: #DF531B; }
a { background-color: rgb(223,83,27); }
div.DivClassName
{
background-color: #DF531B;
}
.BgClassName
{
background-color: #DF531B;
}
</style>
border-color css
<style>
span { border-color: #DF531B; }
span { border-color: rgb(223,83,27); }
td.TdClassName
{
border-color: #DF531B;
}
.TagClassName
{
border-color: #DF531B;
}
</style>