Shades of Wild Rice #DACE65
Tints of Wild Rice #DACE65
RGB
CMYK
RGB Variations
Color information
#DACE65 (or 0xDACE65) is known color: Wild Rice. HEX triplet: DA, CE and 65. RGB value is (218,206,101). Sum of RGB (Red+Green+Blue) = 218+206+101=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE65 is #25319A. Grayscale: #C6C6C6. Windows color (decimal): -2437531 or 6672090. OLE color: 6672090.
HSL color Cylindrical-coordinate representation of color #DACE65: hue angle of 53.85º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DACE65 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 101 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.15 |
| HSL | 53.85º | 0.61% | 0.63% | - |
| HSV(B) | 53.85º | 0.54% | 0.85% | - |
| XYZ | 53.33 | 59.99 | 21.08 | - |
| YUV | 197.62 | 73.48 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 101 | 0 | 0.06 | 0.54 | 0.15 | 53.85 | 0.61 | 0.63 |
| Hex | DA | CE | 65 | 0 | 6 | 36 | F | 36 | 3D | 3F |
| Octal | 332 | 316 | 145 | 0 | 6 | 66 | 17 | 66 | 75 | 77 |
| Binary | 11011010 | 11001110 | 1100101 | 0 | 110 | 110110 | 1111 | 110110 | 111101 | 111111 |
Color Harmonies of #DACE65
Complementary color
Monochromatic Colors of #DACE65
Black with #DACE65
Text Example
Text Example
White with #DACE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE65; }
p { color: rgb(218,206,101); }
H1.HeaderClassName
{
color: #DACE65;
}
.AnyTagClassName
{
color: #DACE65;
}
</style>
background-color css
<style>
a { background-color: #DACE65; }
a { background-color: rgb(218,206,101); }
div.DivClassName
{
background-color: #DACE65;
}
.BgClassName
{
background-color: #DACE65;
}
</style>
border-color css
<style>
span { border-color: #DACE65; }
span { border-color: rgb(218,206,101); }
td.TdClassName
{
border-color: #DACE65;
}
.TagClassName
{
border-color: #DACE65;
}
</style>