Shades of Wheatfield #DDD7BC
Tints of Wheatfield #DDD7BC
RGB
CMYK
RGB Variations
Color information
#DDD7BC (or 0xDDD7BC) is known color: Wheatfield. HEX triplet: DD, D7 and BC. RGB value is (221,215,188). Sum of RGB (Red+Green+Blue) = 221+215+188=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7BC is #222843. Grayscale: #D5D5D5. Windows color (decimal): -2238532 or 12376029. OLE color: 12376029.
HSL color Cylindrical-coordinate representation of color #DDD7BC: hue angle of 49.09º 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 #DDD7BC is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 188 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.13 |
| HSL | 49.09º | 0.33% | 0.8% | - |
| HSV(B) | 49.09º | 0.15% | 0.87% | - |
| XYZ | 63.2 | 67.6 | 57.3 | - |
| YUV | 213.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 188 | 0 | 0.03 | 0.15 | 0.13 | 49.09 | 0.33 | 0.8 |
| Hex | DD | D7 | BC | 0 | 3 | F | D | 31 | 21 | 50 |
| Octal | 335 | 327 | 274 | 0 | 3 | 17 | 15 | 61 | 41 | 120 |
| Binary | 11011101 | 11010111 | 10111100 | 0 | 11 | 1111 | 1101 | 110001 | 100001 | 1010000 |
Color Harmonies of #DDD7BC
Complementary color
Monochromatic Colors of #DDD7BC
Black with #DDD7BC
Text Example
Text Example
White with #DDD7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7BC; }
p { color: rgb(221,215,188); }
H1.HeaderClassName
{
color: #DDD7BC;
}
.AnyTagClassName
{
color: #DDD7BC;
}
</style>
background-color css
<style>
a { background-color: #DDD7BC; }
a { background-color: rgb(221,215,188); }
div.DivClassName
{
background-color: #DDD7BC;
}
.BgClassName
{
background-color: #DDD7BC;
}
</style>
border-color css
<style>
span { border-color: #DDD7BC; }
span { border-color: rgb(221,215,188); }
td.TdClassName
{
border-color: #DDD7BC;
}
.TagClassName
{
border-color: #DDD7BC;
}
</style>