Shades of Wild Rice #DACE64
Tints of Wild Rice #DACE64
RGB
CMYK
RGB Variations
Color information
#DACE64 (or 0xDACE64) is known color: Wild Rice. HEX triplet: DA, CE and 64. RGB value is (218,206,100). Sum of RGB (Red+Green+Blue) = 218+206+100=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE64 is #25319B. Grayscale: #C5C5C5. Windows color (decimal): -2437532 or 6606554. OLE color: 6606554.
HSL color Cylindrical-coordinate representation of color #DACE64: hue angle of 53.9º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DACE64 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 100 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.15 |
| HSL | 53.9º | 0.61% | 0.62% | - |
| HSV(B) | 53.9º | 0.54% | 0.85% | - |
| XYZ | 53.29 | 59.97 | 20.82 | - |
| YUV | 197.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 100 | 0 | 0.06 | 0.54 | 0.15 | 53.9 | 0.61 | 0.62 |
| Hex | DA | CE | 64 | 0 | 6 | 36 | F | 36 | 3D | 3E |
| Octal | 332 | 316 | 144 | 0 | 6 | 66 | 17 | 66 | 75 | 76 |
| Binary | 11011010 | 11001110 | 1100100 | 0 | 110 | 110110 | 1111 | 110110 | 111101 | 111110 |
Color Harmonies of #DACE64
Complementary color
Monochromatic Colors of #DACE64
Black with #DACE64
Text Example
Text Example
White with #DACE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE64; }
p { color: rgb(218,206,100); }
H1.HeaderClassName
{
color: #DACE64;
}
.AnyTagClassName
{
color: #DACE64;
}
</style>
background-color css
<style>
a { background-color: #DACE64; }
a { background-color: rgb(218,206,100); }
div.DivClassName
{
background-color: #DACE64;
}
.BgClassName
{
background-color: #DACE64;
}
</style>
border-color css
<style>
span { border-color: #DACE64; }
span { border-color: rgb(218,206,100); }
td.TdClassName
{
border-color: #DACE64;
}
.TagClassName
{
border-color: #DACE64;
}
</style>