Shades of Wheatfield #DBD4BD
Tints of Wheatfield #DBD4BD
RGB
CMYK
RGB Variations
Color information
#DBD4BD (or 0xDBD4BD) is known color: Wheatfield. HEX triplet: DB, D4 and BD. RGB value is (219,212,189). Sum of RGB (Red+Green+Blue) = 219+212+189=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4BD is #242B42. Grayscale: #D3D3D3. Windows color (decimal): -2370371 or 12440795. OLE color: 12440795.
HSL color Cylindrical-coordinate representation of color #DBD4BD: hue angle of 46º 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 #DBD4BD is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 212 | 189 | - |
CMYK | 0 | 0.03 | 0.14 | 0.14 |
HSL | 46º | 0.29% | 0.8% | - |
HSV(B) | 46º | 0.14% | 0.86% | - |
XYZ | 61.94 | 65.82 | 57.58 | - |
YUV | 211.47 | 115.32 | 133.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 212 | 189 | 0 | 0.03 | 0.14 | 0.14 | 46 | 0.29 | 0.8 |
Hex | DB | D4 | BD | 0 | 3 | E | E | 2E | 1D | 50 |
Octal | 333 | 324 | 275 | 0 | 3 | 16 | 16 | 56 | 35 | 120 |
Binary | 11011011 | 11010100 | 10111101 | 0 | 11 | 1110 | 1110 | 101110 | 11101 | 1010000 |
Color Harmonies of #DBD4BD
Complementary color
Monochromatic Colors of #DBD4BD
Black with #DBD4BD
Text Example
Text Example
White with #DBD4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4BD; }
p { color: rgb(219,212,189); }
H1.HeaderClassName
{
color: #DBD4BD;
}
.AnyTagClassName
{
color: #DBD4BD;
}
</style>
background-color css
<style>
a { background-color: #DBD4BD; }
a { background-color: rgb(219,212,189); }
div.DivClassName
{
background-color: #DBD4BD;
}
.BgClassName
{
background-color: #DBD4BD;
}
</style>
border-color css
<style>
span { border-color: #DBD4BD; }
span { border-color: rgb(219,212,189); }
td.TdClassName
{
border-color: #DBD4BD;
}
.TagClassName
{
border-color: #DBD4BD;
}
</style>