Shades of Wild Rice #DDD171
Tints of Wild Rice #DDD171
RGB
CMYK
RGB Variations
Color information
#DDD171 (or 0xDDD171) is known color: Wild Rice. HEX triplet: DD, D1 and 71. RGB value is (221,209,113). Sum of RGB (Red+Green+Blue) = 221+209+113=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD171 is #222E8E. Grayscale: #CACACA. Windows color (decimal): -2240143 or 7459293. OLE color: 7459293.
HSL color Cylindrical-coordinate representation of color #DDD171: hue angle of 53.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDD171 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 113 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.13 |
| HSL | 53.33º | 0.61% | 0.65% | - |
| HSV(B) | 53.33º | 0.49% | 0.87% | - |
| XYZ | 55.6 | 62.17 | 24.69 | - |
| YUV | 201.64 | 77.98 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 113 | 0 | 0.05 | 0.49 | 0.13 | 53.33 | 0.61 | 0.65 |
| Hex | DD | D1 | 71 | 0 | 5 | 31 | D | 35 | 3D | 41 |
| Octal | 335 | 321 | 161 | 0 | 5 | 61 | 15 | 65 | 75 | 101 |
| Binary | 11011101 | 11010001 | 1110001 | 0 | 101 | 110001 | 1101 | 110101 | 111101 | 1000001 |
Color Harmonies of #DDD171
Complementary color
Monochromatic Colors of #DDD171
Black with #DDD171
Text Example
Text Example
White with #DDD171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD171; }
p { color: rgb(221,209,113); }
H1.HeaderClassName
{
color: #DDD171;
}
.AnyTagClassName
{
color: #DDD171;
}
</style>
background-color css
<style>
a { background-color: #DDD171; }
a { background-color: rgb(221,209,113); }
div.DivClassName
{
background-color: #DDD171;
}
.BgClassName
{
background-color: #DDD171;
}
</style>
border-color css
<style>
span { border-color: #DDD171; }
span { border-color: rgb(221,209,113); }
td.TdClassName
{
border-color: #DDD171;
}
.TagClassName
{
border-color: #DDD171;
}
</style>