Shades of Wild Rice #DDD173
Tints of Wild Rice #DDD173
RGB
CMYK
RGB Variations
Color information
#DDD173 (or 0xDDD173) is known color: Wild Rice. HEX triplet: DD, D1 and 73. RGB value is (221,209,115). Sum of RGB (Red+Green+Blue) = 221+209+115=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD173 is #222E8C. Grayscale: #CACACA. Windows color (decimal): -2240141 or 7590365. OLE color: 7590365.
HSL color Cylindrical-coordinate representation of color #DDD173: hue angle of 53.21º 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 #DDD173 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 115 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.13 |
| HSL | 53.21º | 0.61% | 0.66% | - |
| HSV(B) | 53.21º | 0.48% | 0.87% | - |
| XYZ | 55.71 | 62.21 | 25.29 | - |
| YUV | 201.87 | 78.98 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 115 | 0 | 0.05 | 0.48 | 0.13 | 53.21 | 0.61 | 0.66 |
| Hex | DD | D1 | 73 | 0 | 5 | 30 | D | 35 | 3D | 42 |
| Octal | 335 | 321 | 163 | 0 | 5 | 60 | 15 | 65 | 75 | 102 |
| Binary | 11011101 | 11010001 | 1110011 | 0 | 101 | 110000 | 1101 | 110101 | 111101 | 1000010 |
Color Harmonies of #DDD173
Complementary color
Monochromatic Colors of #DDD173
Black with #DDD173
Text Example
Text Example
White with #DDD173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD173; }
p { color: rgb(221,209,115); }
H1.HeaderClassName
{
color: #DDD173;
}
.AnyTagClassName
{
color: #DDD173;
}
</style>
background-color css
<style>
a { background-color: #DDD173; }
a { background-color: rgb(221,209,115); }
div.DivClassName
{
background-color: #DDD173;
}
.BgClassName
{
background-color: #DDD173;
}
</style>
border-color css
<style>
span { border-color: #DDD173; }
span { border-color: rgb(221,209,115); }
td.TdClassName
{
border-color: #DDD173;
}
.TagClassName
{
border-color: #DDD173;
}
</style>