Shades of Wild Rice #D9D17A
Tints of Wild Rice #D9D17A
RGB
CMYK
RGB Variations
Color information
#D9D17A (or 0xD9D17A) is known color: Wild Rice. HEX triplet: D9, D1 and 7A. RGB value is (217,209,122). Sum of RGB (Red+Green+Blue) = 217+209+122=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 122 (48.05% from 255 or 22.26% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D17A is #262E85. Grayscale: #C9C9C9. Windows color (decimal): -2502278 or 8049113. OLE color: 8049113.
HSL color Cylindrical-coordinate representation of color #D9D17A: hue angle of 54.95º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9D17A is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 122 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.15 |
| HSL | 54.95º | 0.56% | 0.66% | - |
| HSV(B) | 54.95º | 0.44% | 0.85% | - |
| XYZ | 54.93 | 61.76 | 27.44 | - |
| YUV | 201.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 122 | 0 | 0.04 | 0.44 | 0.15 | 54.95 | 0.56 | 0.66 |
| Hex | D9 | D1 | 7A | 0 | 4 | 2C | F | 37 | 38 | 42 |
| Octal | 331 | 321 | 172 | 0 | 4 | 54 | 17 | 67 | 70 | 102 |
| Binary | 11011001 | 11010001 | 1111010 | 0 | 100 | 101100 | 1111 | 110111 | 111000 | 1000010 |
Color Harmonies of #D9D17A
Complementary color
Monochromatic Colors of #D9D17A
Black with #D9D17A
Text Example
Text Example
White with #D9D17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D17A; }
p { color: rgb(217,209,122); }
H1.HeaderClassName
{
color: #D9D17A;
}
.AnyTagClassName
{
color: #D9D17A;
}
</style>
background-color css
<style>
a { background-color: #D9D17A; }
a { background-color: rgb(217,209,122); }
div.DivClassName
{
background-color: #D9D17A;
}
.BgClassName
{
background-color: #D9D17A;
}
</style>
border-color css
<style>
span { border-color: #D9D17A; }
span { border-color: rgb(217,209,122); }
td.TdClassName
{
border-color: #D9D17A;
}
.TagClassName
{
border-color: #D9D17A;
}
</style>