Shades of Wild Rice #DACF77
Tints of Wild Rice #DACF77
RGB
CMYK
RGB Variations
Color information
#DACF77 (or 0xDACF77) is known color: Wild Rice. HEX triplet: DA, CF and 77. RGB value is (218,207,119). Sum of RGB (Red+Green+Blue) = 218+207+119=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 119 (46.88% from 255 or 21.88% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF77 is #253088. Grayscale: #C8C8C8. Windows color (decimal): -2437257 or 7851994. OLE color: 7851994.
HSL color Cylindrical-coordinate representation of color #DACF77: hue angle of 53.33º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DACF77 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 119 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.15 |
| HSL | 53.33º | 0.57% | 0.66% | - |
| HSV(B) | 53.33º | 0.45% | 0.85% | - |
| XYZ | 54.56 | 60.86 | 26.33 | - |
| YUV | 200.26 | 82.14 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 119 | 0 | 0.05 | 0.45 | 0.15 | 53.33 | 0.57 | 0.66 |
| Hex | DA | CF | 77 | 0 | 5 | 2D | F | 35 | 39 | 42 |
| Octal | 332 | 317 | 167 | 0 | 5 | 55 | 17 | 65 | 71 | 102 |
| Binary | 11011010 | 11001111 | 1110111 | 0 | 101 | 101101 | 1111 | 110101 | 111001 | 1000010 |
Color Harmonies of #DACF77
Complementary color
Monochromatic Colors of #DACF77
Black with #DACF77
Text Example
Text Example
White with #DACF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF77; }
p { color: rgb(218,207,119); }
H1.HeaderClassName
{
color: #DACF77;
}
.AnyTagClassName
{
color: #DACF77;
}
</style>
background-color css
<style>
a { background-color: #DACF77; }
a { background-color: rgb(218,207,119); }
div.DivClassName
{
background-color: #DACF77;
}
.BgClassName
{
background-color: #DACF77;
}
</style>
border-color css
<style>
span { border-color: #DACF77; }
span { border-color: rgb(218,207,119); }
td.TdClassName
{
border-color: #DACF77;
}
.TagClassName
{
border-color: #DACF77;
}
</style>