Shades of Wild Rice #DFD172
Tints of Wild Rice #DFD172
RGB
CMYK
RGB Variations
Color information
#DFD172 (or 0xDFD172) is known color: Wild Rice. HEX triplet: DF, D1 and 72. RGB value is (223,209,114). Sum of RGB (Red+Green+Blue) = 223+209+114=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD172 is #202E8D. Grayscale: #CACACA. Windows color (decimal): -2109070 or 7524831. OLE color: 7524831.
HSL color Cylindrical-coordinate representation of color #DFD172: hue angle of 52.29º 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 #DFD172 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 114 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.13 |
| HSL | 52.29º | 0.63% | 0.66% | - |
| HSV(B) | 52.29º | 0.49% | 0.87% | - |
| XYZ | 56.27 | 62.5 | 25.02 | - |
| YUV | 202.36 | 78.14 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 114 | 0 | 0.06 | 0.49 | 0.13 | 52.29 | 0.63 | 0.66 |
| Hex | DF | D1 | 72 | 0 | 6 | 31 | D | 34 | 3F | 42 |
| Octal | 337 | 321 | 162 | 0 | 6 | 61 | 15 | 64 | 77 | 102 |
| Binary | 11011111 | 11010001 | 1110010 | 0 | 110 | 110001 | 1101 | 110100 | 111111 | 1000010 |
Color Harmonies of #DFD172
Complementary color
Monochromatic Colors of #DFD172
Black with #DFD172
Text Example
Text Example
White with #DFD172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD172; }
p { color: rgb(223,209,114); }
H1.HeaderClassName
{
color: #DFD172;
}
.AnyTagClassName
{
color: #DFD172;
}
</style>
background-color css
<style>
a { background-color: #DFD172; }
a { background-color: rgb(223,209,114); }
div.DivClassName
{
background-color: #DFD172;
}
.BgClassName
{
background-color: #DFD172;
}
</style>
border-color css
<style>
span { border-color: #DFD172; }
span { border-color: rgb(223,209,114); }
td.TdClassName
{
border-color: #DFD172;
}
.TagClassName
{
border-color: #DFD172;
}
</style>