Shades of Wild Rice #DFD87F
Tints of Wild Rice #DFD87F
RGB
CMYK
RGB Variations
Color information
#DFD87F (or 0xDFD87F) is known color: Wild Rice. HEX triplet: DF, D8 and 7F. RGB value is (223,216,127). Sum of RGB (Red+Green+Blue) = 223+216+127=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 127 (50% from 255 or 22.44% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD87F is #202780. Grayscale: #D0D0D0. Windows color (decimal): -2107265 or 8378591. OLE color: 8378591.
HSL color Cylindrical-coordinate representation of color #DFD87F: hue angle of 55.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFD87F is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 127 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.13 |
| HSL | 55.63º | 0.6% | 0.69% | - |
| HSV(B) | 55.63º | 0.43% | 0.87% | - |
| XYZ | 58.82 | 66.33 | 29.78 | - |
| YUV | 207.95 | 82.32 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 127 | 0 | 0.03 | 0.43 | 0.13 | 55.63 | 0.6 | 0.69 |
| Hex | DF | D8 | 7F | 0 | 3 | 2B | D | 38 | 3C | 45 |
| Octal | 337 | 330 | 177 | 0 | 3 | 53 | 15 | 70 | 74 | 105 |
| Binary | 11011111 | 11011000 | 1111111 | 0 | 11 | 101011 | 1101 | 111000 | 111100 | 1000101 |
Color Harmonies of #DFD87F
Complementary color
Monochromatic Colors of #DFD87F
Black with #DFD87F
Text Example
Text Example
White with #DFD87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD87F; }
p { color: rgb(223,216,127); }
H1.HeaderClassName
{
color: #DFD87F;
}
.AnyTagClassName
{
color: #DFD87F;
}
</style>
background-color css
<style>
a { background-color: #DFD87F; }
a { background-color: rgb(223,216,127); }
div.DivClassName
{
background-color: #DFD87F;
}
.BgClassName
{
background-color: #DFD87F;
}
</style>
border-color css
<style>
span { border-color: #DFD87F; }
span { border-color: rgb(223,216,127); }
td.TdClassName
{
border-color: #DFD87F;
}
.TagClassName
{
border-color: #DFD87F;
}
</style>