Shades of Wheatfield #DCD4BC
Tints of Wheatfield #DCD4BC
RGB
CMYK
RGB Variations
Color information
#DCD4BC (or 0xDCD4BC) is known color: Wheatfield. HEX triplet: DC, D4 and BC. RGB value is (220,212,188). Sum of RGB (Red+Green+Blue) = 220+212+188=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4BC is #232B43. Grayscale: #D3D3D3. Windows color (decimal): -2304836 or 12375260. OLE color: 12375260.
HSL color Cylindrical-coordinate representation of color #DCD4BC: hue angle of 45º 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 #DCD4BC is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 188 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.14 |
| HSL | 45º | 0.31% | 0.8% | - |
| HSV(B) | 45º | 0.15% | 0.86% | - |
| XYZ | 62.14 | 65.93 | 57.03 | - |
| YUV | 211.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 188 | 0 | 0.04 | 0.15 | 0.14 | 45 | 0.31 | 0.8 |
| Hex | DC | D4 | BC | 0 | 4 | F | E | 2D | 1F | 50 |
| Octal | 334 | 324 | 274 | 0 | 4 | 17 | 16 | 55 | 37 | 120 |
| Binary | 11011100 | 11010100 | 10111100 | 0 | 100 | 1111 | 1110 | 101101 | 11111 | 1010000 |
Color Harmonies of #DCD4BC
Complementary color
Monochromatic Colors of #DCD4BC
Black with #DCD4BC
Text Example
Text Example
White with #DCD4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4BC; }
p { color: rgb(220,212,188); }
H1.HeaderClassName
{
color: #DCD4BC;
}
.AnyTagClassName
{
color: #DCD4BC;
}
</style>
background-color css
<style>
a { background-color: #DCD4BC; }
a { background-color: rgb(220,212,188); }
div.DivClassName
{
background-color: #DCD4BC;
}
.BgClassName
{
background-color: #DCD4BC;
}
</style>
border-color css
<style>
span { border-color: #DCD4BC; }
span { border-color: rgb(220,212,188); }
td.TdClassName
{
border-color: #DCD4BC;
}
.TagClassName
{
border-color: #DCD4BC;
}
</style>