Shades of Wild Rice #DED77A
Tints of Wild Rice #DED77A
RGB
CMYK
RGB Variations
Color information
#DED77A (or 0xDED77A) is known color: Wild Rice. HEX triplet: DE, D7 and 7A. RGB value is (222,215,122). Sum of RGB (Red+Green+Blue) = 222+215+122=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 122 (48.05% from 255 or 21.82% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DED77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED77A is #212885. Grayscale: #CECECE. Windows color (decimal): -2173062 or 8050654. OLE color: 8050654.
HSL color Cylindrical-coordinate representation of color #DED77A: hue angle of 55.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DED77A is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 122 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.13 |
| HSL | 55.8º | 0.6% | 0.67% | - |
| HSV(B) | 55.8º | 0.45% | 0.87% | - |
| XYZ | 57.94 | 65.54 | 28.01 | - |
| YUV | 206.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 122 | 0 | 0.03 | 0.45 | 0.13 | 55.8 | 0.6 | 0.67 |
| Hex | DE | D7 | 7A | 0 | 3 | 2D | D | 38 | 3C | 43 |
| Octal | 336 | 327 | 172 | 0 | 3 | 55 | 15 | 70 | 74 | 103 |
| Binary | 11011110 | 11010111 | 1111010 | 0 | 11 | 101101 | 1101 | 111000 | 111100 | 1000011 |
Color Harmonies of #DED77A
Complementary color
Monochromatic Colors of #DED77A
Black with #DED77A
Text Example
Text Example
White with #DED77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED77A; }
p { color: rgb(222,215,122); }
H1.HeaderClassName
{
color: #DED77A;
}
.AnyTagClassName
{
color: #DED77A;
}
</style>
background-color css
<style>
a { background-color: #DED77A; }
a { background-color: rgb(222,215,122); }
div.DivClassName
{
background-color: #DED77A;
}
.BgClassName
{
background-color: #DED77A;
}
</style>
border-color css
<style>
span { border-color: #DED77A; }
span { border-color: rgb(222,215,122); }
td.TdClassName
{
border-color: #DED77A;
}
.TagClassName
{
border-color: #DED77A;
}
</style>