Shades of Wild Rice #DED87C
Tints of Wild Rice #DED87C
RGB
CMYK
RGB Variations
Color information
#DED87C (or 0xDED87C) is known color: Wild Rice. HEX triplet: DE, D8 and 7C. RGB value is (222,216,124). Sum of RGB (Red+Green+Blue) = 222+216+124=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DED87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED87C is #212783. Grayscale: #CFCFCF. Windows color (decimal): -2172804 or 8181982. OLE color: 8181982.
HSL color Cylindrical-coordinate representation of color #DED87C: hue angle of 56.33º degrees, saturation: 0.6, 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 #DED87C is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 124 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.13 |
| HSL | 56.33º | 0.6% | 0.68% | - |
| HSV(B) | 56.33º | 0.44% | 0.87% | - |
| XYZ | 58.32 | 66.1 | 28.75 | - |
| YUV | 207.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 124 | 0 | 0.03 | 0.44 | 0.13 | 56.33 | 0.6 | 0.68 |
| Hex | DE | D8 | 7C | 0 | 3 | 2C | D | 38 | 3C | 44 |
| Octal | 336 | 330 | 174 | 0 | 3 | 54 | 15 | 70 | 74 | 104 |
| Binary | 11011110 | 11011000 | 1111100 | 0 | 11 | 101100 | 1101 | 111000 | 111100 | 1000100 |
Color Harmonies of #DED87C
Complementary color
Monochromatic Colors of #DED87C
Black with #DED87C
Text Example
Text Example
White with #DED87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED87C; }
p { color: rgb(222,216,124); }
H1.HeaderClassName
{
color: #DED87C;
}
.AnyTagClassName
{
color: #DED87C;
}
</style>
background-color css
<style>
a { background-color: #DED87C; }
a { background-color: rgb(222,216,124); }
div.DivClassName
{
background-color: #DED87C;
}
.BgClassName
{
background-color: #DED87C;
}
</style>
border-color css
<style>
span { border-color: #DED87C; }
span { border-color: rgb(222,216,124); }
td.TdClassName
{
border-color: #DED87C;
}
.TagClassName
{
border-color: #DED87C;
}
</style>