Shades of Wild Rice #DAD279
Tints of Wild Rice #DAD279
RGB
CMYK
RGB Variations
Color information
#DAD279 (or 0xDAD279) is known color: Wild Rice. HEX triplet: DA, D2 and 79. RGB value is (218,210,121). Sum of RGB (Red+Green+Blue) = 218+210+121=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 121 (47.66% from 255 or 22.04% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD279 is #252D86. Grayscale: #CACACA. Windows color (decimal): -2436487 or 7983834. OLE color: 7983834.
HSL color Cylindrical-coordinate representation of color #DAD279: hue angle of 55.05º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAD279 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 121 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.15 |
| HSL | 55.05º | 0.57% | 0.66% | - |
| HSV(B) | 55.05º | 0.44% | 0.85% | - |
| XYZ | 55.41 | 62.38 | 27.21 | - |
| YUV | 202.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 121 | 0 | 0.04 | 0.44 | 0.15 | 55.05 | 0.57 | 0.66 |
| Hex | DA | D2 | 79 | 0 | 4 | 2C | F | 37 | 39 | 42 |
| Octal | 332 | 322 | 171 | 0 | 4 | 54 | 17 | 67 | 71 | 102 |
| Binary | 11011010 | 11010010 | 1111001 | 0 | 100 | 101100 | 1111 | 110111 | 111001 | 1000010 |
Color Harmonies of #DAD279
Complementary color
Monochromatic Colors of #DAD279
Black with #DAD279
Text Example
Text Example
White with #DAD279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD279; }
p { color: rgb(218,210,121); }
H1.HeaderClassName
{
color: #DAD279;
}
.AnyTagClassName
{
color: #DAD279;
}
</style>
background-color css
<style>
a { background-color: #DAD279; }
a { background-color: rgb(218,210,121); }
div.DivClassName
{
background-color: #DAD279;
}
.BgClassName
{
background-color: #DAD279;
}
</style>
border-color css
<style>
span { border-color: #DAD279; }
span { border-color: rgb(218,210,121); }
td.TdClassName
{
border-color: #DAD279;
}
.TagClassName
{
border-color: #DAD279;
}
</style>