Shades of Wheatfield #DCD7BE
Tints of Wheatfield #DCD7BE
RGB
CMYK
RGB Variations
Color information
#DCD7BE (or 0xDCD7BE) is known color: Wheatfield. HEX triplet: DC, D7 and BE. RGB value is (220,215,190). Sum of RGB (Red+Green+Blue) = 220+215+190=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7BE is #232841. Grayscale: #D5D5D5. Windows color (decimal): -2304066 or 12507100. OLE color: 12507100.
HSL color Cylindrical-coordinate representation of color #DCD7BE: hue angle of 50º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCD7BE is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 190 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.14 |
| HSL | 50º | 0.3% | 0.8% | - |
| HSV(B) | 50º | 0.14% | 0.86% | - |
| XYZ | 63.11 | 67.53 | 58.42 | - |
| YUV | 213.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 190 | 0 | 0.02 | 0.14 | 0.14 | 50 | 0.3 | 0.8 |
| Hex | DC | D7 | BE | 0 | 2 | E | E | 32 | 1E | 50 |
| Octal | 334 | 327 | 276 | 0 | 2 | 16 | 16 | 62 | 36 | 120 |
| Binary | 11011100 | 11010111 | 10111110 | 0 | 10 | 1110 | 1110 | 110010 | 11110 | 1010000 |
Color Harmonies of #DCD7BE
Complementary color
Monochromatic Colors of #DCD7BE
Black with #DCD7BE
Text Example
Text Example
White with #DCD7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7BE; }
p { color: rgb(220,215,190); }
H1.HeaderClassName
{
color: #DCD7BE;
}
.AnyTagClassName
{
color: #DCD7BE;
}
</style>
background-color css
<style>
a { background-color: #DCD7BE; }
a { background-color: rgb(220,215,190); }
div.DivClassName
{
background-color: #DCD7BE;
}
.BgClassName
{
background-color: #DCD7BE;
}
</style>
border-color css
<style>
span { border-color: #DCD7BE; }
span { border-color: rgb(220,215,190); }
td.TdClassName
{
border-color: #DCD7BE;
}
.TagClassName
{
border-color: #DCD7BE;
}
</style>