Shades of Wild Rice #DDD571
Tints of Wild Rice #DDD571
RGB
CMYK
RGB Variations
Color information
#DDD571 (or 0xDDD571) is known color: Wild Rice. HEX triplet: DD, D5 and 71. RGB value is (221,213,113). Sum of RGB (Red+Green+Blue) = 221+213+113=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD571 is #222A8E. Grayscale: #CCCCCC. Windows color (decimal): -2239119 or 7460317. OLE color: 7460317.
HSL color Cylindrical-coordinate representation of color #DDD571: hue angle of 55.56º 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 #DDD571 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 113 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.13 |
| HSL | 55.56º | 0.61% | 0.65% | - |
| HSV(B) | 55.56º | 0.49% | 0.87% | - |
| XYZ | 56.59 | 64.15 | 25.02 | - |
| YUV | 203.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 113 | 0 | 0.04 | 0.49 | 0.13 | 55.56 | 0.61 | 0.65 |
| Hex | DD | D5 | 71 | 0 | 4 | 31 | D | 38 | 3D | 41 |
| Octal | 335 | 325 | 161 | 0 | 4 | 61 | 15 | 70 | 75 | 101 |
| Binary | 11011101 | 11010101 | 1110001 | 0 | 100 | 110001 | 1101 | 111000 | 111101 | 1000001 |
Color Harmonies of #DDD571
Complementary color
Monochromatic Colors of #DDD571
Black with #DDD571
Text Example
Text Example
White with #DDD571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD571; }
p { color: rgb(221,213,113); }
H1.HeaderClassName
{
color: #DDD571;
}
.AnyTagClassName
{
color: #DDD571;
}
</style>
background-color css
<style>
a { background-color: #DDD571; }
a { background-color: rgb(221,213,113); }
div.DivClassName
{
background-color: #DDD571;
}
.BgClassName
{
background-color: #DDD571;
}
</style>
border-color css
<style>
span { border-color: #DDD571; }
span { border-color: rgb(221,213,113); }
td.TdClassName
{
border-color: #DDD571;
}
.TagClassName
{
border-color: #DDD571;
}
</style>