Shades of Wild Rice #D9D078
Tints of Wild Rice #D9D078
RGB
CMYK
RGB Variations
Color information
#D9D078 (or 0xD9D078) is known color: Wild Rice. HEX triplet: D9, D0 and 78. RGB value is (217,208,120). Sum of RGB (Red+Green+Blue) = 217+208+120=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D078 is #262F87. Grayscale: #C9C9C9. Windows color (decimal): -2502536 or 7917785. OLE color: 7917785.
HSL color Cylindrical-coordinate representation of color #D9D078: hue angle of 54.43º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9D078 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 120 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.15 |
| HSL | 54.43º | 0.56% | 0.66% | - |
| HSV(B) | 54.43º | 0.45% | 0.85% | - |
| XYZ | 54.56 | 61.22 | 26.71 | - |
| YUV | 200.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 120 | 0 | 0.04 | 0.45 | 0.15 | 54.43 | 0.56 | 0.66 |
| Hex | D9 | D0 | 78 | 0 | 4 | 2D | F | 36 | 38 | 42 |
| Octal | 331 | 320 | 170 | 0 | 4 | 55 | 17 | 66 | 70 | 102 |
| Binary | 11011001 | 11010000 | 1111000 | 0 | 100 | 101101 | 1111 | 110110 | 111000 | 1000010 |
Color Harmonies of #D9D078
Complementary color
Monochromatic Colors of #D9D078
Black with #D9D078
Text Example
Text Example
White with #D9D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D078; }
p { color: rgb(217,208,120); }
H1.HeaderClassName
{
color: #D9D078;
}
.AnyTagClassName
{
color: #D9D078;
}
</style>
background-color css
<style>
a { background-color: #D9D078; }
a { background-color: rgb(217,208,120); }
div.DivClassName
{
background-color: #D9D078;
}
.BgClassName
{
background-color: #D9D078;
}
</style>
border-color css
<style>
span { border-color: #D9D078; }
span { border-color: rgb(217,208,120); }
td.TdClassName
{
border-color: #D9D078;
}
.TagClassName
{
border-color: #D9D078;
}
</style>