Shades of Wild Rice #DDD169
Tints of Wild Rice #DDD169
RGB
CMYK
RGB Variations
Color information
#DDD169 (or 0xDDD169) is known color: Wild Rice. HEX triplet: DD, D1 and 69. RGB value is (221,209,105). Sum of RGB (Red+Green+Blue) = 221+209+105=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 105 (41.41% from 255 or 19.63% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD169 is #222E96. Grayscale: #C9C9C9. Windows color (decimal): -2240151 or 6935005. OLE color: 6935005.
HSL color Cylindrical-coordinate representation of color #DDD169: hue angle of 53.79º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDD169 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 105 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.13 |
| HSL | 53.79º | 0.63% | 0.64% | - |
| HSV(B) | 53.79º | 0.52% | 0.87% | - |
| XYZ | 55.17 | 61.99 | 22.42 | - |
| YUV | 200.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 105 | 0 | 0.05 | 0.52 | 0.13 | 53.79 | 0.63 | 0.64 |
| Hex | DD | D1 | 69 | 0 | 5 | 34 | D | 36 | 3F | 40 |
| Octal | 335 | 321 | 151 | 0 | 5 | 64 | 15 | 66 | 77 | 100 |
| Binary | 11011101 | 11010001 | 1101001 | 0 | 101 | 110100 | 1101 | 110110 | 111111 | 1000000 |
Color Harmonies of #DDD169
Complementary color
Monochromatic Colors of #DDD169
Black with #DDD169
Text Example
Text Example
White with #DDD169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD169; }
p { color: rgb(221,209,105); }
H1.HeaderClassName
{
color: #DDD169;
}
.AnyTagClassName
{
color: #DDD169;
}
</style>
background-color css
<style>
a { background-color: #DDD169; }
a { background-color: rgb(221,209,105); }
div.DivClassName
{
background-color: #DDD169;
}
.BgClassName
{
background-color: #DDD169;
}
</style>
border-color css
<style>
span { border-color: #DDD169; }
span { border-color: rgb(221,209,105); }
td.TdClassName
{
border-color: #DDD169;
}
.TagClassName
{
border-color: #DDD169;
}
</style>