Shades of Wild Rice #DDD175
Tints of Wild Rice #DDD175
RGB
CMYK
RGB Variations
Color information
#DDD175 (or 0xDDD175) is known color: Wild Rice. HEX triplet: DD, D1 and 75. RGB value is (221,209,117). Sum of RGB (Red+Green+Blue) = 221+209+117=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD175 is #222E8A. Grayscale: #CACACA. Windows color (decimal): -2240139 or 7721437. OLE color: 7721437.
HSL color Cylindrical-coordinate representation of color #DDD175: hue angle of 53.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDD175 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 117 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.13 |
| HSL | 53.08º | 0.6% | 0.66% | - |
| HSV(B) | 53.08º | 0.47% | 0.87% | - |
| XYZ | 55.83 | 62.26 | 25.9 | - |
| YUV | 202.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 117 | 0 | 0.05 | 0.47 | 0.13 | 53.08 | 0.6 | 0.66 |
| Hex | DD | D1 | 75 | 0 | 5 | 2F | D | 35 | 3C | 42 |
| Octal | 335 | 321 | 165 | 0 | 5 | 57 | 15 | 65 | 74 | 102 |
| Binary | 11011101 | 11010001 | 1110101 | 0 | 101 | 101111 | 1101 | 110101 | 111100 | 1000010 |
Color Harmonies of #DDD175
Complementary color
Monochromatic Colors of #DDD175
Black with #DDD175
Text Example
Text Example
White with #DDD175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD175; }
p { color: rgb(221,209,117); }
H1.HeaderClassName
{
color: #DDD175;
}
.AnyTagClassName
{
color: #DDD175;
}
</style>
background-color css
<style>
a { background-color: #DDD175; }
a { background-color: rgb(221,209,117); }
div.DivClassName
{
background-color: #DDD175;
}
.BgClassName
{
background-color: #DDD175;
}
</style>
border-color css
<style>
span { border-color: #DDD175; }
span { border-color: rgb(221,209,117); }
td.TdClassName
{
border-color: #DDD175;
}
.TagClassName
{
border-color: #DDD175;
}
</style>