Shades of Wheatfield #DCD5C0
Tints of Wheatfield #DCD5C0
RGB
CMYK
RGB Variations
Color information
#DCD5C0 (or 0xDCD5C0) is known color: Wheatfield. HEX triplet: DC, D5 and C0. RGB value is (220,213,192). Sum of RGB (Red+Green+Blue) = 220+213+192=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5C0 is #232A3F. Grayscale: #D4D4D4. Windows color (decimal): -2304576 or 12637660. OLE color: 12637660.
HSL color Cylindrical-coordinate representation of color #DCD5C0: hue angle of 45º 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 #DCD5C0 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 192 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.14 |
| HSL | 45º | 0.29% | 0.81% | - |
| HSV(B) | 45º | 0.13% | 0.86% | - |
| XYZ | 62.82 | 66.61 | 59.42 | - |
| YUV | 212.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 192 | 0 | 0.03 | 0.13 | 0.14 | 45 | 0.29 | 0.81 |
| Hex | DC | D5 | C0 | 0 | 3 | D | E | 2D | 1D | 51 |
| Octal | 334 | 325 | 300 | 0 | 3 | 15 | 16 | 55 | 35 | 121 |
| Binary | 11011100 | 11010101 | 11000000 | 0 | 11 | 1101 | 1110 | 101101 | 11101 | 1010001 |
Color Harmonies of #DCD5C0
Complementary color
Monochromatic Colors of #DCD5C0
Black with #DCD5C0
Text Example
Text Example
White with #DCD5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5C0; }
p { color: rgb(220,213,192); }
H1.HeaderClassName
{
color: #DCD5C0;
}
.AnyTagClassName
{
color: #DCD5C0;
}
</style>
background-color css
<style>
a { background-color: #DCD5C0; }
a { background-color: rgb(220,213,192); }
div.DivClassName
{
background-color: #DCD5C0;
}
.BgClassName
{
background-color: #DCD5C0;
}
</style>
border-color css
<style>
span { border-color: #DCD5C0; }
span { border-color: rgb(220,213,192); }
td.TdClassName
{
border-color: #DCD5C0;
}
.TagClassName
{
border-color: #DCD5C0;
}
</style>