Shades of Wheatfield #DDD5B9
Tints of Wheatfield #DDD5B9
RGB
CMYK
RGB Variations
Color information
#DDD5B9 (or 0xDDD5B9) is known color: Wheatfield. HEX triplet: DD, D5 and B9. RGB value is (221,213,185). Sum of RGB (Red+Green+Blue) = 221+213+185=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5B9 is #222A46. Grayscale: #D4D4D4. Windows color (decimal): -2239047 or 12178909. OLE color: 12178909.
HSL color Cylindrical-coordinate representation of color #DDD5B9: hue angle of 46.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDD5B9 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 213 | 185 | - |
CMYK | 0 | 0.04 | 0.16 | 0.13 |
HSL | 46.67º | 0.35% | 0.8% | - |
HSV(B) | 46.67º | 0.16% | 0.87% | - |
XYZ | 62.37 | 66.46 | 55.44 | - |
YUV | 212.2 | 112.65 | 134.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 213 | 185 | 0 | 0.04 | 0.16 | 0.13 | 46.67 | 0.35 | 0.8 |
Hex | DD | D5 | B9 | 0 | 4 | 10 | D | 2F | 23 | 50 |
Octal | 335 | 325 | 271 | 0 | 4 | 20 | 15 | 57 | 43 | 120 |
Binary | 11011101 | 11010101 | 10111001 | 0 | 100 | 10000 | 1101 | 101111 | 100011 | 1010000 |
Color Harmonies of #DDD5B9
Complementary color
Monochromatic Colors of #DDD5B9
Black with #DDD5B9
Text Example
Text Example
White with #DDD5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5B9; }
p { color: rgb(221,213,185); }
H1.HeaderClassName
{
color: #DDD5B9;
}
.AnyTagClassName
{
color: #DDD5B9;
}
</style>
background-color css
<style>
a { background-color: #DDD5B9; }
a { background-color: rgb(221,213,185); }
div.DivClassName
{
background-color: #DDD5B9;
}
.BgClassName
{
background-color: #DDD5B9;
}
</style>
border-color css
<style>
span { border-color: #DDD5B9; }
span { border-color: rgb(221,213,185); }
td.TdClassName
{
border-color: #DDD5B9;
}
.TagClassName
{
border-color: #DDD5B9;
}
</style>