Shades of Wheatfield #DCD6BF
Tints of Wheatfield #DCD6BF
RGB
CMYK
RGB Variations
Color information
#DCD6BF (or 0xDCD6BF) is known color: Wheatfield. HEX triplet: DC, D6 and BF. RGB value is (220,214,191). Sum of RGB (Red+Green+Blue) = 220+214+191=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6BF is #232940. Grayscale: #D5D5D5. Windows color (decimal): -2304321 or 12572380. OLE color: 12572380.
HSL color Cylindrical-coordinate representation of color #DCD6BF: hue angle of 47.59º 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 #DCD6BF is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 191 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.14 |
| HSL | 47.59º | 0.29% | 0.81% | - |
| HSV(B) | 47.59º | 0.13% | 0.86% | - |
| XYZ | 62.97 | 67.07 | 58.92 | - |
| YUV | 213.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 191 | 0 | 0.03 | 0.13 | 0.14 | 47.59 | 0.29 | 0.81 |
| Hex | DC | D6 | BF | 0 | 3 | D | E | 30 | 1D | 51 |
| Octal | 334 | 326 | 277 | 0 | 3 | 15 | 16 | 60 | 35 | 121 |
| Binary | 11011100 | 11010110 | 10111111 | 0 | 11 | 1101 | 1110 | 110000 | 11101 | 1010001 |
Color Harmonies of #DCD6BF
Complementary color
Monochromatic Colors of #DCD6BF
Black with #DCD6BF
Text Example
Text Example
White with #DCD6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6BF; }
p { color: rgb(220,214,191); }
H1.HeaderClassName
{
color: #DCD6BF;
}
.AnyTagClassName
{
color: #DCD6BF;
}
</style>
background-color css
<style>
a { background-color: #DCD6BF; }
a { background-color: rgb(220,214,191); }
div.DivClassName
{
background-color: #DCD6BF;
}
.BgClassName
{
background-color: #DCD6BF;
}
</style>
border-color css
<style>
span { border-color: #DCD6BF; }
span { border-color: rgb(220,214,191); }
td.TdClassName
{
border-color: #DCD6BF;
}
.TagClassName
{
border-color: #DCD6BF;
}
</style>