Shades of Wheatfield #DDD4BA
Tints of Wheatfield #DDD4BA
RGB
CMYK
RGB Variations
Color information
#DDD4BA (or 0xDDD4BA) is known color: Wheatfield. HEX triplet: DD, D4 and BA. RGB value is (221,212,186). Sum of RGB (Red+Green+Blue) = 221+212+186=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4BA is #222B45. Grayscale: #D3D3D3. Windows color (decimal): -2239302 or 12244189. OLE color: 12244189.
HSL color Cylindrical-coordinate representation of color #DDD4BA: hue angle of 44.57º degrees, saturation: 0.34, 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 #DDD4BA is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 212 | 186 | - |
CMYK | 0 | 0.04 | 0.16 | 0.13 |
HSL | 44.57º | 0.34% | 0.8% | - |
HSV(B) | 44.57º | 0.16% | 0.87% | - |
XYZ | 62.23 | 66 | 55.91 | - |
YUV | 211.73 | 113.48 | 134.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 212 | 186 | 0 | 0.04 | 0.16 | 0.13 | 44.57 | 0.34 | 0.8 |
Hex | DD | D4 | BA | 0 | 4 | 10 | D | 2D | 22 | 50 |
Octal | 335 | 324 | 272 | 0 | 4 | 20 | 15 | 55 | 42 | 120 |
Binary | 11011101 | 11010100 | 10111010 | 0 | 100 | 10000 | 1101 | 101101 | 100010 | 1010000 |
Color Harmonies of #DDD4BA
Complementary color
Monochromatic Colors of #DDD4BA
Black with #DDD4BA
Text Example
Text Example
White with #DDD4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4BA; }
p { color: rgb(221,212,186); }
H1.HeaderClassName
{
color: #DDD4BA;
}
.AnyTagClassName
{
color: #DDD4BA;
}
</style>
background-color css
<style>
a { background-color: #DDD4BA; }
a { background-color: rgb(221,212,186); }
div.DivClassName
{
background-color: #DDD4BA;
}
.BgClassName
{
background-color: #DDD4BA;
}
</style>
border-color css
<style>
span { border-color: #DDD4BA; }
span { border-color: rgb(221,212,186); }
td.TdClassName
{
border-color: #DDD4BA;
}
.TagClassName
{
border-color: #DDD4BA;
}
</style>