Shades of Wheatfield #DFD5C0
Tints of Wheatfield #DFD5C0
RGB
CMYK
RGB Variations
Color information
#DFD5C0 (or 0xDFD5C0) is known color: Wheatfield. HEX triplet: DF, D5 and C0. RGB value is (223,213,192). Sum of RGB (Red+Green+Blue) = 223+213+192=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5C0 is #202A3F. Grayscale: #D5D5D5. Windows color (decimal): -2107968 or 12637663. OLE color: 12637663.
HSL color Cylindrical-coordinate representation of color #DFD5C0: hue angle of 40.65º 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 #DFD5C0 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 213 | 192 | - |
CMYK | 0 | 0.04 | 0.14 | 0.13 |
HSL | 40.65º | 0.33% | 0.81% | - |
HSV(B) | 40.65º | 0.14% | 0.87% | - |
XYZ | 63.74 | 67.08 | 59.46 | - |
YUV | 213.6 | 115.81 | 134.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 213 | 192 | 0 | 0.04 | 0.14 | 0.13 | 40.65 | 0.33 | 0.81 |
Hex | DF | D5 | C0 | 0 | 4 | E | D | 29 | 21 | 51 |
Octal | 337 | 325 | 300 | 0 | 4 | 16 | 15 | 51 | 41 | 121 |
Binary | 11011111 | 11010101 | 11000000 | 0 | 100 | 1110 | 1101 | 101001 | 100001 | 1010001 |
Color Harmonies of #DFD5C0
Complementary color
Monochromatic Colors of #DFD5C0
Black with #DFD5C0
Text Example
Text Example
White with #DFD5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5C0; }
p { color: rgb(223,213,192); }
H1.HeaderClassName
{
color: #DFD5C0;
}
.AnyTagClassName
{
color: #DFD5C0;
}
</style>
background-color css
<style>
a { background-color: #DFD5C0; }
a { background-color: rgb(223,213,192); }
div.DivClassName
{
background-color: #DFD5C0;
}
.BgClassName
{
background-color: #DFD5C0;
}
</style>
border-color css
<style>
span { border-color: #DFD5C0; }
span { border-color: rgb(223,213,192); }
td.TdClassName
{
border-color: #DFD5C0;
}
.TagClassName
{
border-color: #DFD5C0;
}
</style>