Shades of Wild Rice #DFDA7C
Tints of Wild Rice #DFDA7C
RGB
CMYK
RGB Variations
Color information
#DFDA7C (or 0xDFDA7C) is known color: Wild Rice. HEX triplet: DF, DA and 7C. RGB value is (223,218,124). Sum of RGB (Red+Green+Blue) = 223+218+124=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA7C is #202583. Grayscale: #D1D1D1. Windows color (decimal): -2106756 or 8182495. OLE color: 8182495.
HSL color Cylindrical-coordinate representation of color #DFDA7C: hue angle of 56.97º 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 #DFDA7C is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 124 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.13 |
| HSL | 56.97º | 0.61% | 0.68% | - |
| HSV(B) | 56.97º | 0.44% | 0.87% | - |
| XYZ | 59.14 | 67.29 | 28.94 | - |
| YUV | 208.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 124 | 0 | 0.02 | 0.44 | 0.13 | 56.97 | 0.61 | 0.68 |
| Hex | DF | DA | 7C | 0 | 2 | 2C | D | 39 | 3D | 44 |
| Octal | 337 | 332 | 174 | 0 | 2 | 54 | 15 | 71 | 75 | 104 |
| Binary | 11011111 | 11011010 | 1111100 | 0 | 10 | 101100 | 1101 | 111001 | 111101 | 1000100 |
Color Harmonies of #DFDA7C
Complementary color
Monochromatic Colors of #DFDA7C
Black with #DFDA7C
Text Example
Text Example
White with #DFDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA7C; }
p { color: rgb(223,218,124); }
H1.HeaderClassName
{
color: #DFDA7C;
}
.AnyTagClassName
{
color: #DFDA7C;
}
</style>
background-color css
<style>
a { background-color: #DFDA7C; }
a { background-color: rgb(223,218,124); }
div.DivClassName
{
background-color: #DFDA7C;
}
.BgClassName
{
background-color: #DFDA7C;
}
</style>
border-color css
<style>
span { border-color: #DFDA7C; }
span { border-color: rgb(223,218,124); }
td.TdClassName
{
border-color: #DFDA7C;
}
.TagClassName
{
border-color: #DFDA7C;
}
</style>