Shades of Wild Rice #DFD168
Tints of Wild Rice #DFD168
RGB
CMYK
RGB Variations
Color information
#DFD168 (or 0xDFD168) is known color: Wild Rice. HEX triplet: DF, D1 and 68. RGB value is (223,209,104). Sum of RGB (Red+Green+Blue) = 223+209+104=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD168 is #202E97. Grayscale: #C9C9C9. Windows color (decimal): -2109080 or 6869471. OLE color: 6869471.
HSL color Cylindrical-coordinate representation of color #DFD168: hue angle of 52.94º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFD168 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 104 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.13 |
| HSL | 52.94º | 0.65% | 0.64% | - |
| HSV(B) | 52.94º | 0.53% | 0.87% | - |
| XYZ | 55.73 | 62.29 | 22.18 | - |
| YUV | 201.22 | 73.14 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 104 | 0 | 0.06 | 0.53 | 0.13 | 52.94 | 0.65 | 0.64 |
| Hex | DF | D1 | 68 | 0 | 6 | 35 | D | 35 | 41 | 40 |
| Octal | 337 | 321 | 150 | 0 | 6 | 65 | 15 | 65 | 101 | 100 |
| Binary | 11011111 | 11010001 | 1101000 | 0 | 110 | 110101 | 1101 | 110101 | 1000001 | 1000000 |
Color Harmonies of #DFD168
Complementary color
Monochromatic Colors of #DFD168
Black with #DFD168
Text Example
Text Example
White with #DFD168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD168; }
p { color: rgb(223,209,104); }
H1.HeaderClassName
{
color: #DFD168;
}
.AnyTagClassName
{
color: #DFD168;
}
</style>
background-color css
<style>
a { background-color: #DFD168; }
a { background-color: rgb(223,209,104); }
div.DivClassName
{
background-color: #DFD168;
}
.BgClassName
{
background-color: #DFD168;
}
</style>
border-color css
<style>
span { border-color: #DFD168; }
span { border-color: rgb(223,209,104); }
td.TdClassName
{
border-color: #DFD168;
}
.TagClassName
{
border-color: #DFD168;
}
</style>