Shades of Wheatfield #DDD6BF
Tints of Wheatfield #DDD6BF
RGB
CMYK
RGB Variations
Color information
#DDD6BF (or 0xDDD6BF) is known color: Wheatfield. HEX triplet: DD, D6 and BF. RGB value is (221,214,191). Sum of RGB (Red+Green+Blue) = 221+214+191=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6BF is #222940. Grayscale: #D5D5D5. Windows color (decimal): -2238785 or 12572381. OLE color: 12572381.
HSL color Cylindrical-coordinate representation of color #DDD6BF: hue angle of 46º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD6BF is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 191 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.13 |
| HSL | 46º | 0.31% | 0.81% | - |
| HSV(B) | 46º | 0.14% | 0.87% | - |
| XYZ | 63.27 | 67.23 | 58.93 | - |
| YUV | 213.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 191 | 0 | 0.03 | 0.14 | 0.13 | 46 | 0.31 | 0.81 |
| Hex | DD | D6 | BF | 0 | 3 | E | D | 2E | 1F | 51 |
| Octal | 335 | 326 | 277 | 0 | 3 | 16 | 15 | 56 | 37 | 121 |
| Binary | 11011101 | 11010110 | 10111111 | 0 | 11 | 1110 | 1101 | 101110 | 11111 | 1010001 |
Color Harmonies of #DDD6BF
Complementary color
Monochromatic Colors of #DDD6BF
Black with #DDD6BF
Text Example
Text Example
White with #DDD6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6BF; }
p { color: rgb(221,214,191); }
H1.HeaderClassName
{
color: #DDD6BF;
}
.AnyTagClassName
{
color: #DDD6BF;
}
</style>
background-color css
<style>
a { background-color: #DDD6BF; }
a { background-color: rgb(221,214,191); }
div.DivClassName
{
background-color: #DDD6BF;
}
.BgClassName
{
background-color: #DDD6BF;
}
</style>
border-color css
<style>
span { border-color: #DDD6BF; }
span { border-color: rgb(221,214,191); }
td.TdClassName
{
border-color: #DDD6BF;
}
.TagClassName
{
border-color: #DDD6BF;
}
</style>