Shades of Wheatfield #DBD4B7
Tints of Wheatfield #DBD4B7
RGB
CMYK
RGB Variations
Color information
#DBD4B7 (or 0xDBD4B7) is known color: Wheatfield. HEX triplet: DB, D4 and B7. RGB value is (219,212,183). Sum of RGB (Red+Green+Blue) = 219+212+183=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 183 (71.88% from 255 or 29.80% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4B7 is #242B48. Grayscale: #D2D2D2. Windows color (decimal): -2370377 or 12047579. OLE color: 12047579.
HSL color Cylindrical-coordinate representation of color #DBD4B7: hue angle of 48.33º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBD4B7 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 212 | 183 | - |
CMYK | 0 | 0.03 | 0.16 | 0.14 |
HSL | 48.33º | 0.33% | 0.79% | - |
HSV(B) | 48.33º | 0.16% | 0.86% | - |
XYZ | 61.3 | 65.57 | 54.22 | - |
YUV | 210.79 | 112.32 | 133.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 212 | 183 | 0 | 0.03 | 0.16 | 0.14 | 48.33 | 0.33 | 0.79 |
Hex | DB | D4 | B7 | 0 | 3 | 10 | E | 30 | 21 | 4F |
Octal | 333 | 324 | 267 | 0 | 3 | 20 | 16 | 60 | 41 | 117 |
Binary | 11011011 | 11010100 | 10110111 | 0 | 11 | 10000 | 1110 | 110000 | 100001 | 1001111 |
Color Harmonies of #DBD4B7
Complementary color
Monochromatic Colors of #DBD4B7
Black with #DBD4B7
Text Example
Text Example
White with #DBD4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4B7; }
p { color: rgb(219,212,183); }
H1.HeaderClassName
{
color: #DBD4B7;
}
.AnyTagClassName
{
color: #DBD4B7;
}
</style>
background-color css
<style>
a { background-color: #DBD4B7; }
a { background-color: rgb(219,212,183); }
div.DivClassName
{
background-color: #DBD4B7;
}
.BgClassName
{
background-color: #DBD4B7;
}
</style>
border-color css
<style>
span { border-color: #DBD4B7; }
span { border-color: rgb(219,212,183); }
td.TdClassName
{
border-color: #DBD4B7;
}
.TagClassName
{
border-color: #DBD4B7;
}
</style>