Shades of Chalky #DFC07C
Tints of Chalky #DFC07C
RGB
CMYK
RGB Variations
Color information
#DFC07C (or 0xDFC07C) is known color: Chalky. HEX triplet: DF, C0 and 7C. RGB value is (223,192,124). Sum of RGB (Red+Green+Blue) = 223+192+124=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC07C is #203F83. Grayscale: #C1C1C1. Windows color (decimal): -2113412 or 8175839. OLE color: 8175839.
HSL color Cylindrical-coordinate representation of color #DFC07C: hue angle of 41.21º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFC07C is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 124 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.13 |
| HSL | 41.21º | 0.61% | 0.68% | - |
| HSV(B) | 41.21º | 0.44% | 0.87% | - |
| XYZ | 52.92 | 54.84 | 26.87 | - |
| YUV | 193.52 | 88.77 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 124 | 0 | 0.14 | 0.44 | 0.13 | 41.21 | 0.61 | 0.68 |
| Hex | DF | C0 | 7C | 0 | E | 2C | D | 29 | 3D | 44 |
| Octal | 337 | 300 | 174 | 0 | 16 | 54 | 15 | 51 | 75 | 104 |
| Binary | 11011111 | 11000000 | 1111100 | 0 | 1110 | 101100 | 1101 | 101001 | 111101 | 1000100 |
Color Harmonies of #DFC07C
Complementary color
Monochromatic Colors of #DFC07C
Black with #DFC07C
Text Example
Text Example
White with #DFC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC07C; }
p { color: rgb(223,192,124); }
H1.HeaderClassName
{
color: #DFC07C;
}
.AnyTagClassName
{
color: #DFC07C;
}
</style>
background-color css
<style>
a { background-color: #DFC07C; }
a { background-color: rgb(223,192,124); }
div.DivClassName
{
background-color: #DFC07C;
}
.BgClassName
{
background-color: #DFC07C;
}
</style>
border-color css
<style>
span { border-color: #DFC07C; }
span { border-color: rgb(223,192,124); }
td.TdClassName
{
border-color: #DFC07C;
}
.TagClassName
{
border-color: #DFC07C;
}
</style>