Shades of Wild Rice #DFD167
Tints of Wild Rice #DFD167
RGB
CMYK
RGB Variations
Color information
#DFD167 (or 0xDFD167) is known color: Wild Rice. HEX triplet: DF, D1 and 67. RGB value is (223,209,103). Sum of RGB (Red+Green+Blue) = 223+209+103=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD167 is #202E98. Grayscale: #C9C9C9. Windows color (decimal): -2109081 or 6803935. OLE color: 6803935.
HSL color Cylindrical-coordinate representation of color #DFD167: hue angle of 53º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFD167 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 103 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.13 |
| HSL | 53º | 0.65% | 0.64% | - |
| HSV(B) | 53º | 0.54% | 0.87% | - |
| XYZ | 55.68 | 62.27 | 21.92 | - |
| YUV | 201.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 103 | 0 | 0.06 | 0.54 | 0.13 | 53 | 0.65 | 0.64 |
| Hex | DF | D1 | 67 | 0 | 6 | 36 | D | 35 | 41 | 40 |
| Octal | 337 | 321 | 147 | 0 | 6 | 66 | 15 | 65 | 101 | 100 |
| Binary | 11011111 | 11010001 | 1100111 | 0 | 110 | 110110 | 1101 | 110101 | 1000001 | 1000000 |
Color Harmonies of #DFD167
Complementary color
Monochromatic Colors of #DFD167
Black with #DFD167
Text Example
Text Example
White with #DFD167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD167; }
p { color: rgb(223,209,103); }
H1.HeaderClassName
{
color: #DFD167;
}
.AnyTagClassName
{
color: #DFD167;
}
</style>
background-color css
<style>
a { background-color: #DFD167; }
a { background-color: rgb(223,209,103); }
div.DivClassName
{
background-color: #DFD167;
}
.BgClassName
{
background-color: #DFD167;
}
</style>
border-color css
<style>
span { border-color: #DFD167; }
span { border-color: rgb(223,209,103); }
td.TdClassName
{
border-color: #DFD167;
}
.TagClassName
{
border-color: #DFD167;
}
</style>