Shades of Wild Rice #DACF68
Tints of Wild Rice #DACF68
RGB
CMYK
RGB Variations
Color information
#DACF68 (or 0xDACF68) is known color: Wild Rice. HEX triplet: DA, CF and 68. RGB value is (218,207,104). Sum of RGB (Red+Green+Blue) = 218+207+104=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF68 is #253097. Grayscale: #C6C6C6. Windows color (decimal): -2437272 or 6868954. OLE color: 6868954.
HSL color Cylindrical-coordinate representation of color #DACF68: hue angle of 54.21º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DACF68 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 104 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.15 |
| HSL | 54.21º | 0.61% | 0.63% | - |
| HSV(B) | 54.21º | 0.52% | 0.85% | - |
| XYZ | 53.72 | 60.53 | 21.95 | - |
| YUV | 198.55 | 74.64 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 104 | 0 | 0.05 | 0.52 | 0.15 | 54.21 | 0.61 | 0.63 |
| Hex | DA | CF | 68 | 0 | 5 | 34 | F | 36 | 3D | 3F |
| Octal | 332 | 317 | 150 | 0 | 5 | 64 | 17 | 66 | 75 | 77 |
| Binary | 11011010 | 11001111 | 1101000 | 0 | 101 | 110100 | 1111 | 110110 | 111101 | 111111 |
Color Harmonies of #DACF68
Complementary color
Monochromatic Colors of #DACF68
Black with #DACF68
Text Example
Text Example
White with #DACF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF68; }
p { color: rgb(218,207,104); }
H1.HeaderClassName
{
color: #DACF68;
}
.AnyTagClassName
{
color: #DACF68;
}
</style>
background-color css
<style>
a { background-color: #DACF68; }
a { background-color: rgb(218,207,104); }
div.DivClassName
{
background-color: #DACF68;
}
.BgClassName
{
background-color: #DACF68;
}
</style>
border-color css
<style>
span { border-color: #DACF68; }
span { border-color: rgb(218,207,104); }
td.TdClassName
{
border-color: #DACF68;
}
.TagClassName
{
border-color: #DACF68;
}
</style>