Shades of Wild Rice #D9CE76
Tints of Wild Rice #D9CE76
RGB
CMYK
RGB Variations
Color information
#D9CE76 (or 0xD9CE76) is known color: Wild Rice. HEX triplet: D9, CE and 76. RGB value is (217,206,118). Sum of RGB (Red+Green+Blue) = 217+206+118=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CE76 is #263189. Grayscale: #C7C7C7. Windows color (decimal): -2503050 or 7786201. OLE color: 7786201.
HSL color Cylindrical-coordinate representation of color #D9CE76: hue angle of 53.33º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9CE76 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 206 | 118 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.15 |
| HSL | 53.33º | 0.57% | 0.66% | - |
| HSV(B) | 53.33º | 0.46% | 0.85% | - |
| XYZ | 53.96 | 60.2 | 25.92 | - |
| YUV | 199.26 | 82.14 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 118 | 0 | 0.05 | 0.46 | 0.15 | 53.33 | 0.57 | 0.66 |
| Hex | D9 | CE | 76 | 0 | 5 | 2E | F | 35 | 39 | 42 |
| Octal | 331 | 316 | 166 | 0 | 5 | 56 | 17 | 65 | 71 | 102 |
| Binary | 11011001 | 11001110 | 1110110 | 0 | 101 | 101110 | 1111 | 110101 | 111001 | 1000010 |
Color Harmonies of #D9CE76
Complementary color
Monochromatic Colors of #D9CE76
Black with #D9CE76
Text Example
Text Example
White with #D9CE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CE76; }
p { color: rgb(217,206,118); }
H1.HeaderClassName
{
color: #D9CE76;
}
.AnyTagClassName
{
color: #D9CE76;
}
</style>
background-color css
<style>
a { background-color: #D9CE76; }
a { background-color: rgb(217,206,118); }
div.DivClassName
{
background-color: #D9CE76;
}
.BgClassName
{
background-color: #D9CE76;
}
</style>
border-color css
<style>
span { border-color: #D9CE76; }
span { border-color: rgb(217,206,118); }
td.TdClassName
{
border-color: #D9CE76;
}
.TagClassName
{
border-color: #D9CE76;
}
</style>