Shades of Wheatfield #DDD4B6
Tints of Wheatfield #DDD4B6
RGB
CMYK
RGB Variations
Color information
#DDD4B6 (or 0xDDD4B6) is known color: Wheatfield. HEX triplet: DD, D4 and B6. RGB value is (221,212,182). Sum of RGB (Red+Green+Blue) = 221+212+182=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4B6 is #222B49. Grayscale: #D3D3D3. Windows color (decimal): -2239306 or 11982045. OLE color: 11982045.
HSL color Cylindrical-coordinate representation of color #DDD4B6: hue angle of 46.15º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDD4B6 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 212 | 182 | - |
CMYK | 0 | 0.04 | 0.18 | 0.13 |
HSL | 46.15º | 0.36% | 0.79% | - |
HSV(B) | 46.15º | 0.18% | 0.87% | - |
XYZ | 61.81 | 65.84 | 53.71 | - |
YUV | 211.27 | 111.48 | 134.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 212 | 182 | 0 | 0.04 | 0.18 | 0.13 | 46.15 | 0.36 | 0.79 |
Hex | DD | D4 | B6 | 0 | 4 | 12 | D | 2E | 24 | 4F |
Octal | 335 | 324 | 266 | 0 | 4 | 22 | 15 | 56 | 44 | 117 |
Binary | 11011101 | 11010100 | 10110110 | 0 | 100 | 10010 | 1101 | 101110 | 100100 | 1001111 |
Color Harmonies of #DDD4B6
Complementary color
Monochromatic Colors of #DDD4B6
Black with #DDD4B6
Text Example
Text Example
White with #DDD4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4B6; }
p { color: rgb(221,212,182); }
H1.HeaderClassName
{
color: #DDD4B6;
}
.AnyTagClassName
{
color: #DDD4B6;
}
</style>
background-color css
<style>
a { background-color: #DDD4B6; }
a { background-color: rgb(221,212,182); }
div.DivClassName
{
background-color: #DDD4B6;
}
.BgClassName
{
background-color: #DDD4B6;
}
</style>
border-color css
<style>
span { border-color: #DDD4B6; }
span { border-color: rgb(221,212,182); }
td.TdClassName
{
border-color: #DDD4B6;
}
.TagClassName
{
border-color: #DDD4B6;
}
</style>