Shades of Wheatfield #DBD3BD
Tints of Wheatfield #DBD3BD
RGB
CMYK
RGB Variations
Color information
#DBD3BD (or 0xDBD3BD) is known color: Wheatfield. HEX triplet: DB, D3 and BD. RGB value is (219,211,189). Sum of RGB (Red+Green+Blue) = 219+211+189=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 211 (82.81% from 255 or 34.09% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3BD is #242C42. Grayscale: #D2D2D2. Windows color (decimal): -2370627 or 12440539. OLE color: 12440539.
HSL color Cylindrical-coordinate representation of color #DBD3BD: hue angle of 44º degrees, saturation: 0.29, 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 #DBD3BD is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 189 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.14 |
| HSL | 44º | 0.29% | 0.8% | - |
| HSV(B) | 44º | 0.14% | 0.86% | - |
| XYZ | 61.69 | 65.32 | 57.5 | - |
| YUV | 210.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 189 | 0 | 0.04 | 0.14 | 0.14 | 44 | 0.29 | 0.8 |
| Hex | DB | D3 | BD | 0 | 4 | E | E | 2C | 1D | 50 |
| Octal | 333 | 323 | 275 | 0 | 4 | 16 | 16 | 54 | 35 | 120 |
| Binary | 11011011 | 11010011 | 10111101 | 0 | 100 | 1110 | 1110 | 101100 | 11101 | 1010000 |
Color Harmonies of #DBD3BD
Complementary color
Monochromatic Colors of #DBD3BD
Black with #DBD3BD
Text Example
Text Example
White with #DBD3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3BD; }
p { color: rgb(219,211,189); }
H1.HeaderClassName
{
color: #DBD3BD;
}
.AnyTagClassName
{
color: #DBD3BD;
}
</style>
background-color css
<style>
a { background-color: #DBD3BD; }
a { background-color: rgb(219,211,189); }
div.DivClassName
{
background-color: #DBD3BD;
}
.BgClassName
{
background-color: #DBD3BD;
}
</style>
border-color css
<style>
span { border-color: #DBD3BD; }
span { border-color: rgb(219,211,189); }
td.TdClassName
{
border-color: #DBD3BD;
}
.TagClassName
{
border-color: #DBD3BD;
}
</style>