Shades of Wheatfield #DDD4BB
Tints of Wheatfield #DDD4BB
RGB
CMYK
RGB Variations
Color information
#DDD4BB (or 0xDDD4BB) is known color: Wheatfield. HEX triplet: DD, D4 and BB. RGB value is (221,212,187). Sum of RGB (Red+Green+Blue) = 221+212+187=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4BB is #222B44. Grayscale: #D3D3D3. Windows color (decimal): -2239301 or 12309725. OLE color: 12309725.
HSL color Cylindrical-coordinate representation of color #DDD4BB: hue angle of 44.12º degrees, saturation: 0.33, 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 #DDD4BB is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 187 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.13 |
| HSL | 44.12º | 0.33% | 0.8% | - |
| HSV(B) | 44.12º | 0.15% | 0.87% | - |
| XYZ | 62.33 | 66.05 | 56.48 | - |
| YUV | 211.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 187 | 0 | 0.04 | 0.15 | 0.13 | 44.12 | 0.33 | 0.8 |
| Hex | DD | D4 | BB | 0 | 4 | F | D | 2C | 21 | 50 |
| Octal | 335 | 324 | 273 | 0 | 4 | 17 | 15 | 54 | 41 | 120 |
| Binary | 11011101 | 11010100 | 10111011 | 0 | 100 | 1111 | 1101 | 101100 | 100001 | 1010000 |
Color Harmonies of #DDD4BB
Complementary color
Monochromatic Colors of #DDD4BB
Black with #DDD4BB
Text Example
Text Example
White with #DDD4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4BB; }
p { color: rgb(221,212,187); }
H1.HeaderClassName
{
color: #DDD4BB;
}
.AnyTagClassName
{
color: #DDD4BB;
}
</style>
background-color css
<style>
a { background-color: #DDD4BB; }
a { background-color: rgb(221,212,187); }
div.DivClassName
{
background-color: #DDD4BB;
}
.BgClassName
{
background-color: #DDD4BB;
}
</style>
border-color css
<style>
span { border-color: #DDD4BB; }
span { border-color: rgb(221,212,187); }
td.TdClassName
{
border-color: #DDD4BB;
}
.TagClassName
{
border-color: #DDD4BB;
}
</style>