Shades of Wild Rice #DFD268
Tints of Wild Rice #DFD268
RGB
CMYK
RGB Variations
Color information
#DFD268 (or 0xDFD268) is known color: Wild Rice. HEX triplet: DF, D2 and 68. RGB value is (223,210,104). Sum of RGB (Red+Green+Blue) = 223+210+104=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD268 is #202D97. Grayscale: #CACACA. Windows color (decimal): -2108824 or 6869727. OLE color: 6869727.
HSL color Cylindrical-coordinate representation of color #DFD268: hue angle of 53.45º 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 #DFD268 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 104 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.13 |
| HSL | 53.45º | 0.65% | 0.64% | - |
| HSV(B) | 53.45º | 0.53% | 0.87% | - |
| XYZ | 55.98 | 62.78 | 22.26 | - |
| YUV | 201.8 | 72.81 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 104 | 0 | 0.06 | 0.53 | 0.13 | 53.45 | 0.65 | 0.64 |
| Hex | DF | D2 | 68 | 0 | 6 | 35 | D | 35 | 41 | 40 |
| Octal | 337 | 322 | 150 | 0 | 6 | 65 | 15 | 65 | 101 | 100 |
| Binary | 11011111 | 11010010 | 1101000 | 0 | 110 | 110101 | 1101 | 110101 | 1000001 | 1000000 |
Color Harmonies of #DFD268
Complementary color
Monochromatic Colors of #DFD268
Black with #DFD268
Text Example
Text Example
White with #DFD268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD268; }
p { color: rgb(223,210,104); }
H1.HeaderClassName
{
color: #DFD268;
}
.AnyTagClassName
{
color: #DFD268;
}
</style>
background-color css
<style>
a { background-color: #DFD268; }
a { background-color: rgb(223,210,104); }
div.DivClassName
{
background-color: #DFD268;
}
.BgClassName
{
background-color: #DFD268;
}
</style>
border-color css
<style>
span { border-color: #DFD268; }
span { border-color: rgb(223,210,104); }
td.TdClassName
{
border-color: #DFD268;
}
.TagClassName
{
border-color: #DFD268;
}
</style>