Shades of Wild Rice #DFD266
Tints of Wild Rice #DFD266
RGB
CMYK
RGB Variations
Color information
#DFD266 (or 0xDFD266) is known color: Wild Rice. HEX triplet: DF, D2 and 66. RGB value is (223,210,102). Sum of RGB (Red+Green+Blue) = 223+210+102=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD266 is #202D99. Grayscale: #CACACA. Windows color (decimal): -2108826 or 6738655. OLE color: 6738655.
HSL color Cylindrical-coordinate representation of color #DFD266: hue angle of 53.55º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFD266 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 102 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.13 |
| HSL | 53.55º | 0.65% | 0.64% | - |
| HSV(B) | 53.55º | 0.54% | 0.87% | - |
| XYZ | 55.88 | 62.74 | 21.74 | - |
| YUV | 201.58 | 71.81 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 102 | 0 | 0.06 | 0.54 | 0.13 | 53.55 | 0.65 | 0.64 |
| Hex | DF | D2 | 66 | 0 | 6 | 36 | D | 36 | 41 | 40 |
| Octal | 337 | 322 | 146 | 0 | 6 | 66 | 15 | 66 | 101 | 100 |
| Binary | 11011111 | 11010010 | 1100110 | 0 | 110 | 110110 | 1101 | 110110 | 1000001 | 1000000 |
Color Harmonies of #DFD266
Complementary color
Monochromatic Colors of #DFD266
Black with #DFD266
Text Example
Text Example
White with #DFD266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD266; }
p { color: rgb(223,210,102); }
H1.HeaderClassName
{
color: #DFD266;
}
.AnyTagClassName
{
color: #DFD266;
}
</style>
background-color css
<style>
a { background-color: #DFD266; }
a { background-color: rgb(223,210,102); }
div.DivClassName
{
background-color: #DFD266;
}
.BgClassName
{
background-color: #DFD266;
}
</style>
border-color css
<style>
span { border-color: #DFD266; }
span { border-color: rgb(223,210,102); }
td.TdClassName
{
border-color: #DFD266;
}
.TagClassName
{
border-color: #DFD266;
}
</style>