Shades of Wheatfield #DDD5BC
Tints of Wheatfield #DDD5BC
RGB
CMYK
RGB Variations
Color information
#DDD5BC (or 0xDDD5BC) is known color: Wheatfield. HEX triplet: DD, D5 and BC. RGB value is (221,213,188). Sum of RGB (Red+Green+Blue) = 221+213+188=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5BC is #222A43. Grayscale: #D4D4D4. Windows color (decimal): -2239044 or 12375517. OLE color: 12375517.
HSL color Cylindrical-coordinate representation of color #DDD5BC: hue angle of 45.45º 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 #DDD5BC is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 188 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.13 |
| HSL | 45.45º | 0.33% | 0.8% | - |
| HSV(B) | 45.45º | 0.15% | 0.87% | - |
| XYZ | 62.69 | 66.59 | 57.13 | - |
| YUV | 212.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 188 | 0 | 0.04 | 0.15 | 0.13 | 45.45 | 0.33 | 0.8 |
| Hex | DD | D5 | BC | 0 | 4 | F | D | 2D | 21 | 50 |
| Octal | 335 | 325 | 274 | 0 | 4 | 17 | 15 | 55 | 41 | 120 |
| Binary | 11011101 | 11010101 | 10111100 | 0 | 100 | 1111 | 1101 | 101101 | 100001 | 1010000 |
Color Harmonies of #DDD5BC
Complementary color
Monochromatic Colors of #DDD5BC
Black with #DDD5BC
Text Example
Text Example
White with #DDD5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5BC; }
p { color: rgb(221,213,188); }
H1.HeaderClassName
{
color: #DDD5BC;
}
.AnyTagClassName
{
color: #DDD5BC;
}
</style>
background-color css
<style>
a { background-color: #DDD5BC; }
a { background-color: rgb(221,213,188); }
div.DivClassName
{
background-color: #DDD5BC;
}
.BgClassName
{
background-color: #DDD5BC;
}
</style>
border-color css
<style>
span { border-color: #DDD5BC; }
span { border-color: rgb(221,213,188); }
td.TdClassName
{
border-color: #DDD5BC;
}
.TagClassName
{
border-color: #DDD5BC;
}
</style>