Shades of Wild Rice #DDD47A
Tints of Wild Rice #DDD47A
RGB
CMYK
RGB Variations
Color information
#DDD47A (or 0xDDD47A) is known color: Wild Rice. HEX triplet: DD, D4 and 7A. RGB value is (221,212,122). Sum of RGB (Red+Green+Blue) = 221+212+122=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD47A is #222B85. Grayscale: #CCCCCC. Windows color (decimal): -2239366 or 8049885. OLE color: 8049885.
HSL color Cylindrical-coordinate representation of color #DDD47A: hue angle of 54.55º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDD47A is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 122 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.13 |
| HSL | 54.55º | 0.59% | 0.67% | - |
| HSV(B) | 54.55º | 0.45% | 0.87% | - |
| XYZ | 56.88 | 63.86 | 27.74 | - |
| YUV | 204.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 122 | 0 | 0.04 | 0.45 | 0.13 | 54.55 | 0.59 | 0.67 |
| Hex | DD | D4 | 7A | 0 | 4 | 2D | D | 37 | 3B | 43 |
| Octal | 335 | 324 | 172 | 0 | 4 | 55 | 15 | 67 | 73 | 103 |
| Binary | 11011101 | 11010100 | 1111010 | 0 | 100 | 101101 | 1101 | 110111 | 111011 | 1000011 |
Color Harmonies of #DDD47A
Complementary color
Monochromatic Colors of #DDD47A
Black with #DDD47A
Text Example
Text Example
White with #DDD47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD47A; }
p { color: rgb(221,212,122); }
H1.HeaderClassName
{
color: #DDD47A;
}
.AnyTagClassName
{
color: #DDD47A;
}
</style>
background-color css
<style>
a { background-color: #DDD47A; }
a { background-color: rgb(221,212,122); }
div.DivClassName
{
background-color: #DDD47A;
}
.BgClassName
{
background-color: #DDD47A;
}
</style>
border-color css
<style>
span { border-color: #DDD47A; }
span { border-color: rgb(221,212,122); }
td.TdClassName
{
border-color: #DDD47A;
}
.TagClassName
{
border-color: #DDD47A;
}
</style>