Shades of Wild Rice #DED880
Tints of Wild Rice #DED880
RGB
CMYK
RGB Variations
Color information
#DED880 (or 0xDED880) is known color: Wild Rice. HEX triplet: DE, D8 and 80. RGB value is (222,216,128). Sum of RGB (Red+Green+Blue) = 222+216+128=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DED880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED880 is #21277F. Grayscale: #D0D0D0. Windows color (decimal): -2172800 or 8444126. OLE color: 8444126.
HSL color Cylindrical-coordinate representation of color #DED880: hue angle of 56.17º 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 #DED880 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 128 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.13 |
| HSL | 56.17º | 0.59% | 0.69% | - |
| HSV(B) | 56.17º | 0.42% | 0.87% | - |
| XYZ | 58.58 | 66.2 | 30.11 | - |
| YUV | 207.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 128 | 0 | 0.03 | 0.42 | 0.13 | 56.17 | 0.59 | 0.69 |
| Hex | DE | D8 | 80 | 0 | 3 | 2A | D | 38 | 3B | 45 |
| Octal | 336 | 330 | 200 | 0 | 3 | 52 | 15 | 70 | 73 | 105 |
| Binary | 11011110 | 11011000 | 10000000 | 0 | 11 | 101010 | 1101 | 111000 | 111011 | 1000101 |
Color Harmonies of #DED880
Complementary color
Monochromatic Colors of #DED880
Black with #DED880
Text Example
Text Example
White with #DED880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED880; }
p { color: rgb(222,216,128); }
H1.HeaderClassName
{
color: #DED880;
}
.AnyTagClassName
{
color: #DED880;
}
</style>
background-color css
<style>
a { background-color: #DED880; }
a { background-color: rgb(222,216,128); }
div.DivClassName
{
background-color: #DED880;
}
.BgClassName
{
background-color: #DED880;
}
</style>
border-color css
<style>
span { border-color: #DED880; }
span { border-color: rgb(222,216,128); }
td.TdClassName
{
border-color: #DED880;
}
.TagClassName
{
border-color: #DED880;
}
</style>