Shades of Wheatfield #DDD4BF
Tints of Wheatfield #DDD4BF
RGB
CMYK
RGB Variations
Color information
#DDD4BF (or 0xDDD4BF) is known color: Wheatfield. HEX triplet: DD, D4 and BF. RGB value is (221,212,191). Sum of RGB (Red+Green+Blue) = 221+212+191=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4BF is #222B40. Grayscale: #D4D4D4. Windows color (decimal): -2239297 or 12571869. OLE color: 12571869.
HSL color Cylindrical-coordinate representation of color #DDD4BF: hue angle of 42º 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 #DDD4BF is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 191 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.13 |
| HSL | 42º | 0.31% | 0.81% | - |
| HSV(B) | 42º | 0.14% | 0.87% | - |
| XYZ | 62.77 | 66.22 | 58.76 | - |
| YUV | 212.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 191 | 0 | 0.04 | 0.14 | 0.13 | 42 | 0.31 | 0.81 |
| Hex | DD | D4 | BF | 0 | 4 | E | D | 2A | 1F | 51 |
| Octal | 335 | 324 | 277 | 0 | 4 | 16 | 15 | 52 | 37 | 121 |
| Binary | 11011101 | 11010100 | 10111111 | 0 | 100 | 1110 | 1101 | 101010 | 11111 | 1010001 |
Color Harmonies of #DDD4BF
Complementary color
Monochromatic Colors of #DDD4BF
Black with #DDD4BF
Text Example
Text Example
White with #DDD4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4BF; }
p { color: rgb(221,212,191); }
H1.HeaderClassName
{
color: #DDD4BF;
}
.AnyTagClassName
{
color: #DDD4BF;
}
</style>
background-color css
<style>
a { background-color: #DDD4BF; }
a { background-color: rgb(221,212,191); }
div.DivClassName
{
background-color: #DDD4BF;
}
.BgClassName
{
background-color: #DDD4BF;
}
</style>
border-color css
<style>
span { border-color: #DDD4BF; }
span { border-color: rgb(221,212,191); }
td.TdClassName
{
border-color: #DDD4BF;
}
.TagClassName
{
border-color: #DDD4BF;
}
</style>