Shades of Wild Rice #DDD165
Tints of Wild Rice #DDD165
RGB
CMYK
RGB Variations
Color information
#DDD165 (or 0xDDD165) is known color: Wild Rice. HEX triplet: DD, D1 and 65. RGB value is (221,209,101). Sum of RGB (Red+Green+Blue) = 221+209+101=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD165 is #222E9A. Grayscale: #C8C8C8. Windows color (decimal): -2240155 or 6672861. OLE color: 6672861.
HSL color Cylindrical-coordinate representation of color #DDD165: hue angle of 54º 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 #DDD165 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 101 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.13 |
| HSL | 54º | 0.64% | 0.63% | - |
| HSV(B) | 54º | 0.54% | 0.87% | - |
| XYZ | 54.97 | 61.91 | 21.37 | - |
| YUV | 200.28 | 71.98 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 101 | 0 | 0.05 | 0.54 | 0.13 | 54 | 0.64 | 0.63 |
| Hex | DD | D1 | 65 | 0 | 5 | 36 | D | 36 | 40 | 3F |
| Octal | 335 | 321 | 145 | 0 | 5 | 66 | 15 | 66 | 100 | 77 |
| Binary | 11011101 | 11010001 | 1100101 | 0 | 101 | 110110 | 1101 | 110110 | 1000000 | 111111 |
Color Harmonies of #DDD165
Complementary color
Monochromatic Colors of #DDD165
Black with #DDD165
Text Example
Text Example
White with #DDD165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD165; }
p { color: rgb(221,209,101); }
H1.HeaderClassName
{
color: #DDD165;
}
.AnyTagClassName
{
color: #DDD165;
}
</style>
background-color css
<style>
a { background-color: #DDD165; }
a { background-color: rgb(221,209,101); }
div.DivClassName
{
background-color: #DDD165;
}
.BgClassName
{
background-color: #DDD165;
}
</style>
border-color css
<style>
span { border-color: #DDD165; }
span { border-color: rgb(221,209,101); }
td.TdClassName
{
border-color: #DDD165;
}
.TagClassName
{
border-color: #DDD165;
}
</style>