Shades of Wild Rice #DFD472
Tints of Wild Rice #DFD472
RGB
CMYK
RGB Variations
Color information
#DFD472 (or 0xDFD472) is known color: Wild Rice. HEX triplet: DF, D4 and 72. RGB value is (223,212,114). Sum of RGB (Red+Green+Blue) = 223+212+114=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD472 is #202B8D. Grayscale: #CCCCCC. Windows color (decimal): -2108302 or 7525599. OLE color: 7525599.
HSL color Cylindrical-coordinate representation of color #DFD472: hue angle of 53.94º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFD472 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 114 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.13 |
| HSL | 53.94º | 0.63% | 0.66% | - |
| HSV(B) | 53.94º | 0.49% | 0.87% | - |
| XYZ | 57.01 | 63.99 | 25.27 | - |
| YUV | 204.12 | 77.14 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 114 | 0 | 0.05 | 0.49 | 0.13 | 53.94 | 0.63 | 0.66 |
| Hex | DF | D4 | 72 | 0 | 5 | 31 | D | 36 | 3F | 42 |
| Octal | 337 | 324 | 162 | 0 | 5 | 61 | 15 | 66 | 77 | 102 |
| Binary | 11011111 | 11010100 | 1110010 | 0 | 101 | 110001 | 1101 | 110110 | 111111 | 1000010 |
Color Harmonies of #DFD472
Complementary color
Monochromatic Colors of #DFD472
Black with #DFD472
Text Example
Text Example
White with #DFD472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD472; }
p { color: rgb(223,212,114); }
H1.HeaderClassName
{
color: #DFD472;
}
.AnyTagClassName
{
color: #DFD472;
}
</style>
background-color css
<style>
a { background-color: #DFD472; }
a { background-color: rgb(223,212,114); }
div.DivClassName
{
background-color: #DFD472;
}
.BgClassName
{
background-color: #DFD472;
}
</style>
border-color css
<style>
span { border-color: #DFD472; }
span { border-color: rgb(223,212,114); }
td.TdClassName
{
border-color: #DFD472;
}
.TagClassName
{
border-color: #DFD472;
}
</style>