Shades of Wild Rice #DFD66E
Tints of Wild Rice #DFD66E
RGB
CMYK
RGB Variations
Color information
#DFD66E (or 0xDFD66E) is known color: Wild Rice. HEX triplet: DF, D6 and 6E. RGB value is (223,214,110). Sum of RGB (Red+Green+Blue) = 223+214+110=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 110 (43.36% from 255 or 20.11% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD66E is #202991. Grayscale: #CDCDCD. Windows color (decimal): -2107794 or 7263967. OLE color: 7263967.
HSL color Cylindrical-coordinate representation of color #DFD66E: hue angle of 55.22º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFD66E is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 110 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.13 |
| HSL | 55.22º | 0.64% | 0.65% | - |
| HSV(B) | 55.22º | 0.51% | 0.87% | - |
| XYZ | 57.29 | 64.91 | 24.26 | - |
| YUV | 204.84 | 74.48 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 110 | 0 | 0.04 | 0.51 | 0.13 | 55.22 | 0.64 | 0.65 |
| Hex | DF | D6 | 6E | 0 | 4 | 33 | D | 37 | 40 | 41 |
| Octal | 337 | 326 | 156 | 0 | 4 | 63 | 15 | 67 | 100 | 101 |
| Binary | 11011111 | 11010110 | 1101110 | 0 | 100 | 110011 | 1101 | 110111 | 1000000 | 1000001 |
Color Harmonies of #DFD66E
Complementary color
Monochromatic Colors of #DFD66E
Black with #DFD66E
Text Example
Text Example
White with #DFD66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD66E; }
p { color: rgb(223,214,110); }
H1.HeaderClassName
{
color: #DFD66E;
}
.AnyTagClassName
{
color: #DFD66E;
}
</style>
background-color css
<style>
a { background-color: #DFD66E; }
a { background-color: rgb(223,214,110); }
div.DivClassName
{
background-color: #DFD66E;
}
.BgClassName
{
background-color: #DFD66E;
}
</style>
border-color css
<style>
span { border-color: #DFD66E; }
span { border-color: rgb(223,214,110); }
td.TdClassName
{
border-color: #DFD66E;
}
.TagClassName
{
border-color: #DFD66E;
}
</style>