Shades of Wild Rice #DFD781
Tints of Wild Rice #DFD781
RGB
CMYK
RGB Variations
Color information
#DFD781 (or 0xDFD781) is known color: Wild Rice. HEX triplet: DF, D7 and 81. RGB value is (223,215,129). Sum of RGB (Red+Green+Blue) = 223+215+129=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 129 (50.78% from 255 or 22.75% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD781 is #20287E. Grayscale: #CFCFCF. Windows color (decimal): -2107519 or 8509407. OLE color: 8509407.
HSL color Cylindrical-coordinate representation of color #DFD781: hue angle of 54.89º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFD781 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 129 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.13 |
| HSL | 54.89º | 0.59% | 0.69% | - |
| HSV(B) | 54.89º | 0.42% | 0.87% | - |
| XYZ | 58.69 | 65.87 | 30.39 | - |
| YUV | 207.59 | 83.65 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 129 | 0 | 0.04 | 0.42 | 0.13 | 54.89 | 0.59 | 0.69 |
| Hex | DF | D7 | 81 | 0 | 4 | 2A | D | 37 | 3B | 45 |
| Octal | 337 | 327 | 201 | 0 | 4 | 52 | 15 | 67 | 73 | 105 |
| Binary | 11011111 | 11010111 | 10000001 | 0 | 100 | 101010 | 1101 | 110111 | 111011 | 1000101 |
Color Harmonies of #DFD781
Complementary color
Monochromatic Colors of #DFD781
Black with #DFD781
Text Example
Text Example
White with #DFD781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD781; }
p { color: rgb(223,215,129); }
H1.HeaderClassName
{
color: #DFD781;
}
.AnyTagClassName
{
color: #DFD781;
}
</style>
background-color css
<style>
a { background-color: #DFD781; }
a { background-color: rgb(223,215,129); }
div.DivClassName
{
background-color: #DFD781;
}
.BgClassName
{
background-color: #DFD781;
}
</style>
border-color css
<style>
span { border-color: #DFD781; }
span { border-color: rgb(223,215,129); }
td.TdClassName
{
border-color: #DFD781;
}
.TagClassName
{
border-color: #DFD781;
}
</style>