Shades of Wheatfield #DED7BC
Tints of Wheatfield #DED7BC
RGB
CMYK
RGB Variations
Color information
#DED7BC (or 0xDED7BC) is known color: Wheatfield. HEX triplet: DE, D7 and BC. RGB value is (222,215,188). Sum of RGB (Red+Green+Blue) = 222+215+188=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7BC is #212843. Grayscale: #D6D6D6. Windows color (decimal): -2172996 or 12376030. OLE color: 12376030.
HSL color Cylindrical-coordinate representation of color #DED7BC: hue angle of 47.65º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED7BC is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 188 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.13 |
| HSL | 47.65º | 0.34% | 0.8% | - |
| HSV(B) | 47.65º | 0.15% | 0.87% | - |
| XYZ | 63.5 | 67.76 | 57.31 | - |
| YUV | 214.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 188 | 0 | 0.03 | 0.15 | 0.13 | 47.65 | 0.34 | 0.8 |
| Hex | DE | D7 | BC | 0 | 3 | F | D | 30 | 22 | 50 |
| Octal | 336 | 327 | 274 | 0 | 3 | 17 | 15 | 60 | 42 | 120 |
| Binary | 11011110 | 11010111 | 10111100 | 0 | 11 | 1111 | 1101 | 110000 | 100010 | 1010000 |
Color Harmonies of #DED7BC
Complementary color
Monochromatic Colors of #DED7BC
Black with #DED7BC
Text Example
Text Example
White with #DED7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7BC; }
p { color: rgb(222,215,188); }
H1.HeaderClassName
{
color: #DED7BC;
}
.AnyTagClassName
{
color: #DED7BC;
}
</style>
background-color css
<style>
a { background-color: #DED7BC; }
a { background-color: rgb(222,215,188); }
div.DivClassName
{
background-color: #DED7BC;
}
.BgClassName
{
background-color: #DED7BC;
}
</style>
border-color css
<style>
span { border-color: #DED7BC; }
span { border-color: rgb(222,215,188); }
td.TdClassName
{
border-color: #DED7BC;
}
.TagClassName
{
border-color: #DED7BC;
}
</style>