Shades of Wheatfield #DCD6BC
Tints of Wheatfield #DCD6BC
RGB
CMYK
RGB Variations
Color information
#DCD6BC (or 0xDCD6BC) is known color: Wheatfield. HEX triplet: DC, D6 and BC. RGB value is (220,214,188). Sum of RGB (Red+Green+Blue) = 220+214+188=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6BC is #232943. Grayscale: #D4D4D4. Windows color (decimal): -2304324 or 12375772. OLE color: 12375772.
HSL color Cylindrical-coordinate representation of color #DCD6BC: hue angle of 48.75º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCD6BC is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 188 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.14 |
| HSL | 48.75º | 0.31% | 0.8% | - |
| HSV(B) | 48.75º | 0.15% | 0.86% | - |
| XYZ | 62.64 | 66.94 | 57.2 | - |
| YUV | 212.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 188 | 0 | 0.03 | 0.15 | 0.14 | 48.75 | 0.31 | 0.8 |
| Hex | DC | D6 | BC | 0 | 3 | F | E | 31 | 1F | 50 |
| Octal | 334 | 326 | 274 | 0 | 3 | 17 | 16 | 61 | 37 | 120 |
| Binary | 11011100 | 11010110 | 10111100 | 0 | 11 | 1111 | 1110 | 110001 | 11111 | 1010000 |
Color Harmonies of #DCD6BC
Complementary color
Monochromatic Colors of #DCD6BC
Black with #DCD6BC
Text Example
Text Example
White with #DCD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6BC; }
p { color: rgb(220,214,188); }
H1.HeaderClassName
{
color: #DCD6BC;
}
.AnyTagClassName
{
color: #DCD6BC;
}
</style>
background-color css
<style>
a { background-color: #DCD6BC; }
a { background-color: rgb(220,214,188); }
div.DivClassName
{
background-color: #DCD6BC;
}
.BgClassName
{
background-color: #DCD6BC;
}
</style>
border-color css
<style>
span { border-color: #DCD6BC; }
span { border-color: rgb(220,214,188); }
td.TdClassName
{
border-color: #DCD6BC;
}
.TagClassName
{
border-color: #DCD6BC;
}
</style>