Shades of Wheatfield #DCD6C0
Tints of Wheatfield #DCD6C0
RGB
CMYK
RGB Variations
Color information
#DCD6C0 (or 0xDCD6C0) is known color: Wheatfield. HEX triplet: DC, D6 and C0. RGB value is (220,214,192). Sum of RGB (Red+Green+Blue) = 220+214+192=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6C0 is #23293F. Grayscale: #D5D5D5. Windows color (decimal): -2304320 or 12637916. OLE color: 12637916.
HSL color Cylindrical-coordinate representation of color #DCD6C0: hue angle of 47.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCD6C0 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 192 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.14 |
| HSL | 47.14º | 0.29% | 0.81% | - |
| HSV(B) | 47.14º | 0.13% | 0.86% | - |
| XYZ | 63.08 | 67.11 | 59.5 | - |
| YUV | 213.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 192 | 0 | 0.03 | 0.13 | 0.14 | 47.14 | 0.29 | 0.81 |
| Hex | DC | D6 | C0 | 0 | 3 | D | E | 2F | 1D | 51 |
| Octal | 334 | 326 | 300 | 0 | 3 | 15 | 16 | 57 | 35 | 121 |
| Binary | 11011100 | 11010110 | 11000000 | 0 | 11 | 1101 | 1110 | 101111 | 11101 | 1010001 |
Color Harmonies of #DCD6C0
Complementary color
Monochromatic Colors of #DCD6C0
Black with #DCD6C0
Text Example
Text Example
White with #DCD6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6C0; }
p { color: rgb(220,214,192); }
H1.HeaderClassName
{
color: #DCD6C0;
}
.AnyTagClassName
{
color: #DCD6C0;
}
</style>
background-color css
<style>
a { background-color: #DCD6C0; }
a { background-color: rgb(220,214,192); }
div.DivClassName
{
background-color: #DCD6C0;
}
.BgClassName
{
background-color: #DCD6C0;
}
</style>
border-color css
<style>
span { border-color: #DCD6C0; }
span { border-color: rgb(220,214,192); }
td.TdClassName
{
border-color: #DCD6C0;
}
.TagClassName
{
border-color: #DCD6C0;
}
</style>