Shades of Wheatfield #DCD4BB
Tints of Wheatfield #DCD4BB
RGB
CMYK
RGB Variations
Color information
#DCD4BB (or 0xDCD4BB) is known color: Wheatfield. HEX triplet: DC, D4 and BB. RGB value is (220,212,187). Sum of RGB (Red+Green+Blue) = 220+212+187=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4BB is #232B44. Grayscale: #D3D3D3. Windows color (decimal): -2304837 or 12309724. OLE color: 12309724.
HSL color Cylindrical-coordinate representation of color #DCD4BB: hue angle of 45.45º degrees, saturation: 0.32, 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 #DCD4BB is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 187 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.14 |
| HSL | 45.45º | 0.32% | 0.8% | - |
| HSV(B) | 45.45º | 0.15% | 0.86% | - |
| XYZ | 62.03 | 65.89 | 56.46 | - |
| YUV | 211.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 187 | 0 | 0.04 | 0.15 | 0.14 | 45.45 | 0.32 | 0.8 |
| Hex | DC | D4 | BB | 0 | 4 | F | E | 2D | 20 | 50 |
| Octal | 334 | 324 | 273 | 0 | 4 | 17 | 16 | 55 | 40 | 120 |
| Binary | 11011100 | 11010100 | 10111011 | 0 | 100 | 1111 | 1110 | 101101 | 100000 | 1010000 |
Color Harmonies of #DCD4BB
Complementary color
Monochromatic Colors of #DCD4BB
Black with #DCD4BB
Text Example
Text Example
White with #DCD4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4BB; }
p { color: rgb(220,212,187); }
H1.HeaderClassName
{
color: #DCD4BB;
}
.AnyTagClassName
{
color: #DCD4BB;
}
</style>
background-color css
<style>
a { background-color: #DCD4BB; }
a { background-color: rgb(220,212,187); }
div.DivClassName
{
background-color: #DCD4BB;
}
.BgClassName
{
background-color: #DCD4BB;
}
</style>
border-color css
<style>
span { border-color: #DCD4BB; }
span { border-color: rgb(220,212,187); }
td.TdClassName
{
border-color: #DCD4BB;
}
.TagClassName
{
border-color: #DCD4BB;
}
</style>