Shades of Chalky #DFC57F
Tints of Chalky #DFC57F
RGB
CMYK
RGB Variations
Color information
#DFC57F (or 0xDFC57F) is known color: Chalky. HEX triplet: DF, C5 and 7F. RGB value is (223,197,127). Sum of RGB (Red+Green+Blue) = 223+197+127=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC57F is #203A80. Grayscale: #C5C5C5. Windows color (decimal): -2112129 or 8373727. OLE color: 8373727.
HSL color Cylindrical-coordinate representation of color #DFC57F: hue angle of 43.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFC57F is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 127 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.13 |
| HSL | 43.75º | 0.6% | 0.69% | - |
| HSV(B) | 43.75º | 0.43% | 0.87% | - |
| XYZ | 54.23 | 57.15 | 28.25 | - |
| YUV | 196.79 | 88.61 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 127 | 0 | 0.12 | 0.43 | 0.13 | 43.75 | 0.6 | 0.69 |
| Hex | DF | C5 | 7F | 0 | C | 2B | D | 2C | 3C | 45 |
| Octal | 337 | 305 | 177 | 0 | 14 | 53 | 15 | 54 | 74 | 105 |
| Binary | 11011111 | 11000101 | 1111111 | 0 | 1100 | 101011 | 1101 | 101100 | 111100 | 1000101 |
Color Harmonies of #DFC57F
Complementary color
Monochromatic Colors of #DFC57F
Black with #DFC57F
Text Example
Text Example
White with #DFC57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC57F; }
p { color: rgb(223,197,127); }
H1.HeaderClassName
{
color: #DFC57F;
}
.AnyTagClassName
{
color: #DFC57F;
}
</style>
background-color css
<style>
a { background-color: #DFC57F; }
a { background-color: rgb(223,197,127); }
div.DivClassName
{
background-color: #DFC57F;
}
.BgClassName
{
background-color: #DFC57F;
}
</style>
border-color css
<style>
span { border-color: #DFC57F; }
span { border-color: rgb(223,197,127); }
td.TdClassName
{
border-color: #DFC57F;
}
.TagClassName
{
border-color: #DFC57F;
}
</style>