Shades of Wild Rice #DACF6B
Tints of Wild Rice #DACF6B
RGB
CMYK
RGB Variations
Color information
#DACF6B (or 0xDACF6B) is known color: Wild Rice. HEX triplet: DA, CF and 6B. RGB value is (218,207,107). Sum of RGB (Red+Green+Blue) = 218+207+107=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF6B is #253094. Grayscale: #C7C7C7. Windows color (decimal): -2437269 or 7065562. OLE color: 7065562.
HSL color Cylindrical-coordinate representation of color #DACF6B: hue angle of 54.05º 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 #DACF6B is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 107 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.15 |
| HSL | 54.05º | 0.6% | 0.64% | - |
| HSV(B) | 54.05º | 0.51% | 0.85% | - |
| XYZ | 53.88 | 60.59 | 22.77 | - |
| YUV | 198.89 | 76.14 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 107 | 0 | 0.05 | 0.51 | 0.15 | 54.05 | 0.6 | 0.64 |
| Hex | DA | CF | 6B | 0 | 5 | 33 | F | 36 | 3C | 40 |
| Octal | 332 | 317 | 153 | 0 | 5 | 63 | 17 | 66 | 74 | 100 |
| Binary | 11011010 | 11001111 | 1101011 | 0 | 101 | 110011 | 1111 | 110110 | 111100 | 1000000 |
Color Harmonies of #DACF6B
Complementary color
Monochromatic Colors of #DACF6B
Black with #DACF6B
Text Example
Text Example
White with #DACF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF6B; }
p { color: rgb(218,207,107); }
H1.HeaderClassName
{
color: #DACF6B;
}
.AnyTagClassName
{
color: #DACF6B;
}
</style>
background-color css
<style>
a { background-color: #DACF6B; }
a { background-color: rgb(218,207,107); }
div.DivClassName
{
background-color: #DACF6B;
}
.BgClassName
{
background-color: #DACF6B;
}
</style>
border-color css
<style>
span { border-color: #DACF6B; }
span { border-color: rgb(218,207,107); }
td.TdClassName
{
border-color: #DACF6B;
}
.TagClassName
{
border-color: #DACF6B;
}
</style>