Shades of Wild Rice #DED87F
Tints of Wild Rice #DED87F
RGB
CMYK
RGB Variations
Color information
#DED87F (or 0xDED87F) is known color: Wild Rice. HEX triplet: DE, D8 and 7F. RGB value is (222,216,127). Sum of RGB (Red+Green+Blue) = 222+216+127=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 127 (50% from 255 or 22.48% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DED87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED87F is #212780. Grayscale: #D0D0D0. Windows color (decimal): -2172801 or 8378590. OLE color: 8378590.
HSL color Cylindrical-coordinate representation of color #DED87F: hue angle of 56.21º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DED87F is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 127 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.13 |
| HSL | 56.21º | 0.59% | 0.68% | - |
| HSV(B) | 56.21º | 0.43% | 0.87% | - |
| XYZ | 58.51 | 66.17 | 29.77 | - |
| YUV | 207.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 127 | 0 | 0.03 | 0.43 | 0.13 | 56.21 | 0.59 | 0.68 |
| Hex | DE | D8 | 7F | 0 | 3 | 2B | D | 38 | 3B | 44 |
| Octal | 336 | 330 | 177 | 0 | 3 | 53 | 15 | 70 | 73 | 104 |
| Binary | 11011110 | 11011000 | 1111111 | 0 | 11 | 101011 | 1101 | 111000 | 111011 | 1000100 |
Color Harmonies of #DED87F
Complementary color
Monochromatic Colors of #DED87F
Black with #DED87F
Text Example
Text Example
White with #DED87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED87F; }
p { color: rgb(222,216,127); }
H1.HeaderClassName
{
color: #DED87F;
}
.AnyTagClassName
{
color: #DED87F;
}
</style>
background-color css
<style>
a { background-color: #DED87F; }
a { background-color: rgb(222,216,127); }
div.DivClassName
{
background-color: #DED87F;
}
.BgClassName
{
background-color: #DED87F;
}
</style>
border-color css
<style>
span { border-color: #DED87F; }
span { border-color: rgb(222,216,127); }
td.TdClassName
{
border-color: #DED87F;
}
.TagClassName
{
border-color: #DED87F;
}
</style>