Shades of Wheatfield #DFD9C0
Tints of Wheatfield #DFD9C0
RGB
CMYK
RGB Variations
Color information
#DFD9C0 (or 0xDFD9C0) is known color: Wheatfield. HEX triplet: DF, D9 and C0. RGB value is (223,217,192). Sum of RGB (Red+Green+Blue) = 223+217+192=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9C0 is #20263F. Grayscale: #D8D8D8. Windows color (decimal): -2106944 or 12638687. OLE color: 12638687.
HSL color Cylindrical-coordinate representation of color #DFD9C0: hue angle of 48.39º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFD9C0 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 192 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.13 |
| HSL | 48.39º | 0.33% | 0.81% | - |
| HSV(B) | 48.39º | 0.14% | 0.87% | - |
| XYZ | 64.76 | 69.12 | 59.8 | - |
| YUV | 215.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 192 | 0 | 0.03 | 0.14 | 0.13 | 48.39 | 0.33 | 0.81 |
| Hex | DF | D9 | C0 | 0 | 3 | E | D | 30 | 21 | 51 |
| Octal | 337 | 331 | 300 | 0 | 3 | 16 | 15 | 60 | 41 | 121 |
| Binary | 11011111 | 11011001 | 11000000 | 0 | 11 | 1110 | 1101 | 110000 | 100001 | 1010001 |
Color Harmonies of #DFD9C0
Complementary color
Monochromatic Colors of #DFD9C0
Black with #DFD9C0
Text Example
Text Example
White with #DFD9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD9C0; }
p { color: rgb(223,217,192); }
H1.HeaderClassName
{
color: #DFD9C0;
}
.AnyTagClassName
{
color: #DFD9C0;
}
</style>
background-color css
<style>
a { background-color: #DFD9C0; }
a { background-color: rgb(223,217,192); }
div.DivClassName
{
background-color: #DFD9C0;
}
.BgClassName
{
background-color: #DFD9C0;
}
</style>
border-color css
<style>
span { border-color: #DFD9C0; }
span { border-color: rgb(223,217,192); }
td.TdClassName
{
border-color: #DFD9C0;
}
.TagClassName
{
border-color: #DFD9C0;
}
</style>