Shades of Wild Rice #DED167
Tints of Wild Rice #DED167
RGB
CMYK
RGB Variations
Color information
#DED167 (or 0xDED167) is known color: Wild Rice. HEX triplet: DE, D1 and 67. RGB value is (222,209,103). Sum of RGB (Red+Green+Blue) = 222+209+103=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 103 (40.62% from 255 or 19.29% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DED167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED167 is #212E98. Grayscale: #C9C9C9. Windows color (decimal): -2174617 or 6803934. OLE color: 6803934.
HSL color Cylindrical-coordinate representation of color #DED167: hue angle of 53.45º degrees, saturation: 0.64, 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 #DED167 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 103 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.13 |
| HSL | 53.45º | 0.64% | 0.64% | - |
| HSV(B) | 53.45º | 0.54% | 0.87% | - |
| XYZ | 55.37 | 62.11 | 21.9 | - |
| YUV | 200.8 | 72.81 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 103 | 0 | 0.06 | 0.54 | 0.13 | 53.45 | 0.64 | 0.64 |
| Hex | DE | D1 | 67 | 0 | 6 | 36 | D | 35 | 40 | 40 |
| Octal | 336 | 321 | 147 | 0 | 6 | 66 | 15 | 65 | 100 | 100 |
| Binary | 11011110 | 11010001 | 1100111 | 0 | 110 | 110110 | 1101 | 110101 | 1000000 | 1000000 |
Color Harmonies of #DED167
Complementary color
Monochromatic Colors of #DED167
Black with #DED167
Text Example
Text Example
White with #DED167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED167; }
p { color: rgb(222,209,103); }
H1.HeaderClassName
{
color: #DED167;
}
.AnyTagClassName
{
color: #DED167;
}
</style>
background-color css
<style>
a { background-color: #DED167; }
a { background-color: rgb(222,209,103); }
div.DivClassName
{
background-color: #DED167;
}
.BgClassName
{
background-color: #DED167;
}
</style>
border-color css
<style>
span { border-color: #DED167; }
span { border-color: rgb(222,209,103); }
td.TdClassName
{
border-color: #DED167;
}
.TagClassName
{
border-color: #DED167;
}
</style>