Shades of Wild Rice #DED177
Tints of Wild Rice #DED177
RGB
CMYK
RGB Variations
Color information
#DED177 (or 0xDED177) is known color: Wild Rice. HEX triplet: DE, D1 and 77. RGB value is (222,209,119). Sum of RGB (Red+Green+Blue) = 222+209+119=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DED177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED177 is #212E88. Grayscale: #CACACA. Windows color (decimal): -2174601 or 7852510. OLE color: 7852510.
HSL color Cylindrical-coordinate representation of color #DED177: hue angle of 52.43º 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 #DED177 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 119 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.13 |
| HSL | 52.43º | 0.61% | 0.67% | - |
| HSV(B) | 52.43º | 0.46% | 0.87% | - |
| XYZ | 56.25 | 62.46 | 26.54 | - |
| YUV | 202.63 | 80.81 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 119 | 0 | 0.06 | 0.46 | 0.13 | 52.43 | 0.61 | 0.67 |
| Hex | DE | D1 | 77 | 0 | 6 | 2E | D | 34 | 3D | 43 |
| Octal | 336 | 321 | 167 | 0 | 6 | 56 | 15 | 64 | 75 | 103 |
| Binary | 11011110 | 11010001 | 1110111 | 0 | 110 | 101110 | 1101 | 110100 | 111101 | 1000011 |
Color Harmonies of #DED177
Complementary color
Monochromatic Colors of #DED177
Black with #DED177
Text Example
Text Example
White with #DED177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED177; }
p { color: rgb(222,209,119); }
H1.HeaderClassName
{
color: #DED177;
}
.AnyTagClassName
{
color: #DED177;
}
</style>
background-color css
<style>
a { background-color: #DED177; }
a { background-color: rgb(222,209,119); }
div.DivClassName
{
background-color: #DED177;
}
.BgClassName
{
background-color: #DED177;
}
</style>
border-color css
<style>
span { border-color: #DED177; }
span { border-color: rgb(222,209,119); }
td.TdClassName
{
border-color: #DED177;
}
.TagClassName
{
border-color: #DED177;
}
</style>