Shades of Chalky #DFC079
Tints of Chalky #DFC079
RGB
CMYK
RGB Variations
Color information
#DFC079 (or 0xDFC079) is known color: Chalky. HEX triplet: DF, C0 and 79. RGB value is (223,192,121). Sum of RGB (Red+Green+Blue) = 223+192+121=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC079 is #203F86. Grayscale: #C1C1C1. Windows color (decimal): -2113415 or 7979231. OLE color: 7979231.
HSL color Cylindrical-coordinate representation of color #DFC079: hue angle of 41.76º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFC079 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 121 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.13 |
| HSL | 41.76º | 0.61% | 0.67% | - |
| HSV(B) | 41.76º | 0.46% | 0.87% | - |
| XYZ | 52.73 | 54.77 | 25.88 | - |
| YUV | 193.18 | 87.27 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 121 | 0 | 0.14 | 0.46 | 0.13 | 41.76 | 0.61 | 0.67 |
| Hex | DF | C0 | 79 | 0 | E | 2E | D | 2A | 3D | 43 |
| Octal | 337 | 300 | 171 | 0 | 16 | 56 | 15 | 52 | 75 | 103 |
| Binary | 11011111 | 11000000 | 1111001 | 0 | 1110 | 101110 | 1101 | 101010 | 111101 | 1000011 |
Color Harmonies of #DFC079
Complementary color
Monochromatic Colors of #DFC079
Black with #DFC079
Text Example
Text Example
White with #DFC079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC079; }
p { color: rgb(223,192,121); }
H1.HeaderClassName
{
color: #DFC079;
}
.AnyTagClassName
{
color: #DFC079;
}
</style>
background-color css
<style>
a { background-color: #DFC079; }
a { background-color: rgb(223,192,121); }
div.DivClassName
{
background-color: #DFC079;
}
.BgClassName
{
background-color: #DFC079;
}
</style>
border-color css
<style>
span { border-color: #DFC079; }
span { border-color: rgb(223,192,121); }
td.TdClassName
{
border-color: #DFC079;
}
.TagClassName
{
border-color: #DFC079;
}
</style>