Shades of Chalky #DFC07F
Tints of Chalky #DFC07F
RGB
CMYK
RGB Variations
Color information
#DFC07F (or 0xDFC07F) is known color: Chalky. HEX triplet: DF, C0 and 7F. RGB value is (223,192,127). Sum of RGB (Red+Green+Blue) = 223+192+127=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC07F is #203F80. Grayscale: #C2C2C2. Windows color (decimal): -2113409 or 8372447. OLE color: 8372447.
HSL color Cylindrical-coordinate representation of color #DFC07F: hue angle of 40.62º 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 #DFC07F is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 127 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.13 |
| HSL | 40.63º | 0.6% | 0.69% | - |
| HSV(B) | 40.63º | 0.43% | 0.87% | - |
| XYZ | 53.11 | 54.92 | 27.88 | - |
| YUV | 193.86 | 90.27 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 127 | 0 | 0.14 | 0.43 | 0.13 | 40.63 | 0.6 | 0.69 |
| Hex | DF | C0 | 7F | 0 | E | 2B | D | 29 | 3C | 45 |
| Octal | 337 | 300 | 177 | 0 | 16 | 53 | 15 | 51 | 74 | 105 |
| Binary | 11011111 | 11000000 | 1111111 | 0 | 1110 | 101011 | 1101 | 101001 | 111100 | 1000101 |
Color Harmonies of #DFC07F
Complementary color
Monochromatic Colors of #DFC07F
Black with #DFC07F
Text Example
Text Example
White with #DFC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC07F; }
p { color: rgb(223,192,127); }
H1.HeaderClassName
{
color: #DFC07F;
}
.AnyTagClassName
{
color: #DFC07F;
}
</style>
background-color css
<style>
a { background-color: #DFC07F; }
a { background-color: rgb(223,192,127); }
div.DivClassName
{
background-color: #DFC07F;
}
.BgClassName
{
background-color: #DFC07F;
}
</style>
border-color css
<style>
span { border-color: #DFC07F; }
span { border-color: rgb(223,192,127); }
td.TdClassName
{
border-color: #DFC07F;
}
.TagClassName
{
border-color: #DFC07F;
}
</style>