Shades of Wild Rice #DACD6D
Tints of Wild Rice #DACD6D
RGB
CMYK
RGB Variations
Color information
#DACD6D (or 0xDACD6D) is known color: Wild Rice. HEX triplet: DA, CD and 6D. RGB value is (218,205,109). Sum of RGB (Red+Green+Blue) = 218+205+109=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACD6D is #253292. Grayscale: #C6C6C6. Windows color (decimal): -2437779 or 7196122. OLE color: 7196122.
HSL color Cylindrical-coordinate representation of color #DACD6D: hue angle of 52.84º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DACD6D is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 109 | - |
| CMYK | 0 | 0.06 | 0.5 | 0.15 |
| HSL | 52.84º | 0.6% | 0.64% | - |
| HSV(B) | 52.84º | 0.5% | 0.85% | - |
| XYZ | 53.51 | 59.67 | 23.17 | - |
| YUV | 197.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 109 | 0 | 0.06 | 0.5 | 0.15 | 52.84 | 0.6 | 0.64 |
| Hex | DA | CD | 6D | 0 | 6 | 32 | F | 35 | 3C | 40 |
| Octal | 332 | 315 | 155 | 0 | 6 | 62 | 17 | 65 | 74 | 100 |
| Binary | 11011010 | 11001101 | 1101101 | 0 | 110 | 110010 | 1111 | 110101 | 111100 | 1000000 |
Color Harmonies of #DACD6D
Complementary color
Monochromatic Colors of #DACD6D
Black with #DACD6D
Text Example
Text Example
White with #DACD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD6D; }
p { color: rgb(218,205,109); }
H1.HeaderClassName
{
color: #DACD6D;
}
.AnyTagClassName
{
color: #DACD6D;
}
</style>
background-color css
<style>
a { background-color: #DACD6D; }
a { background-color: rgb(218,205,109); }
div.DivClassName
{
background-color: #DACD6D;
}
.BgClassName
{
background-color: #DACD6D;
}
</style>
border-color css
<style>
span { border-color: #DACD6D; }
span { border-color: rgb(218,205,109); }
td.TdClassName
{
border-color: #DACD6D;
}
.TagClassName
{
border-color: #DACD6D;
}
</style>