Shades of Wild Rice #DED77B
Tints of Wild Rice #DED77B
RGB
CMYK
RGB Variations
Color information
#DED77B (or 0xDED77B) is known color: Wild Rice. HEX triplet: DE, D7 and 7B. RGB value is (222,215,123). Sum of RGB (Red+Green+Blue) = 222+215+123=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 123 (48.44% from 255 or 21.96% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DED77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED77B is #212884. Grayscale: #CECECE. Windows color (decimal): -2173061 or 8116190. OLE color: 8116190.
HSL color Cylindrical-coordinate representation of color #DED77B: hue angle of 55.76º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DED77B is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 123 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.13 |
| HSL | 55.76º | 0.6% | 0.68% | - |
| HSV(B) | 55.76º | 0.45% | 0.87% | - |
| XYZ | 58 | 65.56 | 28.34 | - |
| YUV | 206.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 123 | 0 | 0.03 | 0.45 | 0.13 | 55.76 | 0.6 | 0.68 |
| Hex | DE | D7 | 7B | 0 | 3 | 2D | D | 38 | 3C | 44 |
| Octal | 336 | 327 | 173 | 0 | 3 | 55 | 15 | 70 | 74 | 104 |
| Binary | 11011110 | 11010111 | 1111011 | 0 | 11 | 101101 | 1101 | 111000 | 111100 | 1000100 |
Color Harmonies of #DED77B
Complementary color
Monochromatic Colors of #DED77B
Black with #DED77B
Text Example
Text Example
White with #DED77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED77B; }
p { color: rgb(222,215,123); }
H1.HeaderClassName
{
color: #DED77B;
}
.AnyTagClassName
{
color: #DED77B;
}
</style>
background-color css
<style>
a { background-color: #DED77B; }
a { background-color: rgb(222,215,123); }
div.DivClassName
{
background-color: #DED77B;
}
.BgClassName
{
background-color: #DED77B;
}
</style>
border-color css
<style>
span { border-color: #DED77B; }
span { border-color: rgb(222,215,123); }
td.TdClassName
{
border-color: #DED77B;
}
.TagClassName
{
border-color: #DED77B;
}
</style>