Shades of Wild Rice #DACE6B
Tints of Wild Rice #DACE6B
RGB
CMYK
RGB Variations
Color information
#DACE6B (or 0xDACE6B) is known color: Wild Rice. HEX triplet: DA, CE and 6B. RGB value is (218,206,107). Sum of RGB (Red+Green+Blue) = 218+206+107=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE6B is #253194. Grayscale: #C6C6C6. Windows color (decimal): -2437525 or 7065306. OLE color: 7065306.
HSL color Cylindrical-coordinate representation of color #DACE6B: hue angle of 53.51º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DACE6B is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 107 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.15 |
| HSL | 53.51º | 0.6% | 0.64% | - |
| HSV(B) | 53.51º | 0.51% | 0.85% | - |
| XYZ | 53.64 | 60.11 | 22.69 | - |
| YUV | 198.3 | 76.48 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 107 | 0 | 0.06 | 0.51 | 0.15 | 53.51 | 0.6 | 0.64 |
| Hex | DA | CE | 6B | 0 | 6 | 33 | F | 36 | 3C | 40 |
| Octal | 332 | 316 | 153 | 0 | 6 | 63 | 17 | 66 | 74 | 100 |
| Binary | 11011010 | 11001110 | 1101011 | 0 | 110 | 110011 | 1111 | 110110 | 111100 | 1000000 |
Color Harmonies of #DACE6B
Complementary color
Monochromatic Colors of #DACE6B
Black with #DACE6B
Text Example
Text Example
White with #DACE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE6B; }
p { color: rgb(218,206,107); }
H1.HeaderClassName
{
color: #DACE6B;
}
.AnyTagClassName
{
color: #DACE6B;
}
</style>
background-color css
<style>
a { background-color: #DACE6B; }
a { background-color: rgb(218,206,107); }
div.DivClassName
{
background-color: #DACE6B;
}
.BgClassName
{
background-color: #DACE6B;
}
</style>
border-color css
<style>
span { border-color: #DACE6B; }
span { border-color: rgb(218,206,107); }
td.TdClassName
{
border-color: #DACE6B;
}
.TagClassName
{
border-color: #DACE6B;
}
</style>