Shades of Wild Rice #DDD87E
Tints of Wild Rice #DDD87E
RGB
CMYK
RGB Variations
Color information
#DDD87E (or 0xDDD87E) is known color: Wild Rice. HEX triplet: DD, D8 and 7E. RGB value is (221,216,126). Sum of RGB (Red+Green+Blue) = 221+216+126=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD87E is #222781. Grayscale: #CFCFCF. Windows color (decimal): -2238338 or 8313053. OLE color: 8313053.
HSL color Cylindrical-coordinate representation of color #DDD87E: hue angle of 56.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDD87E is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 126 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.13 |
| HSL | 56.84º | 0.58% | 0.68% | - |
| HSV(B) | 56.84º | 0.43% | 0.87% | - |
| XYZ | 58.14 | 65.99 | 29.41 | - |
| YUV | 207.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 126 | 0 | 0.02 | 0.43 | 0.13 | 56.84 | 0.58 | 0.68 |
| Hex | DD | D8 | 7E | 0 | 2 | 2B | D | 39 | 3A | 44 |
| Octal | 335 | 330 | 176 | 0 | 2 | 53 | 15 | 71 | 72 | 104 |
| Binary | 11011101 | 11011000 | 1111110 | 0 | 10 | 101011 | 1101 | 111001 | 111010 | 1000100 |
Color Harmonies of #DDD87E
Complementary color
Monochromatic Colors of #DDD87E
Black with #DDD87E
Text Example
Text Example
White with #DDD87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD87E; }
p { color: rgb(221,216,126); }
H1.HeaderClassName
{
color: #DDD87E;
}
.AnyTagClassName
{
color: #DDD87E;
}
</style>
background-color css
<style>
a { background-color: #DDD87E; }
a { background-color: rgb(221,216,126); }
div.DivClassName
{
background-color: #DDD87E;
}
.BgClassName
{
background-color: #DDD87E;
}
</style>
border-color css
<style>
span { border-color: #DDD87E; }
span { border-color: rgb(221,216,126); }
td.TdClassName
{
border-color: #DDD87E;
}
.TagClassName
{
border-color: #DDD87E;
}
</style>