Shades of Wild Rice #DFD77D
Tints of Wild Rice #DFD77D
RGB
CMYK
RGB Variations
Color information
#DFD77D (or 0xDFD77D) is known color: Wild Rice. HEX triplet: DF, D7 and 7D. RGB value is (223,215,125). Sum of RGB (Red+Green+Blue) = 223+215+125=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD77D is #202882. Grayscale: #CFCFCF. Windows color (decimal): -2107523 or 8247263. OLE color: 8247263.
HSL color Cylindrical-coordinate representation of color #DFD77D: hue angle of 55.1º degrees, saturation: 0.6, 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 #DFD77D is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 125 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.13 |
| HSL | 55.1º | 0.6% | 0.68% | - |
| HSV(B) | 55.1º | 0.44% | 0.87% | - |
| XYZ | 58.43 | 65.77 | 29.02 | - |
| YUV | 207.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 125 | 0 | 0.04 | 0.44 | 0.13 | 55.1 | 0.6 | 0.68 |
| Hex | DF | D7 | 7D | 0 | 4 | 2C | D | 37 | 3C | 44 |
| Octal | 337 | 327 | 175 | 0 | 4 | 54 | 15 | 67 | 74 | 104 |
| Binary | 11011111 | 11010111 | 1111101 | 0 | 100 | 101100 | 1101 | 110111 | 111100 | 1000100 |
Color Harmonies of #DFD77D
Complementary color
Monochromatic Colors of #DFD77D
Black with #DFD77D
Text Example
Text Example
White with #DFD77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD77D; }
p { color: rgb(223,215,125); }
H1.HeaderClassName
{
color: #DFD77D;
}
.AnyTagClassName
{
color: #DFD77D;
}
</style>
background-color css
<style>
a { background-color: #DFD77D; }
a { background-color: rgb(223,215,125); }
div.DivClassName
{
background-color: #DFD77D;
}
.BgClassName
{
background-color: #DFD77D;
}
</style>
border-color css
<style>
span { border-color: #DFD77D; }
span { border-color: rgb(223,215,125); }
td.TdClassName
{
border-color: #DFD77D;
}
.TagClassName
{
border-color: #DFD77D;
}
</style>