Shades of Wild Rice #DED166
Tints of Wild Rice #DED166
RGB
CMYK
RGB Variations
Color information
#DED166 (or 0xDED166) is known color: Wild Rice. HEX triplet: DE, D1 and 66. RGB value is (222,209,102). Sum of RGB (Red+Green+Blue) = 222+209+102=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DED166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED166 is #212E99. Grayscale: #C9C9C9. Windows color (decimal): -2174618 or 6738398. OLE color: 6738398.
HSL color Cylindrical-coordinate representation of color #DED166: hue angle of 53.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DED166 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 102 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.13 |
| HSL | 53.5º | 0.65% | 0.64% | - |
| HSV(B) | 53.5º | 0.54% | 0.87% | - |
| XYZ | 55.32 | 62.09 | 21.64 | - |
| YUV | 200.69 | 72.31 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 102 | 0 | 0.06 | 0.54 | 0.13 | 53.5 | 0.65 | 0.64 |
| Hex | DE | D1 | 66 | 0 | 6 | 36 | D | 36 | 41 | 40 |
| Octal | 336 | 321 | 146 | 0 | 6 | 66 | 15 | 66 | 101 | 100 |
| Binary | 11011110 | 11010001 | 1100110 | 0 | 110 | 110110 | 1101 | 110110 | 1000001 | 1000000 |
Color Harmonies of #DED166
Complementary color
Monochromatic Colors of #DED166
Black with #DED166
Text Example
Text Example
White with #DED166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED166; }
p { color: rgb(222,209,102); }
H1.HeaderClassName
{
color: #DED166;
}
.AnyTagClassName
{
color: #DED166;
}
</style>
background-color css
<style>
a { background-color: #DED166; }
a { background-color: rgb(222,209,102); }
div.DivClassName
{
background-color: #DED166;
}
.BgClassName
{
background-color: #DED166;
}
</style>
border-color css
<style>
span { border-color: #DED166; }
span { border-color: rgb(222,209,102); }
td.TdClassName
{
border-color: #DED166;
}
.TagClassName
{
border-color: #DED166;
}
</style>