Shades of Wild Rice #DFD77C
Tints of Wild Rice #DFD77C
RGB
CMYK
RGB Variations
Color information
#DFD77C (or 0xDFD77C) is known color: Wild Rice. HEX triplet: DF, D7 and 7C. RGB value is (223,215,124). Sum of RGB (Red+Green+Blue) = 223+215+124=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD77C is #202883. Grayscale: #CFCFCF. Windows color (decimal): -2107524 or 8181727. OLE color: 8181727.
HSL color Cylindrical-coordinate representation of color #DFD77C: hue angle of 55.15º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFD77C is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 124 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.13 |
| HSL | 55.15º | 0.61% | 0.68% | - |
| HSV(B) | 55.15º | 0.44% | 0.87% | - |
| XYZ | 58.37 | 65.74 | 28.68 | - |
| YUV | 207.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 124 | 0 | 0.04 | 0.44 | 0.13 | 55.15 | 0.61 | 0.68 |
| Hex | DF | D7 | 7C | 0 | 4 | 2C | D | 37 | 3D | 44 |
| Octal | 337 | 327 | 174 | 0 | 4 | 54 | 15 | 67 | 75 | 104 |
| Binary | 11011111 | 11010111 | 1111100 | 0 | 100 | 101100 | 1101 | 110111 | 111101 | 1000100 |
Color Harmonies of #DFD77C
Complementary color
Monochromatic Colors of #DFD77C
Black with #DFD77C
Text Example
Text Example
White with #DFD77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD77C; }
p { color: rgb(223,215,124); }
H1.HeaderClassName
{
color: #DFD77C;
}
.AnyTagClassName
{
color: #DFD77C;
}
</style>
background-color css
<style>
a { background-color: #DFD77C; }
a { background-color: rgb(223,215,124); }
div.DivClassName
{
background-color: #DFD77C;
}
.BgClassName
{
background-color: #DFD77C;
}
</style>
border-color css
<style>
span { border-color: #DFD77C; }
span { border-color: rgb(223,215,124); }
td.TdClassName
{
border-color: #DFD77C;
}
.TagClassName
{
border-color: #DFD77C;
}
</style>