Shades of Wild Rice #DFD474
Tints of Wild Rice #DFD474
RGB
CMYK
RGB Variations
Color information
#DFD474 (or 0xDFD474) is known color: Wild Rice. HEX triplet: DF, D4 and 74. RGB value is (223,212,116). Sum of RGB (Red+Green+Blue) = 223+212+116=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD474 is #202B8B. Grayscale: #CCCCCC. Windows color (decimal): -2108300 or 7656671. OLE color: 7656671.
HSL color Cylindrical-coordinate representation of color #DFD474: hue angle of 53.83º 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 #DFD474 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 116 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.13 |
| HSL | 53.83º | 0.63% | 0.66% | - |
| HSV(B) | 53.83º | 0.48% | 0.87% | - |
| XYZ | 57.13 | 64.04 | 25.87 | - |
| YUV | 204.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 116 | 0 | 0.05 | 0.48 | 0.13 | 53.83 | 0.63 | 0.66 |
| Hex | DF | D4 | 74 | 0 | 5 | 30 | D | 36 | 3F | 42 |
| Octal | 337 | 324 | 164 | 0 | 5 | 60 | 15 | 66 | 77 | 102 |
| Binary | 11011111 | 11010100 | 1110100 | 0 | 101 | 110000 | 1101 | 110110 | 111111 | 1000010 |
Color Harmonies of #DFD474
Complementary color
Monochromatic Colors of #DFD474
Black with #DFD474
Text Example
Text Example
White with #DFD474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD474; }
p { color: rgb(223,212,116); }
H1.HeaderClassName
{
color: #DFD474;
}
.AnyTagClassName
{
color: #DFD474;
}
</style>
background-color css
<style>
a { background-color: #DFD474; }
a { background-color: rgb(223,212,116); }
div.DivClassName
{
background-color: #DFD474;
}
.BgClassName
{
background-color: #DFD474;
}
</style>
border-color css
<style>
span { border-color: #DFD474; }
span { border-color: rgb(223,212,116); }
td.TdClassName
{
border-color: #DFD474;
}
.TagClassName
{
border-color: #DFD474;
}
</style>