Shades of Wild Rice #DFD87C
Tints of Wild Rice #DFD87C
RGB
CMYK
RGB Variations
Color information
#DFD87C (or 0xDFD87C) is known color: Wild Rice. HEX triplet: DF, D8 and 7C. RGB value is (223,216,124). Sum of RGB (Red+Green+Blue) = 223+216+124=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD87C is #202783. Grayscale: #CFCFCF. Windows color (decimal): -2107268 or 8181983. OLE color: 8181983.
HSL color Cylindrical-coordinate representation of color #DFD87C: hue angle of 55.76º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFD87C is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 124 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.13 |
| HSL | 55.76º | 0.61% | 0.68% | - |
| HSV(B) | 55.76º | 0.44% | 0.87% | - |
| XYZ | 58.63 | 66.25 | 28.77 | - |
| YUV | 207.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 124 | 0 | 0.03 | 0.44 | 0.13 | 55.76 | 0.61 | 0.68 |
| Hex | DF | D8 | 7C | 0 | 3 | 2C | D | 38 | 3D | 44 |
| Octal | 337 | 330 | 174 | 0 | 3 | 54 | 15 | 70 | 75 | 104 |
| Binary | 11011111 | 11011000 | 1111100 | 0 | 11 | 101100 | 1101 | 111000 | 111101 | 1000100 |
Color Harmonies of #DFD87C
Complementary color
Monochromatic Colors of #DFD87C
Black with #DFD87C
Text Example
Text Example
White with #DFD87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD87C; }
p { color: rgb(223,216,124); }
H1.HeaderClassName
{
color: #DFD87C;
}
.AnyTagClassName
{
color: #DFD87C;
}
</style>
background-color css
<style>
a { background-color: #DFD87C; }
a { background-color: rgb(223,216,124); }
div.DivClassName
{
background-color: #DFD87C;
}
.BgClassName
{
background-color: #DFD87C;
}
</style>
border-color css
<style>
span { border-color: #DFD87C; }
span { border-color: rgb(223,216,124); }
td.TdClassName
{
border-color: #DFD87C;
}
.TagClassName
{
border-color: #DFD87C;
}
</style>