Shades of Wheatfield #DFD8C3
Tints of Wheatfield #DFD8C3
RGB
CMYK
RGB Variations
Color information
#DFD8C3 (or 0xDFD8C3) is known color: Wheatfield. HEX triplet: DF, D8 and C3. RGB value is (223,216,195). Sum of RGB (Red+Green+Blue) = 223+216+195=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 195 (76.56% from 255 or 30.76% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8C3 is #20273C. Grayscale: #D7D7D7. Windows color (decimal): -2107197 or 12835039. OLE color: 12835039.
HSL color Cylindrical-coordinate representation of color #DFD8C3: hue angle of 45º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFD8C3 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 195 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.13 |
| HSL | 45º | 0.3% | 0.82% | - |
| HSV(B) | 45º | 0.13% | 0.87% | - |
| XYZ | 64.84 | 68.74 | 61.48 | - |
| YUV | 215.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 195 | 0 | 0.03 | 0.13 | 0.13 | 45 | 0.3 | 0.82 |
| Hex | DF | D8 | C3 | 0 | 3 | D | D | 2D | 1E | 52 |
| Octal | 337 | 330 | 303 | 0 | 3 | 15 | 15 | 55 | 36 | 122 |
| Binary | 11011111 | 11011000 | 11000011 | 0 | 11 | 1101 | 1101 | 101101 | 11110 | 1010010 |
Color Harmonies of #DFD8C3
Complementary color
Monochromatic Colors of #DFD8C3
Black with #DFD8C3
Text Example
Text Example
White with #DFD8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD8C3; }
p { color: rgb(223,216,195); }
H1.HeaderClassName
{
color: #DFD8C3;
}
.AnyTagClassName
{
color: #DFD8C3;
}
</style>
background-color css
<style>
a { background-color: #DFD8C3; }
a { background-color: rgb(223,216,195); }
div.DivClassName
{
background-color: #DFD8C3;
}
.BgClassName
{
background-color: #DFD8C3;
}
</style>
border-color css
<style>
span { border-color: #DFD8C3; }
span { border-color: rgb(223,216,195); }
td.TdClassName
{
border-color: #DFD8C3;
}
.TagClassName
{
border-color: #DFD8C3;
}
</style>