Shades of Chalky #DFC57A
Tints of Chalky #DFC57A
RGB
CMYK
RGB Variations
Color information
#DFC57A (or 0xDFC57A) is known color: Chalky. HEX triplet: DF, C5 and 7A. RGB value is (223,197,122). Sum of RGB (Red+Green+Blue) = 223+197+122=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC57A is #203A85. Grayscale: #C4C4C4. Windows color (decimal): -2112134 or 8046047. OLE color: 8046047.
HSL color Cylindrical-coordinate representation of color #DFC57A: hue angle of 44.55º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFC57A is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 122 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.13 |
| HSL | 44.55º | 0.61% | 0.68% | - |
| HSV(B) | 44.55º | 0.45% | 0.87% | - |
| XYZ | 53.91 | 57.03 | 26.58 | - |
| YUV | 196.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 122 | 0 | 0.12 | 0.45 | 0.13 | 44.55 | 0.61 | 0.68 |
| Hex | DF | C5 | 7A | 0 | C | 2D | D | 2D | 3D | 44 |
| Octal | 337 | 305 | 172 | 0 | 14 | 55 | 15 | 55 | 75 | 104 |
| Binary | 11011111 | 11000101 | 1111010 | 0 | 1100 | 101101 | 1101 | 101101 | 111101 | 1000100 |
Color Harmonies of #DFC57A
Complementary color
Monochromatic Colors of #DFC57A
Black with #DFC57A
Text Example
Text Example
White with #DFC57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC57A; }
p { color: rgb(223,197,122); }
H1.HeaderClassName
{
color: #DFC57A;
}
.AnyTagClassName
{
color: #DFC57A;
}
</style>
background-color css
<style>
a { background-color: #DFC57A; }
a { background-color: rgb(223,197,122); }
div.DivClassName
{
background-color: #DFC57A;
}
.BgClassName
{
background-color: #DFC57A;
}
</style>
border-color css
<style>
span { border-color: #DFC57A; }
span { border-color: rgb(223,197,122); }
td.TdClassName
{
border-color: #DFC57A;
}
.TagClassName
{
border-color: #DFC57A;
}
</style>