Shades of Wild Rice #DFD373
Tints of Wild Rice #DFD373
RGB
CMYK
RGB Variations
Color information
#DFD373 (or 0xDFD373) is known color: Wild Rice. HEX triplet: DF, D3 and 73. RGB value is (223,211,115). Sum of RGB (Red+Green+Blue) = 223+211+115=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD373 is #202C8C. Grayscale: #CCCCCC. Windows color (decimal): -2108557 or 7590879. OLE color: 7590879.
HSL color Cylindrical-coordinate representation of color #DFD373: hue angle of 53.33º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFD373 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 115 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.13 |
| HSL | 53.33º | 0.63% | 0.66% | - |
| HSV(B) | 53.33º | 0.48% | 0.87% | - |
| XYZ | 56.82 | 63.51 | 25.48 | - |
| YUV | 203.64 | 77.98 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 115 | 0 | 0.05 | 0.48 | 0.13 | 53.33 | 0.63 | 0.66 |
| Hex | DF | D3 | 73 | 0 | 5 | 30 | D | 35 | 3F | 42 |
| Octal | 337 | 323 | 163 | 0 | 5 | 60 | 15 | 65 | 77 | 102 |
| Binary | 11011111 | 11010011 | 1110011 | 0 | 101 | 110000 | 1101 | 110101 | 111111 | 1000010 |
Color Harmonies of #DFD373
Complementary color
Monochromatic Colors of #DFD373
Black with #DFD373
Text Example
Text Example
White with #DFD373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD373; }
p { color: rgb(223,211,115); }
H1.HeaderClassName
{
color: #DFD373;
}
.AnyTagClassName
{
color: #DFD373;
}
</style>
background-color css
<style>
a { background-color: #DFD373; }
a { background-color: rgb(223,211,115); }
div.DivClassName
{
background-color: #DFD373;
}
.BgClassName
{
background-color: #DFD373;
}
</style>
border-color css
<style>
span { border-color: #DFD373; }
span { border-color: rgb(223,211,115); }
td.TdClassName
{
border-color: #DFD373;
}
.TagClassName
{
border-color: #DFD373;
}
</style>