Shades of Wild Rice #DDD065
Tints of Wild Rice #DDD065
RGB
CMYK
RGB Variations
Color information
#DDD065 (or 0xDDD065) is known color: Wild Rice. HEX triplet: DD, D0 and 65. RGB value is (221,208,101). Sum of RGB (Red+Green+Blue) = 221+208+101=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD065 is #222F9A. Grayscale: #C8C8C8. Windows color (decimal): -2240411 or 6672605. OLE color: 6672605.
HSL color Cylindrical-coordinate representation of color #DDD065: hue angle of 53.5º 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 #DDD065 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 101 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.13 |
| HSL | 53.5º | 0.64% | 0.63% | - |
| HSV(B) | 53.5º | 0.54% | 0.87% | - |
| XYZ | 54.72 | 61.42 | 21.28 | - |
| YUV | 199.69 | 72.31 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 101 | 0 | 0.06 | 0.54 | 0.13 | 53.5 | 0.64 | 0.63 |
| Hex | DD | D0 | 65 | 0 | 6 | 36 | D | 36 | 40 | 3F |
| Octal | 335 | 320 | 145 | 0 | 6 | 66 | 15 | 66 | 100 | 77 |
| Binary | 11011101 | 11010000 | 1100101 | 0 | 110 | 110110 | 1101 | 110110 | 1000000 | 111111 |
Color Harmonies of #DDD065
Complementary color
Monochromatic Colors of #DDD065
Black with #DDD065
Text Example
Text Example
White with #DDD065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD065; }
p { color: rgb(221,208,101); }
H1.HeaderClassName
{
color: #DDD065;
}
.AnyTagClassName
{
color: #DDD065;
}
</style>
background-color css
<style>
a { background-color: #DDD065; }
a { background-color: rgb(221,208,101); }
div.DivClassName
{
background-color: #DDD065;
}
.BgClassName
{
background-color: #DDD065;
}
</style>
border-color css
<style>
span { border-color: #DDD065; }
span { border-color: rgb(221,208,101); }
td.TdClassName
{
border-color: #DDD065;
}
.TagClassName
{
border-color: #DDD065;
}
</style>