Shades of Wheatfield #DCD4B5
Tints of Wheatfield #DCD4B5
RGB
CMYK
RGB Variations
Color information
#DCD4B5 (or 0xDCD4B5) is known color: Wheatfield. HEX triplet: DC, D4 and B5. RGB value is (220,212,181). Sum of RGB (Red+Green+Blue) = 220+212+181=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4B5 is #232B4A. Grayscale: #D2D2D2. Windows color (decimal): -2304843 or 11916508. OLE color: 11916508.
HSL color Cylindrical-coordinate representation of color #DCD4B5: hue angle of 47.69º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCD4B5 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 181 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.14 |
| HSL | 47.69º | 0.36% | 0.79% | - |
| HSV(B) | 47.69º | 0.18% | 0.86% | - |
| XYZ | 61.4 | 65.64 | 53.15 | - |
| YUV | 210.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 181 | 0 | 0.04 | 0.18 | 0.14 | 47.69 | 0.36 | 0.79 |
| Hex | DC | D4 | B5 | 0 | 4 | 12 | E | 30 | 24 | 4F |
| Octal | 334 | 324 | 265 | 0 | 4 | 22 | 16 | 60 | 44 | 117 |
| Binary | 11011100 | 11010100 | 10110101 | 0 | 100 | 10010 | 1110 | 110000 | 100100 | 1001111 |
Color Harmonies of #DCD4B5
Complementary color
Monochromatic Colors of #DCD4B5
Black with #DCD4B5
Text Example
Text Example
White with #DCD4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4B5; }
p { color: rgb(220,212,181); }
H1.HeaderClassName
{
color: #DCD4B5;
}
.AnyTagClassName
{
color: #DCD4B5;
}
</style>
background-color css
<style>
a { background-color: #DCD4B5; }
a { background-color: rgb(220,212,181); }
div.DivClassName
{
background-color: #DCD4B5;
}
.BgClassName
{
background-color: #DCD4B5;
}
</style>
border-color css
<style>
span { border-color: #DCD4B5; }
span { border-color: rgb(220,212,181); }
td.TdClassName
{
border-color: #DCD4B5;
}
.TagClassName
{
border-color: #DCD4B5;
}
</style>