Shades of Wheatfield #DDD5BB
Tints of Wheatfield #DDD5BB
RGB
CMYK
RGB Variations
Color information
#DDD5BB (or 0xDDD5BB) is known color: Wheatfield. HEX triplet: DD, D5 and BB. RGB value is (221,213,187). Sum of RGB (Red+Green+Blue) = 221+213+187=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5BB is #222A44. Grayscale: #D4D4D4. Windows color (decimal): -2239045 or 12309981. OLE color: 12309981.
HSL color Cylindrical-coordinate representation of color #DDD5BB: hue angle of 45.88º 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 #DDD5BB is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 187 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.13 |
| HSL | 45.88º | 0.33% | 0.8% | - |
| HSV(B) | 45.88º | 0.15% | 0.87% | - |
| XYZ | 62.58 | 66.55 | 56.56 | - |
| YUV | 212.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 187 | 0 | 0.04 | 0.15 | 0.13 | 45.88 | 0.33 | 0.8 |
| Hex | DD | D5 | BB | 0 | 4 | F | D | 2E | 21 | 50 |
| Octal | 335 | 325 | 273 | 0 | 4 | 17 | 15 | 56 | 41 | 120 |
| Binary | 11011101 | 11010101 | 10111011 | 0 | 100 | 1111 | 1101 | 101110 | 100001 | 1010000 |
Color Harmonies of #DDD5BB
Complementary color
Monochromatic Colors of #DDD5BB
Black with #DDD5BB
Text Example
Text Example
White with #DDD5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5BB; }
p { color: rgb(221,213,187); }
H1.HeaderClassName
{
color: #DDD5BB;
}
.AnyTagClassName
{
color: #DDD5BB;
}
</style>
background-color css
<style>
a { background-color: #DDD5BB; }
a { background-color: rgb(221,213,187); }
div.DivClassName
{
background-color: #DDD5BB;
}
.BgClassName
{
background-color: #DDD5BB;
}
</style>
border-color css
<style>
span { border-color: #DDD5BB; }
span { border-color: rgb(221,213,187); }
td.TdClassName
{
border-color: #DDD5BB;
}
.TagClassName
{
border-color: #DDD5BB;
}
</style>