Shades of Wild Rice #DDD179
Tints of Wild Rice #DDD179
RGB
CMYK
RGB Variations
Color information
#DDD179 (or 0xDDD179) is known color: Wild Rice. HEX triplet: DD, D1 and 79. RGB value is (221,209,121). Sum of RGB (Red+Green+Blue) = 221+209+121=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 121 (47.66% from 255 or 21.96% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD179 is #222E86. Grayscale: #CACACA. Windows color (decimal): -2240135 or 7983581. OLE color: 7983581.
HSL color Cylindrical-coordinate representation of color #DDD179: hue angle of 52.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDD179 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 121 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.13 |
| HSL | 52.8º | 0.6% | 0.67% | - |
| HSV(B) | 52.8º | 0.45% | 0.87% | - |
| XYZ | 56.07 | 62.35 | 27.17 | - |
| YUV | 202.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 121 | 0 | 0.05 | 0.45 | 0.13 | 52.8 | 0.6 | 0.67 |
| Hex | DD | D1 | 79 | 0 | 5 | 2D | D | 35 | 3C | 43 |
| Octal | 335 | 321 | 171 | 0 | 5 | 55 | 15 | 65 | 74 | 103 |
| Binary | 11011101 | 11010001 | 1111001 | 0 | 101 | 101101 | 1101 | 110101 | 111100 | 1000011 |
Color Harmonies of #DDD179
Complementary color
Monochromatic Colors of #DDD179
Black with #DDD179
Text Example
Text Example
White with #DDD179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD179; }
p { color: rgb(221,209,121); }
H1.HeaderClassName
{
color: #DDD179;
}
.AnyTagClassName
{
color: #DDD179;
}
</style>
background-color css
<style>
a { background-color: #DDD179; }
a { background-color: rgb(221,209,121); }
div.DivClassName
{
background-color: #DDD179;
}
.BgClassName
{
background-color: #DDD179;
}
</style>
border-color css
<style>
span { border-color: #DDD179; }
span { border-color: rgb(221,209,121); }
td.TdClassName
{
border-color: #DDD179;
}
.TagClassName
{
border-color: #DDD179;
}
</style>