Shades of Wheatfield #DBD5C2
Tints of Wheatfield #DBD5C2
RGB
CMYK
RGB Variations
Color information
#DBD5C2 (or 0xDBD5C2) is known color: Wheatfield. HEX triplet: DB, D5 and C2. RGB value is (219,213,194). Sum of RGB (Red+Green+Blue) = 219+213+194=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 194 (76.17% from 255 or 30.99% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5C2 is #242A3D. Grayscale: #D4D4D4. Windows color (decimal): -2370110 or 12768731. OLE color: 12768731.
HSL color Cylindrical-coordinate representation of color #DBD5C2: hue angle of 45.6º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBD5C2 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 194 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.14 |
| HSL | 45.6º | 0.26% | 0.81% | - |
| HSV(B) | 45.6º | 0.11% | 0.86% | - |
| XYZ | 62.75 | 66.54 | 60.58 | - |
| YUV | 212.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 194 | 0 | 0.03 | 0.11 | 0.14 | 45.6 | 0.26 | 0.81 |
| Hex | DB | D5 | C2 | 0 | 3 | B | E | 2E | 1A | 51 |
| Octal | 333 | 325 | 302 | 0 | 3 | 13 | 16 | 56 | 32 | 121 |
| Binary | 11011011 | 11010101 | 11000010 | 0 | 11 | 1011 | 1110 | 101110 | 11010 | 1010001 |
Color Harmonies of #DBD5C2
Complementary color
Monochromatic Colors of #DBD5C2
Black with #DBD5C2
Text Example
Text Example
White with #DBD5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5C2; }
p { color: rgb(219,213,194); }
H1.HeaderClassName
{
color: #DBD5C2;
}
.AnyTagClassName
{
color: #DBD5C2;
}
</style>
background-color css
<style>
a { background-color: #DBD5C2; }
a { background-color: rgb(219,213,194); }
div.DivClassName
{
background-color: #DBD5C2;
}
.BgClassName
{
background-color: #DBD5C2;
}
</style>
border-color css
<style>
span { border-color: #DBD5C2; }
span { border-color: rgb(219,213,194); }
td.TdClassName
{
border-color: #DBD5C2;
}
.TagClassName
{
border-color: #DBD5C2;
}
</style>