Shades of Wild Rice #DFD778
Tints of Wild Rice #DFD778
RGB
CMYK
RGB Variations
Color information
#DFD778 (or 0xDFD778) is known color: Wild Rice. HEX triplet: DF, D7 and 78. RGB value is (223,215,120). Sum of RGB (Red+Green+Blue) = 223+215+120=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 120 (47.27% from 255 or 21.51% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD778 is #202887. Grayscale: #CECECE. Windows color (decimal): -2107528 or 7919583. OLE color: 7919583.
HSL color Cylindrical-coordinate representation of color #DFD778: hue angle of 55.34º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFD778 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 120 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.13 |
| HSL | 55.34º | 0.62% | 0.67% | - |
| HSV(B) | 55.34º | 0.46% | 0.87% | - |
| XYZ | 58.12 | 65.64 | 27.38 | - |
| YUV | 206.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 120 | 0 | 0.04 | 0.46 | 0.13 | 55.34 | 0.62 | 0.67 |
| Hex | DF | D7 | 78 | 0 | 4 | 2E | D | 37 | 3E | 43 |
| Octal | 337 | 327 | 170 | 0 | 4 | 56 | 15 | 67 | 76 | 103 |
| Binary | 11011111 | 11010111 | 1111000 | 0 | 100 | 101110 | 1101 | 110111 | 111110 | 1000011 |
Color Harmonies of #DFD778
Complementary color
Monochromatic Colors of #DFD778
Black with #DFD778
Text Example
Text Example
White with #DFD778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD778; }
p { color: rgb(223,215,120); }
H1.HeaderClassName
{
color: #DFD778;
}
.AnyTagClassName
{
color: #DFD778;
}
</style>
background-color css
<style>
a { background-color: #DFD778; }
a { background-color: rgb(223,215,120); }
div.DivClassName
{
background-color: #DFD778;
}
.BgClassName
{
background-color: #DFD778;
}
</style>
border-color css
<style>
span { border-color: #DFD778; }
span { border-color: rgb(223,215,120); }
td.TdClassName
{
border-color: #DFD778;
}
.TagClassName
{
border-color: #DFD778;
}
</style>