Shades of Wild Rice #D7D178
Tints of Wild Rice #D7D178
RGB
CMYK
RGB Variations
Color information
#D7D178 (or 0xD7D178) is known color: Wild Rice. HEX triplet: D7, D1 and 78. RGB value is (215,209,120). Sum of RGB (Red+Green+Blue) = 215+209+120=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D178 is #282E87. Grayscale: #C9C9C9. Windows color (decimal): -2633352 or 7918039. OLE color: 7918039.
HSL color Cylindrical-coordinate representation of color #D7D178: hue angle of 56.21º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7D178 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 209 | 120 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.16 |
| HSL | 56.21º | 0.54% | 0.66% | - |
| HSV(B) | 56.21º | 0.44% | 0.84% | - |
| XYZ | 54.21 | 61.4 | 26.76 | - |
| YUV | 200.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 209 | 120 | 0 | 0.03 | 0.44 | 0.16 | 56.21 | 0.54 | 0.66 |
| Hex | D7 | D1 | 78 | 0 | 3 | 2C | 10 | 38 | 36 | 42 |
| Octal | 327 | 321 | 170 | 0 | 3 | 54 | 20 | 70 | 66 | 102 |
| Binary | 11010111 | 11010001 | 1111000 | 0 | 11 | 101100 | 10000 | 111000 | 110110 | 1000010 |
Color Harmonies of #D7D178
Complementary color
Monochromatic Colors of #D7D178
Black with #D7D178
Text Example
Text Example
White with #D7D178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D178; }
p { color: rgb(215,209,120); }
H1.HeaderClassName
{
color: #D7D178;
}
.AnyTagClassName
{
color: #D7D178;
}
</style>
background-color css
<style>
a { background-color: #D7D178; }
a { background-color: rgb(215,209,120); }
div.DivClassName
{
background-color: #D7D178;
}
.BgClassName
{
background-color: #D7D178;
}
</style>
border-color css
<style>
span { border-color: #D7D178; }
span { border-color: rgb(215,209,120); }
td.TdClassName
{
border-color: #D7D178;
}
.TagClassName
{
border-color: #D7D178;
}
</style>