Shades of Chocolate #DF5F1A
Tints of Chocolate #DF5F1A
RGB
CMYK
RGB Variations
Color information
#DF5F1A (or 0xDF5F1A) is known color: Chocolate. HEX triplet: DF, 5F and 1A. RGB value is (223,95,26). Sum of RGB (Red+Green+Blue) = 223+95+26=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5F1A is #20A0E5. Grayscale: #7D7D7D. Windows color (decimal): -2138342 or 1728479. OLE color: 1728479.
HSL color Cylindrical-coordinate representation of color #DF5F1A: hue angle of 21.02º 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 #DF5F1A is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 26 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.13 |
| HSL | 21.02º | 0.79% | 0.49% | - |
| HSV(B) | 21.02º | 0.88% | 0.87% | - |
| XYZ | 34.71 | 23.95 | 3.77 | - |
| YUV | 125.41 | 71.91 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 26 | 0 | 0.57 | 0.88 | 0.13 | 21.02 | 0.79 | 0.49 |
| Hex | DF | 5F | 1A | 0 | 39 | 58 | D | 15 | 4F | 31 |
| Octal | 337 | 137 | 32 | 0 | 71 | 130 | 15 | 25 | 117 | 61 |
| Binary | 11011111 | 1011111 | 11010 | 0 | 111001 | 1011000 | 1101 | 10101 | 1001111 | 110001 |
Color Harmonies of #DF5F1A
Complementary color
Monochromatic Colors of #DF5F1A
Black with #DF5F1A
Text Example
Text Example
White with #DF5F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F1A; }
p { color: rgb(223,95,26); }
H1.HeaderClassName
{
color: #DF5F1A;
}
.AnyTagClassName
{
color: #DF5F1A;
}
</style>
background-color css
<style>
a { background-color: #DF5F1A; }
a { background-color: rgb(223,95,26); }
div.DivClassName
{
background-color: #DF5F1A;
}
.BgClassName
{
background-color: #DF5F1A;
}
</style>
border-color css
<style>
span { border-color: #DF5F1A; }
span { border-color: rgb(223,95,26); }
td.TdClassName
{
border-color: #DF5F1A;
}
.TagClassName
{
border-color: #DF5F1A;
}
</style>