Shades of Wild Rice #DDD77F
Tints of Wild Rice #DDD77F
RGB
CMYK
RGB Variations
Color information
#DDD77F (or 0xDDD77F) is known color: Wild Rice. HEX triplet: DD, D7 and 7F. RGB value is (221,215,127). Sum of RGB (Red+Green+Blue) = 221+215+127=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 127 (50% from 255 or 22.56% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD77F is #222880. Grayscale: #CFCFCF. Windows color (decimal): -2238593 or 8378333. OLE color: 8378333.
HSL color Cylindrical-coordinate representation of color #DDD77F: hue angle of 56.17º 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 #DDD77F is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 127 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.13 |
| HSL | 56.17º | 0.58% | 0.68% | - |
| HSV(B) | 56.17º | 0.43% | 0.87% | - |
| XYZ | 57.95 | 65.51 | 29.67 | - |
| YUV | 206.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 127 | 0 | 0.03 | 0.43 | 0.13 | 56.17 | 0.58 | 0.68 |
| Hex | DD | D7 | 7F | 0 | 3 | 2B | D | 38 | 3A | 44 |
| Octal | 335 | 327 | 177 | 0 | 3 | 53 | 15 | 70 | 72 | 104 |
| Binary | 11011101 | 11010111 | 1111111 | 0 | 11 | 101011 | 1101 | 111000 | 111010 | 1000100 |
Color Harmonies of #DDD77F
Complementary color
Monochromatic Colors of #DDD77F
Black with #DDD77F
Text Example
Text Example
White with #DDD77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD77F; }
p { color: rgb(221,215,127); }
H1.HeaderClassName
{
color: #DDD77F;
}
.AnyTagClassName
{
color: #DDD77F;
}
</style>
background-color css
<style>
a { background-color: #DDD77F; }
a { background-color: rgb(221,215,127); }
div.DivClassName
{
background-color: #DDD77F;
}
.BgClassName
{
background-color: #DDD77F;
}
</style>
border-color css
<style>
span { border-color: #DDD77F; }
span { border-color: rgb(221,215,127); }
td.TdClassName
{
border-color: #DDD77F;
}
.TagClassName
{
border-color: #DDD77F;
}
</style>