Shades of Wild Rice #DDD87D
Tints of Wild Rice #DDD87D
RGB
CMYK
RGB Variations
Color information
#DDD87D (or 0xDDD87D) is known color: Wild Rice. HEX triplet: DD, D8 and 7D. RGB value is (221,216,125). Sum of RGB (Red+Green+Blue) = 221+216+125=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD87D is #222782. Grayscale: #CFCFCF. Windows color (decimal): -2238339 or 8247517. OLE color: 8247517.
HSL color Cylindrical-coordinate representation of color #DDD87D: hue angle of 56.88º degrees, saturation: 0.59, 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 #DDD87D is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 125 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.13 |
| HSL | 56.88º | 0.59% | 0.68% | - |
| HSV(B) | 56.88º | 0.43% | 0.87% | - |
| XYZ | 58.08 | 65.96 | 29.07 | - |
| YUV | 207.12 | 81.66 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 125 | 0 | 0.02 | 0.43 | 0.13 | 56.88 | 0.59 | 0.68 |
| Hex | DD | D8 | 7D | 0 | 2 | 2B | D | 39 | 3B | 44 |
| Octal | 335 | 330 | 175 | 0 | 2 | 53 | 15 | 71 | 73 | 104 |
| Binary | 11011101 | 11011000 | 1111101 | 0 | 10 | 101011 | 1101 | 111001 | 111011 | 1000100 |
Color Harmonies of #DDD87D
Complementary color
Monochromatic Colors of #DDD87D
Black with #DDD87D
Text Example
Text Example
White with #DDD87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD87D; }
p { color: rgb(221,216,125); }
H1.HeaderClassName
{
color: #DDD87D;
}
.AnyTagClassName
{
color: #DDD87D;
}
</style>
background-color css
<style>
a { background-color: #DDD87D; }
a { background-color: rgb(221,216,125); }
div.DivClassName
{
background-color: #DDD87D;
}
.BgClassName
{
background-color: #DDD87D;
}
</style>
border-color css
<style>
span { border-color: #DDD87D; }
span { border-color: rgb(221,216,125); }
td.TdClassName
{
border-color: #DDD87D;
}
.TagClassName
{
border-color: #DDD87D;
}
</style>