Shades of Wild Rice #DDD77B
Tints of Wild Rice #DDD77B
RGB
CMYK
RGB Variations
Color information
#DDD77B (or 0xDDD77B) is known color: Wild Rice. HEX triplet: DD, D7 and 7B. RGB value is (221,215,123). Sum of RGB (Red+Green+Blue) = 221+215+123=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 123 (48.44% from 255 or 22.00% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD77B is #222884. Grayscale: #CECECE. Windows color (decimal): -2238597 or 8116189. OLE color: 8116189.
HSL color Cylindrical-coordinate representation of color #DDD77B: hue angle of 56.33º 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 #DDD77B is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 123 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.13 |
| HSL | 56.33º | 0.59% | 0.67% | - |
| HSV(B) | 56.33º | 0.44% | 0.87% | - |
| XYZ | 57.69 | 65.4 | 28.32 | - |
| YUV | 206.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 123 | 0 | 0.03 | 0.44 | 0.13 | 56.33 | 0.59 | 0.67 |
| Hex | DD | D7 | 7B | 0 | 3 | 2C | D | 38 | 3B | 43 |
| Octal | 335 | 327 | 173 | 0 | 3 | 54 | 15 | 70 | 73 | 103 |
| Binary | 11011101 | 11010111 | 1111011 | 0 | 11 | 101100 | 1101 | 111000 | 111011 | 1000011 |
Color Harmonies of #DDD77B
Complementary color
Monochromatic Colors of #DDD77B
Black with #DDD77B
Text Example
Text Example
White with #DDD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD77B; }
p { color: rgb(221,215,123); }
H1.HeaderClassName
{
color: #DDD77B;
}
.AnyTagClassName
{
color: #DDD77B;
}
</style>
background-color css
<style>
a { background-color: #DDD77B; }
a { background-color: rgb(221,215,123); }
div.DivClassName
{
background-color: #DDD77B;
}
.BgClassName
{
background-color: #DDD77B;
}
</style>
border-color css
<style>
span { border-color: #DDD77B; }
span { border-color: rgb(221,215,123); }
td.TdClassName
{
border-color: #DDD77B;
}
.TagClassName
{
border-color: #DDD77B;
}
</style>