Shades of Wild Rice #DFD364
Tints of Wild Rice #DFD364
RGB
CMYK
RGB Variations
Color information
#DFD364 (or 0xDFD364) is known color: Wild Rice. HEX triplet: DF, D3 and 64. RGB value is (223,211,100). Sum of RGB (Red+Green+Blue) = 223+211+100=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD364 is #202C9B. Grayscale: #CACACA. Windows color (decimal): -2108572 or 6607839. OLE color: 6607839.
HSL color Cylindrical-coordinate representation of color #DFD364: hue angle of 54.15º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFD364 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 100 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.13 |
| HSL | 54.15º | 0.66% | 0.63% | - |
| HSV(B) | 54.15º | 0.55% | 0.87% | - |
| XYZ | 56.03 | 63.2 | 21.3 | - |
| YUV | 201.93 | 70.48 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 100 | 0 | 0.05 | 0.55 | 0.13 | 54.15 | 0.66 | 0.63 |
| Hex | DF | D3 | 64 | 0 | 5 | 37 | D | 36 | 42 | 3F |
| Octal | 337 | 323 | 144 | 0 | 5 | 67 | 15 | 66 | 102 | 77 |
| Binary | 11011111 | 11010011 | 1100100 | 0 | 101 | 110111 | 1101 | 110110 | 1000010 | 111111 |
Color Harmonies of #DFD364
Complementary color
Monochromatic Colors of #DFD364
Black with #DFD364
Text Example
Text Example
White with #DFD364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD364; }
p { color: rgb(223,211,100); }
H1.HeaderClassName
{
color: #DFD364;
}
.AnyTagClassName
{
color: #DFD364;
}
</style>
background-color css
<style>
a { background-color: #DFD364; }
a { background-color: rgb(223,211,100); }
div.DivClassName
{
background-color: #DFD364;
}
.BgClassName
{
background-color: #DFD364;
}
</style>
border-color css
<style>
span { border-color: #DFD364; }
span { border-color: rgb(223,211,100); }
td.TdClassName
{
border-color: #DFD364;
}
.TagClassName
{
border-color: #DFD364;
}
</style>