Shades of Wild Rice #DFD880
Tints of Wild Rice #DFD880
RGB
CMYK
RGB Variations
Color information
#DFD880 (or 0xDFD880) is known color: Wild Rice. HEX triplet: DF, D8 and 80. RGB value is (223,216,128). Sum of RGB (Red+Green+Blue) = 223+216+128=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD880 is #20277F. Grayscale: #D0D0D0. Windows color (decimal): -2107264 or 8444127. OLE color: 8444127.
HSL color Cylindrical-coordinate representation of color #DFD880: hue angle of 55.58º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFD880 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 128 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.13 |
| HSL | 55.58º | 0.6% | 0.69% | - |
| HSV(B) | 55.58º | 0.43% | 0.87% | - |
| XYZ | 58.88 | 66.36 | 30.13 | - |
| YUV | 208.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 128 | 0 | 0.03 | 0.43 | 0.13 | 55.58 | 0.6 | 0.69 |
| Hex | DF | D8 | 80 | 0 | 3 | 2B | D | 38 | 3C | 45 |
| Octal | 337 | 330 | 200 | 0 | 3 | 53 | 15 | 70 | 74 | 105 |
| Binary | 11011111 | 11011000 | 10000000 | 0 | 11 | 101011 | 1101 | 111000 | 111100 | 1000101 |
Color Harmonies of #DFD880
Complementary color
Monochromatic Colors of #DFD880
Black with #DFD880
Text Example
Text Example
White with #DFD880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD880; }
p { color: rgb(223,216,128); }
H1.HeaderClassName
{
color: #DFD880;
}
.AnyTagClassName
{
color: #DFD880;
}
</style>
background-color css
<style>
a { background-color: #DFD880; }
a { background-color: rgb(223,216,128); }
div.DivClassName
{
background-color: #DFD880;
}
.BgClassName
{
background-color: #DFD880;
}
</style>
border-color css
<style>
span { border-color: #DFD880; }
span { border-color: rgb(223,216,128); }
td.TdClassName
{
border-color: #DFD880;
}
.TagClassName
{
border-color: #DFD880;
}
</style>