Shades of Wheatfield #DFD8C4
Tints of Wheatfield #DFD8C4
RGB
CMYK
RGB Variations
Color information
#DFD8C4 (or 0xDFD8C4) is known color: Wheatfield. HEX triplet: DF, D8 and C4. RGB value is (223,216,196). Sum of RGB (Red+Green+Blue) = 223+216+196=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8C4 is #20273B. Grayscale: #D7D7D7. Windows color (decimal): -2107196 or 12900575. OLE color: 12900575.
HSL color Cylindrical-coordinate representation of color #DFD8C4: hue angle of 44.44º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFD8C4 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 196 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.13 |
| HSL | 44.44º | 0.3% | 0.82% | - |
| HSV(B) | 44.44º | 0.12% | 0.87% | - |
| XYZ | 64.95 | 68.79 | 62.08 | - |
| YUV | 215.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 196 | 0 | 0.03 | 0.12 | 0.13 | 44.44 | 0.3 | 0.82 |
| Hex | DF | D8 | C4 | 0 | 3 | C | D | 2C | 1E | 52 |
| Octal | 337 | 330 | 304 | 0 | 3 | 14 | 15 | 54 | 36 | 122 |
| Binary | 11011111 | 11011000 | 11000100 | 0 | 11 | 1100 | 1101 | 101100 | 11110 | 1010010 |
Color Harmonies of #DFD8C4
Complementary color
Monochromatic Colors of #DFD8C4
Black with #DFD8C4
Text Example
Text Example
White with #DFD8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD8C4; }
p { color: rgb(223,216,196); }
H1.HeaderClassName
{
color: #DFD8C4;
}
.AnyTagClassName
{
color: #DFD8C4;
}
</style>
background-color css
<style>
a { background-color: #DFD8C4; }
a { background-color: rgb(223,216,196); }
div.DivClassName
{
background-color: #DFD8C4;
}
.BgClassName
{
background-color: #DFD8C4;
}
</style>
border-color css
<style>
span { border-color: #DFD8C4; }
span { border-color: rgb(223,216,196); }
td.TdClassName
{
border-color: #DFD8C4;
}
.TagClassName
{
border-color: #DFD8C4;
}
</style>