Shades of Wheatfield #DCD4B8
Tints of Wheatfield #DCD4B8
RGB
CMYK
RGB Variations
Color information
#DCD4B8 (or 0xDCD4B8) is known color: Wheatfield. HEX triplet: DC, D4 and B8. RGB value is (220,212,184). Sum of RGB (Red+Green+Blue) = 220+212+184=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 184 (72.27% from 255 or 29.87% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4B8 is #232B47. Grayscale: #D3D3D3. Windows color (decimal): -2304840 or 12113116. OLE color: 12113116.
HSL color Cylindrical-coordinate representation of color #DCD4B8: hue angle of 46.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCD4B8 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 184 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.14 |
| HSL | 46.67º | 0.34% | 0.79% | - |
| HSV(B) | 46.67º | 0.16% | 0.86% | - |
| XYZ | 61.71 | 65.76 | 54.79 | - |
| YUV | 211.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 184 | 0 | 0.04 | 0.16 | 0.14 | 46.67 | 0.34 | 0.79 |
| Hex | DC | D4 | B8 | 0 | 4 | 10 | E | 2F | 22 | 4F |
| Octal | 334 | 324 | 270 | 0 | 4 | 20 | 16 | 57 | 42 | 117 |
| Binary | 11011100 | 11010100 | 10111000 | 0 | 100 | 10000 | 1110 | 101111 | 100010 | 1001111 |
Color Harmonies of #DCD4B8
Complementary color
Monochromatic Colors of #DCD4B8
Black with #DCD4B8
Text Example
Text Example
White with #DCD4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4B8; }
p { color: rgb(220,212,184); }
H1.HeaderClassName
{
color: #DCD4B8;
}
.AnyTagClassName
{
color: #DCD4B8;
}
</style>
background-color css
<style>
a { background-color: #DCD4B8; }
a { background-color: rgb(220,212,184); }
div.DivClassName
{
background-color: #DCD4B8;
}
.BgClassName
{
background-color: #DCD4B8;
}
</style>
border-color css
<style>
span { border-color: #DCD4B8; }
span { border-color: rgb(220,212,184); }
td.TdClassName
{
border-color: #DCD4B8;
}
.TagClassName
{
border-color: #DCD4B8;
}
</style>