Shades of Wild Rice #DFD771
Tints of Wild Rice #DFD771
RGB
CMYK
RGB Variations
Color information
#DFD771 (or 0xDFD771) is known color: Wild Rice. HEX triplet: DF, D7 and 71. RGB value is (223,215,113). Sum of RGB (Red+Green+Blue) = 223+215+113=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD771 is #20288E. Grayscale: #CECECE. Windows color (decimal): -2107535 or 7460831. OLE color: 7460831.
HSL color Cylindrical-coordinate representation of color #DFD771: hue angle of 55.64º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFD771 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 113 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.13 |
| HSL | 55.64º | 0.63% | 0.66% | - |
| HSV(B) | 55.64º | 0.49% | 0.87% | - |
| XYZ | 57.71 | 65.48 | 25.22 | - |
| YUV | 205.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 113 | 0 | 0.04 | 0.49 | 0.13 | 55.64 | 0.63 | 0.66 |
| Hex | DF | D7 | 71 | 0 | 4 | 31 | D | 38 | 3F | 42 |
| Octal | 337 | 327 | 161 | 0 | 4 | 61 | 15 | 70 | 77 | 102 |
| Binary | 11011111 | 11010111 | 1110001 | 0 | 100 | 110001 | 1101 | 111000 | 111111 | 1000010 |
Color Harmonies of #DFD771
Complementary color
Monochromatic Colors of #DFD771
Black with #DFD771
Text Example
Text Example
White with #DFD771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD771; }
p { color: rgb(223,215,113); }
H1.HeaderClassName
{
color: #DFD771;
}
.AnyTagClassName
{
color: #DFD771;
}
</style>
background-color css
<style>
a { background-color: #DFD771; }
a { background-color: rgb(223,215,113); }
div.DivClassName
{
background-color: #DFD771;
}
.BgClassName
{
background-color: #DFD771;
}
</style>
border-color css
<style>
span { border-color: #DFD771; }
span { border-color: rgb(223,215,113); }
td.TdClassName
{
border-color: #DFD771;
}
.TagClassName
{
border-color: #DFD771;
}
</style>