Shades of Wild Rice #DFD671
Tints of Wild Rice #DFD671
RGB
CMYK
RGB Variations
Color information
#DFD671 (or 0xDFD671) is known color: Wild Rice. HEX triplet: DF, D6 and 71. RGB value is (223,214,113). Sum of RGB (Red+Green+Blue) = 223+214+113=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD671 is #20298E. Grayscale: #CDCDCD. Windows color (decimal): -2107791 or 7460575. OLE color: 7460575.
HSL color Cylindrical-coordinate representation of color #DFD671: hue angle of 55.09º 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 #DFD671 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 113 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.13 |
| HSL | 55.09º | 0.63% | 0.66% | - |
| HSV(B) | 55.09º | 0.49% | 0.87% | - |
| XYZ | 57.46 | 64.97 | 25.14 | - |
| YUV | 205.18 | 75.98 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 113 | 0 | 0.04 | 0.49 | 0.13 | 55.09 | 0.63 | 0.66 |
| Hex | DF | D6 | 71 | 0 | 4 | 31 | D | 37 | 3F | 42 |
| Octal | 337 | 326 | 161 | 0 | 4 | 61 | 15 | 67 | 77 | 102 |
| Binary | 11011111 | 11010110 | 1110001 | 0 | 100 | 110001 | 1101 | 110111 | 111111 | 1000010 |
Color Harmonies of #DFD671
Complementary color
Monochromatic Colors of #DFD671
Black with #DFD671
Text Example
Text Example
White with #DFD671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD671; }
p { color: rgb(223,214,113); }
H1.HeaderClassName
{
color: #DFD671;
}
.AnyTagClassName
{
color: #DFD671;
}
</style>
background-color css
<style>
a { background-color: #DFD671; }
a { background-color: rgb(223,214,113); }
div.DivClassName
{
background-color: #DFD671;
}
.BgClassName
{
background-color: #DFD671;
}
</style>
border-color css
<style>
span { border-color: #DFD671; }
span { border-color: rgb(223,214,113); }
td.TdClassName
{
border-color: #DFD671;
}
.TagClassName
{
border-color: #DFD671;
}
</style>