Shades of Wheatfield #DBD3BC
Tints of Wheatfield #DBD3BC
RGB
CMYK
RGB Variations
Color information
#DBD3BC (or 0xDBD3BC) is known color: Wheatfield. HEX triplet: DB, D3 and BC. RGB value is (219,211,188). Sum of RGB (Red+Green+Blue) = 219+211+188=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3BC is #242C43. Grayscale: #D2D2D2. Windows color (decimal): -2370628 or 12375003. OLE color: 12375003.
HSL color Cylindrical-coordinate representation of color #DBD3BC: hue angle of 44.52º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBD3BC is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 188 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.14 |
| HSL | 44.52º | 0.3% | 0.8% | - |
| HSV(B) | 44.52º | 0.14% | 0.86% | - |
| XYZ | 61.58 | 65.28 | 56.93 | - |
| YUV | 210.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 188 | 0 | 0.04 | 0.14 | 0.14 | 44.52 | 0.3 | 0.8 |
| Hex | DB | D3 | BC | 0 | 4 | E | E | 2D | 1E | 50 |
| Octal | 333 | 323 | 274 | 0 | 4 | 16 | 16 | 55 | 36 | 120 |
| Binary | 11011011 | 11010011 | 10111100 | 0 | 100 | 1110 | 1110 | 101101 | 11110 | 1010000 |
Color Harmonies of #DBD3BC
Complementary color
Monochromatic Colors of #DBD3BC
Black with #DBD3BC
Text Example
Text Example
White with #DBD3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3BC; }
p { color: rgb(219,211,188); }
H1.HeaderClassName
{
color: #DBD3BC;
}
.AnyTagClassName
{
color: #DBD3BC;
}
</style>
background-color css
<style>
a { background-color: #DBD3BC; }
a { background-color: rgb(219,211,188); }
div.DivClassName
{
background-color: #DBD3BC;
}
.BgClassName
{
background-color: #DBD3BC;
}
</style>
border-color css
<style>
span { border-color: #DBD3BC; }
span { border-color: rgb(219,211,188); }
td.TdClassName
{
border-color: #DBD3BC;
}
.TagClassName
{
border-color: #DBD3BC;
}
</style>