Shades of Wild Rice #DED77C
Tints of Wild Rice #DED77C
RGB
CMYK
RGB Variations
Color information
#DED77C (or 0xDED77C) is known color: Wild Rice. HEX triplet: DE, D7 and 7C. RGB value is (222,215,124). Sum of RGB (Red+Green+Blue) = 222+215+124=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 124 (48.83% from 255 or 22.10% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DED77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED77C is #212883. Grayscale: #CFCFCF. Windows color (decimal): -2173060 or 8181726. OLE color: 8181726.
HSL color Cylindrical-coordinate representation of color #DED77C: hue angle of 55.71º 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 #DED77C is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 124 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.13 |
| HSL | 55.71º | 0.6% | 0.68% | - |
| HSV(B) | 55.71º | 0.44% | 0.87% | - |
| XYZ | 58.06 | 65.59 | 28.67 | - |
| YUV | 206.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 124 | 0 | 0.03 | 0.44 | 0.13 | 55.71 | 0.6 | 0.68 |
| Hex | DE | D7 | 7C | 0 | 3 | 2C | D | 38 | 3C | 44 |
| Octal | 336 | 327 | 174 | 0 | 3 | 54 | 15 | 70 | 74 | 104 |
| Binary | 11011110 | 11010111 | 1111100 | 0 | 11 | 101100 | 1101 | 111000 | 111100 | 1000100 |
Color Harmonies of #DED77C
Complementary color
Monochromatic Colors of #DED77C
Black with #DED77C
Text Example
Text Example
White with #DED77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED77C; }
p { color: rgb(222,215,124); }
H1.HeaderClassName
{
color: #DED77C;
}
.AnyTagClassName
{
color: #DED77C;
}
</style>
background-color css
<style>
a { background-color: #DED77C; }
a { background-color: rgb(222,215,124); }
div.DivClassName
{
background-color: #DED77C;
}
.BgClassName
{
background-color: #DED77C;
}
</style>
border-color css
<style>
span { border-color: #DED77C; }
span { border-color: rgb(222,215,124); }
td.TdClassName
{
border-color: #DED77C;
}
.TagClassName
{
border-color: #DED77C;
}
</style>