Shades of Wheatfield #DAD2B9
Tints of Wheatfield #DAD2B9
RGB
CMYK
RGB Variations
Color information
#DAD2B9 (or 0xDAD2B9) is known color: Wheatfield. HEX triplet: DA, D2 and B9. RGB value is (218,210,185). Sum of RGB (Red+Green+Blue) = 218+210+185=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2B9 is #252D46. Grayscale: #D1D1D1. Windows color (decimal): -2436423 or 12178138. OLE color: 12178138.
HSL color Cylindrical-coordinate representation of color #DAD2B9: hue angle of 45.45º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAD2B9 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 210 | 185 | - |
CMYK | 0 | 0.04 | 0.15 | 0.15 |
HSL | 45.45º | 0.31% | 0.79% | - |
HSV(B) | 45.45º | 0.15% | 0.85% | - |
XYZ | 60.72 | 64.5 | 55.15 | - |
YUV | 209.54 | 114.15 | 134.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 210 | 185 | 0 | 0.04 | 0.15 | 0.15 | 45.45 | 0.31 | 0.79 |
Hex | DA | D2 | B9 | 0 | 4 | F | F | 2D | 1F | 4F |
Octal | 332 | 322 | 271 | 0 | 4 | 17 | 17 | 55 | 37 | 117 |
Binary | 11011010 | 11010010 | 10111001 | 0 | 100 | 1111 | 1111 | 101101 | 11111 | 1001111 |
Color Harmonies of #DAD2B9
Complementary color
Monochromatic Colors of #DAD2B9
Black with #DAD2B9
Text Example
Text Example
White with #DAD2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2B9; }
p { color: rgb(218,210,185); }
H1.HeaderClassName
{
color: #DAD2B9;
}
.AnyTagClassName
{
color: #DAD2B9;
}
</style>
background-color css
<style>
a { background-color: #DAD2B9; }
a { background-color: rgb(218,210,185); }
div.DivClassName
{
background-color: #DAD2B9;
}
.BgClassName
{
background-color: #DAD2B9;
}
</style>
border-color css
<style>
span { border-color: #DAD2B9; }
span { border-color: rgb(218,210,185); }
td.TdClassName
{
border-color: #DAD2B9;
}
.TagClassName
{
border-color: #DAD2B9;
}
</style>