Shades of Wild Rice #DDD177
Tints of Wild Rice #DDD177
RGB
CMYK
RGB Variations
Color information
#DDD177 (or 0xDDD177) is known color: Wild Rice. HEX triplet: DD, D1 and 77. RGB value is (221,209,119). Sum of RGB (Red+Green+Blue) = 221+209+119=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD177 is #222E88. Grayscale: #CACACA. Windows color (decimal): -2240137 or 7852509. OLE color: 7852509.
HSL color Cylindrical-coordinate representation of color #DDD177: hue angle of 52.94º degrees, saturation: 0.6, 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 #DDD177 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 119 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.13 |
| HSL | 52.94º | 0.6% | 0.67% | - |
| HSV(B) | 52.94º | 0.46% | 0.87% | - |
| XYZ | 55.95 | 62.3 | 26.53 | - |
| YUV | 202.33 | 80.98 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 119 | 0 | 0.05 | 0.46 | 0.13 | 52.94 | 0.6 | 0.67 |
| Hex | DD | D1 | 77 | 0 | 5 | 2E | D | 35 | 3C | 43 |
| Octal | 335 | 321 | 167 | 0 | 5 | 56 | 15 | 65 | 74 | 103 |
| Binary | 11011101 | 11010001 | 1110111 | 0 | 101 | 101110 | 1101 | 110101 | 111100 | 1000011 |
Color Harmonies of #DDD177
Complementary color
Monochromatic Colors of #DDD177
Black with #DDD177
Text Example
Text Example
White with #DDD177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD177; }
p { color: rgb(221,209,119); }
H1.HeaderClassName
{
color: #DDD177;
}
.AnyTagClassName
{
color: #DDD177;
}
</style>
background-color css
<style>
a { background-color: #DDD177; }
a { background-color: rgb(221,209,119); }
div.DivClassName
{
background-color: #DDD177;
}
.BgClassName
{
background-color: #DDD177;
}
</style>
border-color css
<style>
span { border-color: #DDD177; }
span { border-color: rgb(221,209,119); }
td.TdClassName
{
border-color: #DDD177;
}
.TagClassName
{
border-color: #DDD177;
}
</style>