Shades of Wheatfield #DDD6BE
Tints of Wheatfield #DDD6BE
RGB
CMYK
RGB Variations
Color information
#DDD6BE (or 0xDDD6BE) is known color: Wheatfield. HEX triplet: DD, D6 and BE. RGB value is (221,214,190). Sum of RGB (Red+Green+Blue) = 221+214+190=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6BE is #222941. Grayscale: #D5D5D5. Windows color (decimal): -2238786 or 12506845. OLE color: 12506845.
HSL color Cylindrical-coordinate representation of color #DDD6BE: hue angle of 46.45º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD6BE is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 190 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.13 |
| HSL | 46.45º | 0.31% | 0.81% | - |
| HSV(B) | 46.45º | 0.14% | 0.87% | - |
| XYZ | 63.16 | 67.18 | 58.35 | - |
| YUV | 213.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 190 | 0 | 0.03 | 0.14 | 0.13 | 46.45 | 0.31 | 0.81 |
| Hex | DD | D6 | BE | 0 | 3 | E | D | 2E | 1F | 51 |
| Octal | 335 | 326 | 276 | 0 | 3 | 16 | 15 | 56 | 37 | 121 |
| Binary | 11011101 | 11010110 | 10111110 | 0 | 11 | 1110 | 1101 | 101110 | 11111 | 1010001 |
Color Harmonies of #DDD6BE
Complementary color
Monochromatic Colors of #DDD6BE
Black with #DDD6BE
Text Example
Text Example
White with #DDD6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6BE; }
p { color: rgb(221,214,190); }
H1.HeaderClassName
{
color: #DDD6BE;
}
.AnyTagClassName
{
color: #DDD6BE;
}
</style>
background-color css
<style>
a { background-color: #DDD6BE; }
a { background-color: rgb(221,214,190); }
div.DivClassName
{
background-color: #DDD6BE;
}
.BgClassName
{
background-color: #DDD6BE;
}
</style>
border-color css
<style>
span { border-color: #DDD6BE; }
span { border-color: rgb(221,214,190); }
td.TdClassName
{
border-color: #DDD6BE;
}
.TagClassName
{
border-color: #DDD6BE;
}
</style>