Shades of Wheatfield #DDD4BE
Tints of Wheatfield #DDD4BE
RGB
CMYK
RGB Variations
Color information
#DDD4BE (or 0xDDD4BE) is known color: Wheatfield. HEX triplet: DD, D4 and BE. RGB value is (221,212,190). Sum of RGB (Red+Green+Blue) = 221+212+190=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4BE is #222B41. Grayscale: #D4D4D4. Windows color (decimal): -2239298 or 12506333. OLE color: 12506333.
HSL color Cylindrical-coordinate representation of color #DDD4BE: hue angle of 42.58º 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 #DDD4BE is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 190 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.13 |
| HSL | 42.58º | 0.31% | 0.81% | - |
| HSV(B) | 42.58º | 0.14% | 0.87% | - |
| XYZ | 62.66 | 66.18 | 58.19 | - |
| YUV | 212.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 190 | 0 | 0.04 | 0.14 | 0.13 | 42.58 | 0.31 | 0.81 |
| Hex | DD | D4 | BE | 0 | 4 | E | D | 2B | 1F | 51 |
| Octal | 335 | 324 | 276 | 0 | 4 | 16 | 15 | 53 | 37 | 121 |
| Binary | 11011101 | 11010100 | 10111110 | 0 | 100 | 1110 | 1101 | 101011 | 11111 | 1010001 |
Color Harmonies of #DDD4BE
Complementary color
Monochromatic Colors of #DDD4BE
Black with #DDD4BE
Text Example
Text Example
White with #DDD4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4BE; }
p { color: rgb(221,212,190); }
H1.HeaderClassName
{
color: #DDD4BE;
}
.AnyTagClassName
{
color: #DDD4BE;
}
</style>
background-color css
<style>
a { background-color: #DDD4BE; }
a { background-color: rgb(221,212,190); }
div.DivClassName
{
background-color: #DDD4BE;
}
.BgClassName
{
background-color: #DDD4BE;
}
</style>
border-color css
<style>
span { border-color: #DDD4BE; }
span { border-color: rgb(221,212,190); }
td.TdClassName
{
border-color: #DDD4BE;
}
.TagClassName
{
border-color: #DDD4BE;
}
</style>