Shades of Wild Rice #DDD573
Tints of Wild Rice #DDD573
RGB
CMYK
RGB Variations
Color information
#DDD573 (or 0xDDD573) is known color: Wild Rice. HEX triplet: DD, D5 and 73. RGB value is (221,213,115). Sum of RGB (Red+Green+Blue) = 221+213+115=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD573 is #222A8C. Grayscale: #CCCCCC. Windows color (decimal): -2239117 or 7591389. OLE color: 7591389.
HSL color Cylindrical-coordinate representation of color #DDD573: hue angle of 55.47º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDD573 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 115 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.13 |
| HSL | 55.47º | 0.61% | 0.66% | - |
| HSV(B) | 55.47º | 0.48% | 0.87% | - |
| XYZ | 56.71 | 64.2 | 25.62 | - |
| YUV | 204.22 | 77.65 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 115 | 0 | 0.04 | 0.48 | 0.13 | 55.47 | 0.61 | 0.66 |
| Hex | DD | D5 | 73 | 0 | 4 | 30 | D | 37 | 3D | 42 |
| Octal | 335 | 325 | 163 | 0 | 4 | 60 | 15 | 67 | 75 | 102 |
| Binary | 11011101 | 11010101 | 1110011 | 0 | 100 | 110000 | 1101 | 110111 | 111101 | 1000010 |
Color Harmonies of #DDD573
Complementary color
Monochromatic Colors of #DDD573
Black with #DDD573
Text Example
Text Example
White with #DDD573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD573; }
p { color: rgb(221,213,115); }
H1.HeaderClassName
{
color: #DDD573;
}
.AnyTagClassName
{
color: #DDD573;
}
</style>
background-color css
<style>
a { background-color: #DDD573; }
a { background-color: rgb(221,213,115); }
div.DivClassName
{
background-color: #DDD573;
}
.BgClassName
{
background-color: #DDD573;
}
</style>
border-color css
<style>
span { border-color: #DDD573; }
span { border-color: rgb(221,213,115); }
td.TdClassName
{
border-color: #DDD573;
}
.TagClassName
{
border-color: #DDD573;
}
</style>