Shades of Wild Rice #DDD87B
Tints of Wild Rice #DDD87B
RGB
CMYK
RGB Variations
Color information
#DDD87B (or 0xDDD87B) is known color: Wild Rice. HEX triplet: DD, D8 and 7B. RGB value is (221,216,123). Sum of RGB (Red+Green+Blue) = 221+216+123=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 123 (48.44% from 255 or 21.96% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD87B is #222784. Grayscale: #CFCFCF. Windows color (decimal): -2238341 or 8116445. OLE color: 8116445.
HSL color Cylindrical-coordinate representation of color #DDD87B: hue angle of 56.94º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDD87B is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 123 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.13 |
| HSL | 56.94º | 0.59% | 0.67% | - |
| HSV(B) | 56.94º | 0.44% | 0.87% | - |
| XYZ | 57.95 | 65.91 | 28.41 | - |
| YUV | 206.89 | 80.66 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 123 | 0 | 0.02 | 0.44 | 0.13 | 56.94 | 0.59 | 0.67 |
| Hex | DD | D8 | 7B | 0 | 2 | 2C | D | 39 | 3B | 43 |
| Octal | 335 | 330 | 173 | 0 | 2 | 54 | 15 | 71 | 73 | 103 |
| Binary | 11011101 | 11011000 | 1111011 | 0 | 10 | 101100 | 1101 | 111001 | 111011 | 1000011 |
Color Harmonies of #DDD87B
Complementary color
Monochromatic Colors of #DDD87B
Black with #DDD87B
Text Example
Text Example
White with #DDD87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD87B; }
p { color: rgb(221,216,123); }
H1.HeaderClassName
{
color: #DDD87B;
}
.AnyTagClassName
{
color: #DDD87B;
}
</style>
background-color css
<style>
a { background-color: #DDD87B; }
a { background-color: rgb(221,216,123); }
div.DivClassName
{
background-color: #DDD87B;
}
.BgClassName
{
background-color: #DDD87B;
}
</style>
border-color css
<style>
span { border-color: #DDD87B; }
span { border-color: rgb(221,216,123); }
td.TdClassName
{
border-color: #DDD87B;
}
.TagClassName
{
border-color: #DDD87B;
}
</style>