Shades of Wild Rice #DFD679
Tints of Wild Rice #DFD679
RGB
CMYK
RGB Variations
Color information
#DFD679 (or 0xDFD679) is known color: Wild Rice. HEX triplet: DF, D6 and 79. RGB value is (223,214,121). Sum of RGB (Red+Green+Blue) = 223+214+121=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 121 (47.66% from 255 or 21.68% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD679 is #202986. Grayscale: #CECECE. Windows color (decimal): -2107783 or 7984863. OLE color: 7984863.
HSL color Cylindrical-coordinate representation of color #DFD679: hue angle of 54.71º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFD679 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 121 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.13 |
| HSL | 54.71º | 0.61% | 0.67% | - |
| HSV(B) | 54.71º | 0.46% | 0.87% | - |
| XYZ | 57.93 | 65.16 | 27.61 | - |
| YUV | 206.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 121 | 0 | 0.04 | 0.46 | 0.13 | 54.71 | 0.61 | 0.67 |
| Hex | DF | D6 | 79 | 0 | 4 | 2E | D | 37 | 3D | 43 |
| Octal | 337 | 326 | 171 | 0 | 4 | 56 | 15 | 67 | 75 | 103 |
| Binary | 11011111 | 11010110 | 1111001 | 0 | 100 | 101110 | 1101 | 110111 | 111101 | 1000011 |
Color Harmonies of #DFD679
Complementary color
Monochromatic Colors of #DFD679
Black with #DFD679
Text Example
Text Example
White with #DFD679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD679; }
p { color: rgb(223,214,121); }
H1.HeaderClassName
{
color: #DFD679;
}
.AnyTagClassName
{
color: #DFD679;
}
</style>
background-color css
<style>
a { background-color: #DFD679; }
a { background-color: rgb(223,214,121); }
div.DivClassName
{
background-color: #DFD679;
}
.BgClassName
{
background-color: #DFD679;
}
</style>
border-color css
<style>
span { border-color: #DFD679; }
span { border-color: rgb(223,214,121); }
td.TdClassName
{
border-color: #DFD679;
}
.TagClassName
{
border-color: #DFD679;
}
</style>