Shades of Wild Rice #DED077
Tints of Wild Rice #DED077
RGB
CMYK
RGB Variations
Color information
#DED077 (or 0xDED077) is known color: Wild Rice. HEX triplet: DE, D0 and 77. RGB value is (222,208,119). Sum of RGB (Red+Green+Blue) = 222+208+119=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DED077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED077 is #212F88. Grayscale: #CACACA. Windows color (decimal): -2174857 or 7852254. OLE color: 7852254.
HSL color Cylindrical-coordinate representation of color #DED077: hue angle of 51.84º 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 #DED077 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 119 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.13 |
| HSL | 51.84º | 0.61% | 0.67% | - |
| HSV(B) | 51.84º | 0.46% | 0.87% | - |
| XYZ | 56.01 | 61.97 | 26.46 | - |
| YUV | 202.04 | 81.14 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 119 | 0 | 0.06 | 0.46 | 0.13 | 51.84 | 0.61 | 0.67 |
| Hex | DE | D0 | 77 | 0 | 6 | 2E | D | 34 | 3D | 43 |
| Octal | 336 | 320 | 167 | 0 | 6 | 56 | 15 | 64 | 75 | 103 |
| Binary | 11011110 | 11010000 | 1110111 | 0 | 110 | 101110 | 1101 | 110100 | 111101 | 1000011 |
Color Harmonies of #DED077
Complementary color
Monochromatic Colors of #DED077
Black with #DED077
Text Example
Text Example
White with #DED077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED077; }
p { color: rgb(222,208,119); }
H1.HeaderClassName
{
color: #DED077;
}
.AnyTagClassName
{
color: #DED077;
}
</style>
background-color css
<style>
a { background-color: #DED077; }
a { background-color: rgb(222,208,119); }
div.DivClassName
{
background-color: #DED077;
}
.BgClassName
{
background-color: #DED077;
}
</style>
border-color css
<style>
span { border-color: #DED077; }
span { border-color: rgb(222,208,119); }
td.TdClassName
{
border-color: #DED077;
}
.TagClassName
{
border-color: #DED077;
}
</style>