Shades of Wild Rice #DDD779
Tints of Wild Rice #DDD779
RGB
CMYK
RGB Variations
Color information
#DDD779 (or 0xDDD779) is known color: Wild Rice. HEX triplet: DD, D7 and 79. RGB value is (221,215,121). Sum of RGB (Red+Green+Blue) = 221+215+121=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 121 (47.66% from 255 or 21.72% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD779 is #222886. Grayscale: #CECECE. Windows color (decimal): -2238599 or 7985117. OLE color: 7985117.
HSL color Cylindrical-coordinate representation of color #DDD779: hue angle of 56.4º degrees, saturation: 0.6, 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 #DDD779 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 121 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.13 |
| HSL | 56.4º | 0.6% | 0.67% | - |
| HSV(B) | 56.4º | 0.45% | 0.87% | - |
| XYZ | 57.57 | 65.35 | 27.67 | - |
| YUV | 206.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 121 | 0 | 0.03 | 0.45 | 0.13 | 56.4 | 0.6 | 0.67 |
| Hex | DD | D7 | 79 | 0 | 3 | 2D | D | 38 | 3C | 43 |
| Octal | 335 | 327 | 171 | 0 | 3 | 55 | 15 | 70 | 74 | 103 |
| Binary | 11011101 | 11010111 | 1111001 | 0 | 11 | 101101 | 1101 | 111000 | 111100 | 1000011 |
Color Harmonies of #DDD779
Complementary color
Monochromatic Colors of #DDD779
Black with #DDD779
Text Example
Text Example
White with #DDD779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD779; }
p { color: rgb(221,215,121); }
H1.HeaderClassName
{
color: #DDD779;
}
.AnyTagClassName
{
color: #DDD779;
}
</style>
background-color css
<style>
a { background-color: #DDD779; }
a { background-color: rgb(221,215,121); }
div.DivClassName
{
background-color: #DDD779;
}
.BgClassName
{
background-color: #DDD779;
}
</style>
border-color css
<style>
span { border-color: #DDD779; }
span { border-color: rgb(221,215,121); }
td.TdClassName
{
border-color: #DDD779;
}
.TagClassName
{
border-color: #DDD779;
}
</style>