Shades of Wheatfield #DCD5BF
Tints of Wheatfield #DCD5BF
RGB
CMYK
RGB Variations
Color information
#DCD5BF (or 0xDCD5BF) is known color: Wheatfield. HEX triplet: DC, D5 and BF. RGB value is (220,213,191). Sum of RGB (Red+Green+Blue) = 220+213+191=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5BF is #232A40. Grayscale: #D4D4D4. Windows color (decimal): -2304577 or 12572124. OLE color: 12572124.
HSL color Cylindrical-coordinate representation of color #DCD5BF: hue angle of 45.52º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCD5BF is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 191 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.14 |
| HSL | 45.52º | 0.29% | 0.81% | - |
| HSV(B) | 45.52º | 0.13% | 0.86% | - |
| XYZ | 62.71 | 66.57 | 58.83 | - |
| YUV | 212.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 191 | 0 | 0.03 | 0.13 | 0.14 | 45.52 | 0.29 | 0.81 |
| Hex | DC | D5 | BF | 0 | 3 | D | E | 2E | 1D | 51 |
| Octal | 334 | 325 | 277 | 0 | 3 | 15 | 16 | 56 | 35 | 121 |
| Binary | 11011100 | 11010101 | 10111111 | 0 | 11 | 1101 | 1110 | 101110 | 11101 | 1010001 |
Color Harmonies of #DCD5BF
Complementary color
Monochromatic Colors of #DCD5BF
Black with #DCD5BF
Text Example
Text Example
White with #DCD5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5BF; }
p { color: rgb(220,213,191); }
H1.HeaderClassName
{
color: #DCD5BF;
}
.AnyTagClassName
{
color: #DCD5BF;
}
</style>
background-color css
<style>
a { background-color: #DCD5BF; }
a { background-color: rgb(220,213,191); }
div.DivClassName
{
background-color: #DCD5BF;
}
.BgClassName
{
background-color: #DCD5BF;
}
</style>
border-color css
<style>
span { border-color: #DCD5BF; }
span { border-color: rgb(220,213,191); }
td.TdClassName
{
border-color: #DCD5BF;
}
.TagClassName
{
border-color: #DCD5BF;
}
</style>