Shades of Wheatfield #DDD4B3
Tints of Wheatfield #DDD4B3
RGB
CMYK
RGB Variations
Color information
#DDD4B3 (or 0xDDD4B3) is known color: Wheatfield. HEX triplet: DD, D4 and B3. RGB value is (221,212,179). Sum of RGB (Red+Green+Blue) = 221+212+179=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 179 (70.31% from 255 or 29.25% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4B3 is #222B4C. Grayscale: #D3D3D3. Windows color (decimal): -2239309 or 11785437. OLE color: 11785437.
HSL color Cylindrical-coordinate representation of color #DDD4B3: hue angle of 47.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDD4B3 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 179 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.13 |
| HSL | 47.14º | 0.38% | 0.78% | - |
| HSV(B) | 47.14º | 0.19% | 0.87% | - |
| XYZ | 61.5 | 65.71 | 52.09 | - |
| YUV | 210.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 179 | 0 | 0.04 | 0.19 | 0.13 | 47.14 | 0.38 | 0.78 |
| Hex | DD | D4 | B3 | 0 | 4 | 13 | D | 2F | 26 | 4E |
| Octal | 335 | 324 | 263 | 0 | 4 | 23 | 15 | 57 | 46 | 116 |
| Binary | 11011101 | 11010100 | 10110011 | 0 | 100 | 10011 | 1101 | 101111 | 100110 | 1001110 |
Color Harmonies of #DDD4B3
Complementary color
Monochromatic Colors of #DDD4B3
Black with #DDD4B3
Text Example
Text Example
White with #DDD4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4B3; }
p { color: rgb(221,212,179); }
H1.HeaderClassName
{
color: #DDD4B3;
}
.AnyTagClassName
{
color: #DDD4B3;
}
</style>
background-color css
<style>
a { background-color: #DDD4B3; }
a { background-color: rgb(221,212,179); }
div.DivClassName
{
background-color: #DDD4B3;
}
.BgClassName
{
background-color: #DDD4B3;
}
</style>
border-color css
<style>
span { border-color: #DDD4B3; }
span { border-color: rgb(221,212,179); }
td.TdClassName
{
border-color: #DDD4B3;
}
.TagClassName
{
border-color: #DDD4B3;
}
</style>