Shades of Wild Rice #DED577
Tints of Wild Rice #DED577
RGB
CMYK
RGB Variations
Color information
#DED577 (or 0xDED577) is known color: Wild Rice. HEX triplet: DE, D5 and 77. RGB value is (222,213,119). Sum of RGB (Red+Green+Blue) = 222+213+119=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 119 (46.88% from 255 or 21.48% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DED577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED577 is #212A88. Grayscale: #CDCDCD. Windows color (decimal): -2173577 or 7853534. OLE color: 7853534.
HSL color Cylindrical-coordinate representation of color #DED577: hue angle of 54.76º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DED577 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 119 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.13 |
| HSL | 54.76º | 0.61% | 0.67% | - |
| HSV(B) | 54.76º | 0.46% | 0.87% | - |
| XYZ | 57.25 | 64.45 | 26.88 | - |
| YUV | 204.98 | 79.48 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 119 | 0 | 0.04 | 0.46 | 0.13 | 54.76 | 0.61 | 0.67 |
| Hex | DE | D5 | 77 | 0 | 4 | 2E | D | 37 | 3D | 43 |
| Octal | 336 | 325 | 167 | 0 | 4 | 56 | 15 | 67 | 75 | 103 |
| Binary | 11011110 | 11010101 | 1110111 | 0 | 100 | 101110 | 1101 | 110111 | 111101 | 1000011 |
Color Harmonies of #DED577
Complementary color
Monochromatic Colors of #DED577
Black with #DED577
Text Example
Text Example
White with #DED577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED577; }
p { color: rgb(222,213,119); }
H1.HeaderClassName
{
color: #DED577;
}
.AnyTagClassName
{
color: #DED577;
}
</style>
background-color css
<style>
a { background-color: #DED577; }
a { background-color: rgb(222,213,119); }
div.DivClassName
{
background-color: #DED577;
}
.BgClassName
{
background-color: #DED577;
}
</style>
border-color css
<style>
span { border-color: #DED577; }
span { border-color: rgb(222,213,119); }
td.TdClassName
{
border-color: #DED577;
}
.TagClassName
{
border-color: #DED577;
}
</style>