Shades of Wild Rice #DFD365
Tints of Wild Rice #DFD365
RGB
CMYK
RGB Variations
Color information
#DFD365 (or 0xDFD365) is known color: Wild Rice. HEX triplet: DF, D3 and 65. RGB value is (223,211,101). Sum of RGB (Red+Green+Blue) = 223+211+101=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD365 is #202C9A. Grayscale: #CACACA. Windows color (decimal): -2108571 or 6673375. OLE color: 6673375.
HSL color Cylindrical-coordinate representation of color #DFD365: hue angle of 54.1º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFD365 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 101 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.13 |
| HSL | 54.1º | 0.66% | 0.64% | - |
| HSV(B) | 54.1º | 0.55% | 0.87% | - |
| XYZ | 56.07 | 63.22 | 21.56 | - |
| YUV | 202.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 101 | 0 | 0.05 | 0.55 | 0.13 | 54.1 | 0.66 | 0.64 |
| Hex | DF | D3 | 65 | 0 | 5 | 37 | D | 36 | 42 | 40 |
| Octal | 337 | 323 | 145 | 0 | 5 | 67 | 15 | 66 | 102 | 100 |
| Binary | 11011111 | 11010011 | 1100101 | 0 | 101 | 110111 | 1101 | 110110 | 1000010 | 1000000 |
Color Harmonies of #DFD365
Complementary color
Monochromatic Colors of #DFD365
Black with #DFD365
Text Example
Text Example
White with #DFD365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD365; }
p { color: rgb(223,211,101); }
H1.HeaderClassName
{
color: #DFD365;
}
.AnyTagClassName
{
color: #DFD365;
}
</style>
background-color css
<style>
a { background-color: #DFD365; }
a { background-color: rgb(223,211,101); }
div.DivClassName
{
background-color: #DFD365;
}
.BgClassName
{
background-color: #DFD365;
}
</style>
border-color css
<style>
span { border-color: #DFD365; }
span { border-color: rgb(223,211,101); }
td.TdClassName
{
border-color: #DFD365;
}
.TagClassName
{
border-color: #DFD365;
}
</style>