Shades of Wild Rice #DED676
Tints of Wild Rice #DED676
RGB
CMYK
RGB Variations
Color information
#DED676 (or 0xDED676) is known color: Wild Rice. HEX triplet: DE, D6 and 76. RGB value is (222,214,118). Sum of RGB (Red+Green+Blue) = 222+214+118=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DED676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED676 is #212989. Grayscale: #CDCDCD. Windows color (decimal): -2173322 or 7788254. OLE color: 7788254.
HSL color Cylindrical-coordinate representation of color #DED676: hue angle of 55.38º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DED676 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 118 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.13 |
| HSL | 55.38º | 0.61% | 0.67% | - |
| HSV(B) | 55.38º | 0.47% | 0.87% | - |
| XYZ | 57.44 | 64.93 | 26.64 | - |
| YUV | 205.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 118 | 0 | 0.04 | 0.47 | 0.13 | 55.38 | 0.61 | 0.67 |
| Hex | DE | D6 | 76 | 0 | 4 | 2F | D | 37 | 3D | 43 |
| Octal | 336 | 326 | 166 | 0 | 4 | 57 | 15 | 67 | 75 | 103 |
| Binary | 11011110 | 11010110 | 1110110 | 0 | 100 | 101111 | 1101 | 110111 | 111101 | 1000011 |
Color Harmonies of #DED676
Complementary color
Monochromatic Colors of #DED676
Black with #DED676
Text Example
Text Example
White with #DED676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED676; }
p { color: rgb(222,214,118); }
H1.HeaderClassName
{
color: #DED676;
}
.AnyTagClassName
{
color: #DED676;
}
</style>
background-color css
<style>
a { background-color: #DED676; }
a { background-color: rgb(222,214,118); }
div.DivClassName
{
background-color: #DED676;
}
.BgClassName
{
background-color: #DED676;
}
</style>
border-color css
<style>
span { border-color: #DED676; }
span { border-color: rgb(222,214,118); }
td.TdClassName
{
border-color: #DED676;
}
.TagClassName
{
border-color: #DED676;
}
</style>