Shades of Wild Rice #D8D078
Tints of Wild Rice #D8D078
RGB
CMYK
RGB Variations
Color information
#D8D078 (or 0xD8D078) is known color: Wild Rice. HEX triplet: D8, D0 and 78. RGB value is (216,208,120). Sum of RGB (Red+Green+Blue) = 216+208+120=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D078 is #272F87. Grayscale: #C8C8C8. Windows color (decimal): -2568072 or 7917784. OLE color: 7917784.
HSL color Cylindrical-coordinate representation of color #D8D078: hue angle of 55º degrees, saturation: 0.55, 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 #D8D078 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 120 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.15 |
| HSL | 55º | 0.55% | 0.66% | - |
| HSV(B) | 55º | 0.44% | 0.85% | - |
| XYZ | 54.26 | 61.07 | 26.7 | - |
| YUV | 200.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 120 | 0 | 0.04 | 0.44 | 0.15 | 55 | 0.55 | 0.66 |
| Hex | D8 | D0 | 78 | 0 | 4 | 2C | F | 37 | 37 | 42 |
| Octal | 330 | 320 | 170 | 0 | 4 | 54 | 17 | 67 | 67 | 102 |
| Binary | 11011000 | 11010000 | 1111000 | 0 | 100 | 101100 | 1111 | 110111 | 110111 | 1000010 |
Color Harmonies of #D8D078
Complementary color
Monochromatic Colors of #D8D078
Black with #D8D078
Text Example
Text Example
White with #D8D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D078; }
p { color: rgb(216,208,120); }
H1.HeaderClassName
{
color: #D8D078;
}
.AnyTagClassName
{
color: #D8D078;
}
</style>
background-color css
<style>
a { background-color: #D8D078; }
a { background-color: rgb(216,208,120); }
div.DivClassName
{
background-color: #D8D078;
}
.BgClassName
{
background-color: #D8D078;
}
</style>
border-color css
<style>
span { border-color: #D8D078; }
span { border-color: rgb(216,208,120); }
td.TdClassName
{
border-color: #D8D078;
}
.TagClassName
{
border-color: #D8D078;
}
</style>