Shades of Wheatfield #DDD6BA
Tints of Wheatfield #DDD6BA
RGB
CMYK
RGB Variations
Color information
#DDD6BA (or 0xDDD6BA) is known color: Wheatfield. HEX triplet: DD, D6 and BA. RGB value is (221,214,186). Sum of RGB (Red+Green+Blue) = 221+214+186=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6BA is #222945. Grayscale: #D5D5D5. Windows color (decimal): -2238790 or 12244701. OLE color: 12244701.
HSL color Cylindrical-coordinate representation of color #DDD6BA: hue angle of 48º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDD6BA is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 186 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.13 |
| HSL | 48º | 0.34% | 0.8% | - |
| HSV(B) | 48º | 0.16% | 0.87% | - |
| XYZ | 62.73 | 67.01 | 56.08 | - |
| YUV | 212.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 186 | 0 | 0.03 | 0.16 | 0.13 | 48 | 0.34 | 0.8 |
| Hex | DD | D6 | BA | 0 | 3 | 10 | D | 30 | 22 | 50 |
| Octal | 335 | 326 | 272 | 0 | 3 | 20 | 15 | 60 | 42 | 120 |
| Binary | 11011101 | 11010110 | 10111010 | 0 | 11 | 10000 | 1101 | 110000 | 100010 | 1010000 |
Color Harmonies of #DDD6BA
Complementary color
Monochromatic Colors of #DDD6BA
Black with #DDD6BA
Text Example
Text Example
White with #DDD6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6BA; }
p { color: rgb(221,214,186); }
H1.HeaderClassName
{
color: #DDD6BA;
}
.AnyTagClassName
{
color: #DDD6BA;
}
</style>
background-color css
<style>
a { background-color: #DDD6BA; }
a { background-color: rgb(221,214,186); }
div.DivClassName
{
background-color: #DDD6BA;
}
.BgClassName
{
background-color: #DDD6BA;
}
</style>
border-color css
<style>
span { border-color: #DDD6BA; }
span { border-color: rgb(221,214,186); }
td.TdClassName
{
border-color: #DDD6BA;
}
.TagClassName
{
border-color: #DDD6BA;
}
</style>