Shades of Wild Rice #DDD166
Tints of Wild Rice #DDD166
RGB
CMYK
RGB Variations
Color information
#DDD166 (or 0xDDD166) is known color: Wild Rice. HEX triplet: DD, D1 and 66. RGB value is (221,209,102). Sum of RGB (Red+Green+Blue) = 221+209+102=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD166 is #222E99. Grayscale: #C8C8C8. Windows color (decimal): -2240154 or 6738397. OLE color: 6738397.
HSL color Cylindrical-coordinate representation of color #DDD166: hue angle of 53.95º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDD166 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 102 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.13 |
| HSL | 53.95º | 0.64% | 0.63% | - |
| HSV(B) | 53.95º | 0.54% | 0.87% | - |
| XYZ | 55.02 | 61.93 | 21.62 | - |
| YUV | 200.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 102 | 0 | 0.05 | 0.54 | 0.13 | 53.95 | 0.64 | 0.63 |
| Hex | DD | D1 | 66 | 0 | 5 | 36 | D | 36 | 40 | 3F |
| Octal | 335 | 321 | 146 | 0 | 5 | 66 | 15 | 66 | 100 | 77 |
| Binary | 11011101 | 11010001 | 1100110 | 0 | 101 | 110110 | 1101 | 110110 | 1000000 | 111111 |
Color Harmonies of #DDD166
Complementary color
Monochromatic Colors of #DDD166
Black with #DDD166
Text Example
Text Example
White with #DDD166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD166; }
p { color: rgb(221,209,102); }
H1.HeaderClassName
{
color: #DDD166;
}
.AnyTagClassName
{
color: #DDD166;
}
</style>
background-color css
<style>
a { background-color: #DDD166; }
a { background-color: rgb(221,209,102); }
div.DivClassName
{
background-color: #DDD166;
}
.BgClassName
{
background-color: #DDD166;
}
</style>
border-color css
<style>
span { border-color: #DDD166; }
span { border-color: rgb(221,209,102); }
td.TdClassName
{
border-color: #DDD166;
}
.TagClassName
{
border-color: #DDD166;
}
</style>