Shades of Wheatfield #DCD6BD
Tints of Wheatfield #DCD6BD
RGB
CMYK
RGB Variations
Color information
#DCD6BD (or 0xDCD6BD) is known color: Wheatfield. HEX triplet: DC, D6 and BD. RGB value is (220,214,189). Sum of RGB (Red+Green+Blue) = 220+214+189=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6BD is #232942. Grayscale: #D5D5D5. Windows color (decimal): -2304323 or 12441308. OLE color: 12441308.
HSL color Cylindrical-coordinate representation of color #DCD6BD: hue angle of 48.39º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCD6BD is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 189 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.14 |
| HSL | 48.39º | 0.31% | 0.8% | - |
| HSV(B) | 48.39º | 0.14% | 0.86% | - |
| XYZ | 62.75 | 66.98 | 57.77 | - |
| YUV | 212.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 189 | 0 | 0.03 | 0.14 | 0.14 | 48.39 | 0.31 | 0.8 |
| Hex | DC | D6 | BD | 0 | 3 | E | E | 30 | 1F | 50 |
| Octal | 334 | 326 | 275 | 0 | 3 | 16 | 16 | 60 | 37 | 120 |
| Binary | 11011100 | 11010110 | 10111101 | 0 | 11 | 1110 | 1110 | 110000 | 11111 | 1010000 |
Color Harmonies of #DCD6BD
Complementary color
Monochromatic Colors of #DCD6BD
Black with #DCD6BD
Text Example
Text Example
White with #DCD6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6BD; }
p { color: rgb(220,214,189); }
H1.HeaderClassName
{
color: #DCD6BD;
}
.AnyTagClassName
{
color: #DCD6BD;
}
</style>
background-color css
<style>
a { background-color: #DCD6BD; }
a { background-color: rgb(220,214,189); }
div.DivClassName
{
background-color: #DCD6BD;
}
.BgClassName
{
background-color: #DCD6BD;
}
</style>
border-color css
<style>
span { border-color: #DCD6BD; }
span { border-color: rgb(220,214,189); }
td.TdClassName
{
border-color: #DCD6BD;
}
.TagClassName
{
border-color: #DCD6BD;
}
</style>