Shades of Wheatfield #DCD4BA
Tints of Wheatfield #DCD4BA
RGB
CMYK
RGB Variations
Color information
#DCD4BA (or 0xDCD4BA) is known color: Wheatfield. HEX triplet: DC, D4 and BA. RGB value is (220,212,186). Sum of RGB (Red+Green+Blue) = 220+212+186=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4BA is #232B45. Grayscale: #D3D3D3. Windows color (decimal): -2304838 or 12244188. OLE color: 12244188.
HSL color Cylindrical-coordinate representation of color #DCD4BA: hue angle of 45.88º degrees, saturation: 0.33, 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 #DCD4BA is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 186 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.14 |
| HSL | 45.88º | 0.33% | 0.8% | - |
| HSV(B) | 45.88º | 0.15% | 0.86% | - |
| XYZ | 61.92 | 65.85 | 55.9 | - |
| YUV | 211.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 186 | 0 | 0.04 | 0.15 | 0.14 | 45.88 | 0.33 | 0.8 |
| Hex | DC | D4 | BA | 0 | 4 | F | E | 2E | 21 | 50 |
| Octal | 334 | 324 | 272 | 0 | 4 | 17 | 16 | 56 | 41 | 120 |
| Binary | 11011100 | 11010100 | 10111010 | 0 | 100 | 1111 | 1110 | 101110 | 100001 | 1010000 |
Color Harmonies of #DCD4BA
Complementary color
Monochromatic Colors of #DCD4BA
Black with #DCD4BA
Text Example
Text Example
White with #DCD4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4BA; }
p { color: rgb(220,212,186); }
H1.HeaderClassName
{
color: #DCD4BA;
}
.AnyTagClassName
{
color: #DCD4BA;
}
</style>
background-color css
<style>
a { background-color: #DCD4BA; }
a { background-color: rgb(220,212,186); }
div.DivClassName
{
background-color: #DCD4BA;
}
.BgClassName
{
background-color: #DCD4BA;
}
</style>
border-color css
<style>
span { border-color: #DCD4BA; }
span { border-color: rgb(220,212,186); }
td.TdClassName
{
border-color: #DCD4BA;
}
.TagClassName
{
border-color: #DCD4BA;
}
</style>