Shades of Wild Rice #D6CE76
Tints of Wild Rice #D6CE76
RGB
CMYK
RGB Variations
Color information
#D6CE76 (or 0xD6CE76) is known color: Wild Rice. HEX triplet: D6, CE and 76. RGB value is (214,206,118). Sum of RGB (Red+Green+Blue) = 214+206+118=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE76 is #293189. Grayscale: #C6C6C6. Windows color (decimal): -2699658 or 7786198. OLE color: 7786198.
HSL color Cylindrical-coordinate representation of color #D6CE76: hue angle of 55º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6CE76 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 118 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.16 |
| HSL | 55º | 0.54% | 0.65% | - |
| HSV(B) | 55º | 0.45% | 0.84% | - |
| XYZ | 53.07 | 59.75 | 25.87 | - |
| YUV | 198.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 118 | 0 | 0.04 | 0.45 | 0.16 | 55 | 0.54 | 0.65 |
| Hex | D6 | CE | 76 | 0 | 4 | 2D | 10 | 37 | 36 | 41 |
| Octal | 326 | 316 | 166 | 0 | 4 | 55 | 20 | 67 | 66 | 101 |
| Binary | 11010110 | 11001110 | 1110110 | 0 | 100 | 101101 | 10000 | 110111 | 110110 | 1000001 |
Color Harmonies of #D6CE76
Complementary color
Monochromatic Colors of #D6CE76
Black with #D6CE76
Text Example
Text Example
White with #D6CE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CE76; }
p { color: rgb(214,206,118); }
H1.HeaderClassName
{
color: #D6CE76;
}
.AnyTagClassName
{
color: #D6CE76;
}
</style>
background-color css
<style>
a { background-color: #D6CE76; }
a { background-color: rgb(214,206,118); }
div.DivClassName
{
background-color: #D6CE76;
}
.BgClassName
{
background-color: #D6CE76;
}
</style>
border-color css
<style>
span { border-color: #D6CE76; }
span { border-color: rgb(214,206,118); }
td.TdClassName
{
border-color: #D6CE76;
}
.TagClassName
{
border-color: #D6CE76;
}
</style>