Shades of Wheatfield #DCD4C1
Tints of Wheatfield #DCD4C1
RGB
CMYK
RGB Variations
Color information
#DCD4C1 (or 0xDCD4C1) is known color: Wheatfield. HEX triplet: DC, D4 and C1. RGB value is (220,212,193). Sum of RGB (Red+Green+Blue) = 220+212+193=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4C1 is #232B3E. Grayscale: #D4D4D4. Windows color (decimal): -2304831 or 12702940. OLE color: 12702940.
HSL color Cylindrical-coordinate representation of color #DCD4C1: hue angle of 42.22º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCD4C1 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 193 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.14 |
| HSL | 42.22º | 0.28% | 0.81% | - |
| HSV(B) | 42.22º | 0.12% | 0.86% | - |
| XYZ | 62.68 | 66.15 | 59.92 | - |
| YUV | 212.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 193 | 0 | 0.04 | 0.12 | 0.14 | 42.22 | 0.28 | 0.81 |
| Hex | DC | D4 | C1 | 0 | 4 | C | E | 2A | 1C | 51 |
| Octal | 334 | 324 | 301 | 0 | 4 | 14 | 16 | 52 | 34 | 121 |
| Binary | 11011100 | 11010100 | 11000001 | 0 | 100 | 1100 | 1110 | 101010 | 11100 | 1010001 |
Color Harmonies of #DCD4C1
Complementary color
Monochromatic Colors of #DCD4C1
Black with #DCD4C1
Text Example
Text Example
White with #DCD4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4C1; }
p { color: rgb(220,212,193); }
H1.HeaderClassName
{
color: #DCD4C1;
}
.AnyTagClassName
{
color: #DCD4C1;
}
</style>
background-color css
<style>
a { background-color: #DCD4C1; }
a { background-color: rgb(220,212,193); }
div.DivClassName
{
background-color: #DCD4C1;
}
.BgClassName
{
background-color: #DCD4C1;
}
</style>
border-color css
<style>
span { border-color: #DCD4C1; }
span { border-color: rgb(220,212,193); }
td.TdClassName
{
border-color: #DCD4C1;
}
.TagClassName
{
border-color: #DCD4C1;
}
</style>