Shades of Wheatfield #DBD6C1
Tints of Wheatfield #DBD6C1
RGB
CMYK
RGB Variations
Color information
#DBD6C1 (or 0xDBD6C1) is known color: Wheatfield. HEX triplet: DB, D6 and C1. RGB value is (219,214,193). Sum of RGB (Red+Green+Blue) = 219+214+193=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 193 (75.78% from 255 or 30.83% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6C1 is #24293E. Grayscale: #D5D5D5. Windows color (decimal): -2369855 or 12703451. OLE color: 12703451.
HSL color Cylindrical-coordinate representation of color #DBD6C1: hue angle of 48.46º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBD6C1 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 193 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.14 |
| HSL | 48.46º | 0.27% | 0.81% | - |
| HSV(B) | 48.46º | 0.12% | 0.86% | - |
| XYZ | 62.89 | 67 | 60.07 | - |
| YUV | 213.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 193 | 0 | 0.02 | 0.12 | 0.14 | 48.46 | 0.27 | 0.81 |
| Hex | DB | D6 | C1 | 0 | 2 | C | E | 30 | 1B | 51 |
| Octal | 333 | 326 | 301 | 0 | 2 | 14 | 16 | 60 | 33 | 121 |
| Binary | 11011011 | 11010110 | 11000001 | 0 | 10 | 1100 | 1110 | 110000 | 11011 | 1010001 |
Color Harmonies of #DBD6C1
Complementary color
Monochromatic Colors of #DBD6C1
Black with #DBD6C1
Text Example
Text Example
White with #DBD6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6C1; }
p { color: rgb(219,214,193); }
H1.HeaderClassName
{
color: #DBD6C1;
}
.AnyTagClassName
{
color: #DBD6C1;
}
</style>
background-color css
<style>
a { background-color: #DBD6C1; }
a { background-color: rgb(219,214,193); }
div.DivClassName
{
background-color: #DBD6C1;
}
.BgClassName
{
background-color: #DBD6C1;
}
</style>
border-color css
<style>
span { border-color: #DBD6C1; }
span { border-color: rgb(219,214,193); }
td.TdClassName
{
border-color: #DBD6C1;
}
.TagClassName
{
border-color: #DBD6C1;
}
</style>