Shades of Wild Rice #D7CE76
Tints of Wild Rice #D7CE76
RGB
CMYK
RGB Variations
Color information
#D7CE76 (or 0xD7CE76) is known color: Wild Rice. HEX triplet: D7, CE and 76. RGB value is (215,206,118). Sum of RGB (Red+Green+Blue) = 215+206+118=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE76 is #283189. Grayscale: #C7C7C7. Windows color (decimal): -2634122 or 7786199. OLE color: 7786199.
HSL color Cylindrical-coordinate representation of color #D7CE76: hue angle of 54.43º degrees, saturation: 0.55, 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 #D7CE76 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 118 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.16 |
| HSL | 54.43º | 0.55% | 0.65% | - |
| HSV(B) | 54.43º | 0.45% | 0.84% | - |
| XYZ | 53.37 | 59.9 | 25.89 | - |
| YUV | 198.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 118 | 0 | 0.04 | 0.45 | 0.16 | 54.43 | 0.55 | 0.65 |
| Hex | D7 | CE | 76 | 0 | 4 | 2D | 10 | 36 | 37 | 41 |
| Octal | 327 | 316 | 166 | 0 | 4 | 55 | 20 | 66 | 67 | 101 |
| Binary | 11010111 | 11001110 | 1110110 | 0 | 100 | 101101 | 10000 | 110110 | 110111 | 1000001 |
Color Harmonies of #D7CE76
Complementary color
Monochromatic Colors of #D7CE76
Black with #D7CE76
Text Example
Text Example
White with #D7CE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE76; }
p { color: rgb(215,206,118); }
H1.HeaderClassName
{
color: #D7CE76;
}
.AnyTagClassName
{
color: #D7CE76;
}
</style>
background-color css
<style>
a { background-color: #D7CE76; }
a { background-color: rgb(215,206,118); }
div.DivClassName
{
background-color: #D7CE76;
}
.BgClassName
{
background-color: #D7CE76;
}
</style>
border-color css
<style>
span { border-color: #D7CE76; }
span { border-color: rgb(215,206,118); }
td.TdClassName
{
border-color: #D7CE76;
}
.TagClassName
{
border-color: #D7CE76;
}
</style>