Shades of Wheatfield #DDD6BB
Tints of Wheatfield #DDD6BB
RGB
CMYK
RGB Variations
Color information
#DDD6BB (or 0xDDD6BB) is known color: Wheatfield. HEX triplet: DD, D6 and BB. RGB value is (221,214,187). Sum of RGB (Red+Green+Blue) = 221+214+187=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6BB is #222944. Grayscale: #D5D5D5. Windows color (decimal): -2238789 or 12310237. OLE color: 12310237.
HSL color Cylindrical-coordinate representation of color #DDD6BB: hue angle of 47.65º 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 #DDD6BB is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 187 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.13 |
| HSL | 47.65º | 0.33% | 0.8% | - |
| HSV(B) | 47.65º | 0.15% | 0.87% | - |
| XYZ | 62.84 | 67.05 | 56.64 | - |
| YUV | 213.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 187 | 0 | 0.03 | 0.15 | 0.13 | 47.65 | 0.33 | 0.8 |
| Hex | DD | D6 | BB | 0 | 3 | F | D | 30 | 21 | 50 |
| Octal | 335 | 326 | 273 | 0 | 3 | 17 | 15 | 60 | 41 | 120 |
| Binary | 11011101 | 11010110 | 10111011 | 0 | 11 | 1111 | 1101 | 110000 | 100001 | 1010000 |
Color Harmonies of #DDD6BB
Complementary color
Monochromatic Colors of #DDD6BB
Black with #DDD6BB
Text Example
Text Example
White with #DDD6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6BB; }
p { color: rgb(221,214,187); }
H1.HeaderClassName
{
color: #DDD6BB;
}
.AnyTagClassName
{
color: #DDD6BB;
}
</style>
background-color css
<style>
a { background-color: #DDD6BB; }
a { background-color: rgb(221,214,187); }
div.DivClassName
{
background-color: #DDD6BB;
}
.BgClassName
{
background-color: #DDD6BB;
}
</style>
border-color css
<style>
span { border-color: #DDD6BB; }
span { border-color: rgb(221,214,187); }
td.TdClassName
{
border-color: #DDD6BB;
}
.TagClassName
{
border-color: #DDD6BB;
}
</style>