Shades of Wild Rice #DFD16D
Tints of Wild Rice #DFD16D
RGB
CMYK
RGB Variations
Color information
#DFD16D (or 0xDFD16D) is known color: Wild Rice. HEX triplet: DF, D1 and 6D. RGB value is (223,209,109). Sum of RGB (Red+Green+Blue) = 223+209+109=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD16D is #202E92. Grayscale: #CACACA. Windows color (decimal): -2109075 or 7197151. OLE color: 7197151.
HSL color Cylindrical-coordinate representation of color #DFD16D: hue angle of 52.63º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFD16D is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 109 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.13 |
| HSL | 52.63º | 0.64% | 0.65% | - |
| HSV(B) | 52.63º | 0.51% | 0.87% | - |
| XYZ | 55.99 | 62.39 | 23.56 | - |
| YUV | 201.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 109 | 0 | 0.06 | 0.51 | 0.13 | 52.63 | 0.64 | 0.65 |
| Hex | DF | D1 | 6D | 0 | 6 | 33 | D | 35 | 40 | 41 |
| Octal | 337 | 321 | 155 | 0 | 6 | 63 | 15 | 65 | 100 | 101 |
| Binary | 11011111 | 11010001 | 1101101 | 0 | 110 | 110011 | 1101 | 110101 | 1000000 | 1000001 |
Color Harmonies of #DFD16D
Complementary color
Monochromatic Colors of #DFD16D
Black with #DFD16D
Text Example
Text Example
White with #DFD16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD16D; }
p { color: rgb(223,209,109); }
H1.HeaderClassName
{
color: #DFD16D;
}
.AnyTagClassName
{
color: #DFD16D;
}
</style>
background-color css
<style>
a { background-color: #DFD16D; }
a { background-color: rgb(223,209,109); }
div.DivClassName
{
background-color: #DFD16D;
}
.BgClassName
{
background-color: #DFD16D;
}
</style>
border-color css
<style>
span { border-color: #DFD16D; }
span { border-color: rgb(223,209,109); }
td.TdClassName
{
border-color: #DFD16D;
}
.TagClassName
{
border-color: #DFD16D;
}
</style>