Shades of Wild Rice #DFD366
Tints of Wild Rice #DFD366
RGB
CMYK
RGB Variations
Color information
#DFD366 (or 0xDFD366) is known color: Wild Rice. HEX triplet: DF, D3 and 66. RGB value is (223,211,102). Sum of RGB (Red+Green+Blue) = 223+211+102=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD366 is #202C99. Grayscale: #CACACA. Windows color (decimal): -2108570 or 6738911. OLE color: 6738911.
HSL color Cylindrical-coordinate representation of color #DFD366: hue angle of 54.05º 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 #DFD366 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 102 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.13 |
| HSL | 54.05º | 0.65% | 0.64% | - |
| HSV(B) | 54.05º | 0.54% | 0.87% | - |
| XYZ | 56.12 | 63.24 | 21.82 | - |
| YUV | 202.16 | 71.48 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 102 | 0 | 0.05 | 0.54 | 0.13 | 54.05 | 0.65 | 0.64 |
| Hex | DF | D3 | 66 | 0 | 5 | 36 | D | 36 | 41 | 40 |
| Octal | 337 | 323 | 146 | 0 | 5 | 66 | 15 | 66 | 101 | 100 |
| Binary | 11011111 | 11010011 | 1100110 | 0 | 101 | 110110 | 1101 | 110110 | 1000001 | 1000000 |
Color Harmonies of #DFD366
Complementary color
Monochromatic Colors of #DFD366
Black with #DFD366
Text Example
Text Example
White with #DFD366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD366; }
p { color: rgb(223,211,102); }
H1.HeaderClassName
{
color: #DFD366;
}
.AnyTagClassName
{
color: #DFD366;
}
</style>
background-color css
<style>
a { background-color: #DFD366; }
a { background-color: rgb(223,211,102); }
div.DivClassName
{
background-color: #DFD366;
}
.BgClassName
{
background-color: #DFD366;
}
</style>
border-color css
<style>
span { border-color: #DFD366; }
span { border-color: rgb(223,211,102); }
td.TdClassName
{
border-color: #DFD366;
}
.TagClassName
{
border-color: #DFD366;
}
</style>