Shades of Wheatfield #DFD8C2
Tints of Wheatfield #DFD8C2
RGB
CMYK
RGB Variations
Color information
#DFD8C2 (or 0xDFD8C2) is known color: Wheatfield. HEX triplet: DF, D8 and C2. RGB value is (223,216,194). Sum of RGB (Red+Green+Blue) = 223+216+194=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8C2 is #20273D. Grayscale: #D7D7D7. Windows color (decimal): -2107198 or 12769503. OLE color: 12769503.
HSL color Cylindrical-coordinate representation of color #DFD8C2: hue angle of 45.52º degrees, saturation: 0.31, 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 #DFD8C2 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 194 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.13 |
| HSL | 45.52º | 0.31% | 0.82% | - |
| HSV(B) | 45.52º | 0.13% | 0.87% | - |
| XYZ | 64.72 | 68.69 | 60.89 | - |
| YUV | 215.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 194 | 0 | 0.03 | 0.13 | 0.13 | 45.52 | 0.31 | 0.82 |
| Hex | DF | D8 | C2 | 0 | 3 | D | D | 2E | 1F | 52 |
| Octal | 337 | 330 | 302 | 0 | 3 | 15 | 15 | 56 | 37 | 122 |
| Binary | 11011111 | 11011000 | 11000010 | 0 | 11 | 1101 | 1101 | 101110 | 11111 | 1010010 |
Color Harmonies of #DFD8C2
Complementary color
Monochromatic Colors of #DFD8C2
Black with #DFD8C2
Text Example
Text Example
White with #DFD8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD8C2; }
p { color: rgb(223,216,194); }
H1.HeaderClassName
{
color: #DFD8C2;
}
.AnyTagClassName
{
color: #DFD8C2;
}
</style>
background-color css
<style>
a { background-color: #DFD8C2; }
a { background-color: rgb(223,216,194); }
div.DivClassName
{
background-color: #DFD8C2;
}
.BgClassName
{
background-color: #DFD8C2;
}
</style>
border-color css
<style>
span { border-color: #DFD8C2; }
span { border-color: rgb(223,216,194); }
td.TdClassName
{
border-color: #DFD8C2;
}
.TagClassName
{
border-color: #DFD8C2;
}
</style>