Shades of Wild Rice #D9D06E
Tints of Wild Rice #D9D06E
RGB
CMYK
RGB Variations
Color information
#D9D06E (or 0xD9D06E) is known color: Wild Rice. HEX triplet: D9, D0 and 6E. RGB value is (217,208,110). Sum of RGB (Red+Green+Blue) = 217+208+110=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D06E is #262F91. Grayscale: #C7C7C7. Windows color (decimal): -2502546 or 7262425. OLE color: 7262425.
HSL color Cylindrical-coordinate representation of color #D9D06E: hue angle of 54.95º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9D06E is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 110 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.15 |
| HSL | 54.95º | 0.58% | 0.64% | - |
| HSV(B) | 54.95º | 0.49% | 0.85% | - |
| XYZ | 53.99 | 60.99 | 23.68 | - |
| YUV | 199.52 | 77.48 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 110 | 0 | 0.04 | 0.49 | 0.15 | 54.95 | 0.58 | 0.64 |
| Hex | D9 | D0 | 6E | 0 | 4 | 31 | F | 37 | 3A | 40 |
| Octal | 331 | 320 | 156 | 0 | 4 | 61 | 17 | 67 | 72 | 100 |
| Binary | 11011001 | 11010000 | 1101110 | 0 | 100 | 110001 | 1111 | 110111 | 111010 | 1000000 |
Color Harmonies of #D9D06E
Complementary color
Monochromatic Colors of #D9D06E
Black with #D9D06E
Text Example
Text Example
White with #D9D06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D06E; }
p { color: rgb(217,208,110); }
H1.HeaderClassName
{
color: #D9D06E;
}
.AnyTagClassName
{
color: #D9D06E;
}
</style>
background-color css
<style>
a { background-color: #D9D06E; }
a { background-color: rgb(217,208,110); }
div.DivClassName
{
background-color: #D9D06E;
}
.BgClassName
{
background-color: #D9D06E;
}
</style>
border-color css
<style>
span { border-color: #D9D06E; }
span { border-color: rgb(217,208,110); }
td.TdClassName
{
border-color: #D9D06E;
}
.TagClassName
{
border-color: #D9D06E;
}
</style>