Shades of Wheatfield #DDD6BC
Tints of Wheatfield #DDD6BC
RGB
CMYK
RGB Variations
Color information
#DDD6BC (or 0xDDD6BC) is known color: Wheatfield. HEX triplet: DD, D6 and BC. RGB value is (221,214,188). Sum of RGB (Red+Green+Blue) = 221+214+188=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6BC is #222943. Grayscale: #D5D5D5. Windows color (decimal): -2238788 or 12375773. OLE color: 12375773.
HSL color Cylindrical-coordinate representation of color #DDD6BC: hue angle of 47.27º 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 #DDD6BC is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 188 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.13 |
| HSL | 47.27º | 0.33% | 0.8% | - |
| HSV(B) | 47.27º | 0.15% | 0.87% | - |
| XYZ | 62.94 | 67.1 | 57.21 | - |
| YUV | 213.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 188 | 0 | 0.03 | 0.15 | 0.13 | 47.27 | 0.33 | 0.8 |
| Hex | DD | D6 | BC | 0 | 3 | F | D | 2F | 21 | 50 |
| Octal | 335 | 326 | 274 | 0 | 3 | 17 | 15 | 57 | 41 | 120 |
| Binary | 11011101 | 11010110 | 10111100 | 0 | 11 | 1111 | 1101 | 101111 | 100001 | 1010000 |
Color Harmonies of #DDD6BC
Complementary color
Monochromatic Colors of #DDD6BC
Black with #DDD6BC
Text Example
Text Example
White with #DDD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6BC; }
p { color: rgb(221,214,188); }
H1.HeaderClassName
{
color: #DDD6BC;
}
.AnyTagClassName
{
color: #DDD6BC;
}
</style>
background-color css
<style>
a { background-color: #DDD6BC; }
a { background-color: rgb(221,214,188); }
div.DivClassName
{
background-color: #DDD6BC;
}
.BgClassName
{
background-color: #DDD6BC;
}
</style>
border-color css
<style>
span { border-color: #DDD6BC; }
span { border-color: rgb(221,214,188); }
td.TdClassName
{
border-color: #DDD6BC;
}
.TagClassName
{
border-color: #DDD6BC;
}
</style>