Shades of Wild Rice #DFD77A
Tints of Wild Rice #DFD77A
RGB
CMYK
RGB Variations
Color information
#DFD77A (or 0xDFD77A) is known color: Wild Rice. HEX triplet: DF, D7 and 7A. RGB value is (223,215,122). Sum of RGB (Red+Green+Blue) = 223+215+122=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD77A is #202885. Grayscale: #CFCFCF. Windows color (decimal): -2107526 or 8050655. OLE color: 8050655.
HSL color Cylindrical-coordinate representation of color #DFD77A: hue angle of 55.25º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFD77A is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 122 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.13 |
| HSL | 55.25º | 0.61% | 0.68% | - |
| HSV(B) | 55.25º | 0.45% | 0.87% | - |
| XYZ | 58.24 | 65.69 | 28.02 | - |
| YUV | 206.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 122 | 0 | 0.04 | 0.45 | 0.13 | 55.25 | 0.61 | 0.68 |
| Hex | DF | D7 | 7A | 0 | 4 | 2D | D | 37 | 3D | 44 |
| Octal | 337 | 327 | 172 | 0 | 4 | 55 | 15 | 67 | 75 | 104 |
| Binary | 11011111 | 11010111 | 1111010 | 0 | 100 | 101101 | 1101 | 110111 | 111101 | 1000100 |
Color Harmonies of #DFD77A
Complementary color
Monochromatic Colors of #DFD77A
Black with #DFD77A
Text Example
Text Example
White with #DFD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD77A; }
p { color: rgb(223,215,122); }
H1.HeaderClassName
{
color: #DFD77A;
}
.AnyTagClassName
{
color: #DFD77A;
}
</style>
background-color css
<style>
a { background-color: #DFD77A; }
a { background-color: rgb(223,215,122); }
div.DivClassName
{
background-color: #DFD77A;
}
.BgClassName
{
background-color: #DFD77A;
}
</style>
border-color css
<style>
span { border-color: #DFD77A; }
span { border-color: rgb(223,215,122); }
td.TdClassName
{
border-color: #DFD77A;
}
.TagClassName
{
border-color: #DFD77A;
}
</style>