Shades of Wheatfield #DDD7BF
Tints of Wheatfield #DDD7BF
RGB
CMYK
RGB Variations
Color information
#DDD7BF (or 0xDDD7BF) is known color: Wheatfield. HEX triplet: DD, D7 and BF. RGB value is (221,215,191). Sum of RGB (Red+Green+Blue) = 221+215+191=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7BF is #222840. Grayscale: #D6D6D6. Windows color (decimal): -2238529 or 12572637. OLE color: 12572637.
HSL color Cylindrical-coordinate representation of color #DDD7BF: hue angle of 48º 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 #DDD7BF is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 191 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.13 |
| HSL | 48º | 0.31% | 0.81% | - |
| HSV(B) | 48º | 0.14% | 0.87% | - |
| XYZ | 63.52 | 67.73 | 59.02 | - |
| YUV | 214.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 191 | 0 | 0.03 | 0.14 | 0.13 | 48 | 0.31 | 0.81 |
| Hex | DD | D7 | BF | 0 | 3 | E | D | 30 | 1F | 51 |
| Octal | 335 | 327 | 277 | 0 | 3 | 16 | 15 | 60 | 37 | 121 |
| Binary | 11011101 | 11010111 | 10111111 | 0 | 11 | 1110 | 1101 | 110000 | 11111 | 1010001 |
Color Harmonies of #DDD7BF
Complementary color
Monochromatic Colors of #DDD7BF
Black with #DDD7BF
Text Example
Text Example
White with #DDD7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7BF; }
p { color: rgb(221,215,191); }
H1.HeaderClassName
{
color: #DDD7BF;
}
.AnyTagClassName
{
color: #DDD7BF;
}
</style>
background-color css
<style>
a { background-color: #DDD7BF; }
a { background-color: rgb(221,215,191); }
div.DivClassName
{
background-color: #DDD7BF;
}
.BgClassName
{
background-color: #DDD7BF;
}
</style>
border-color css
<style>
span { border-color: #DDD7BF; }
span { border-color: rgb(221,215,191); }
td.TdClassName
{
border-color: #DDD7BF;
}
.TagClassName
{
border-color: #DDD7BF;
}
</style>