Shades of Wild Rice #D7CE74
Tints of Wild Rice #D7CE74
RGB
CMYK
RGB Variations
Color information
#D7CE74 (or 0xD7CE74) is known color: Wild Rice. HEX triplet: D7, CE and 74. RGB value is (215,206,116). Sum of RGB (Red+Green+Blue) = 215+206+116=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE74 is #28318B. Grayscale: #C6C6C6. Windows color (decimal): -2634124 or 7655127. OLE color: 7655127.
HSL color Cylindrical-coordinate representation of color #D7CE74: hue angle of 54.55º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7CE74 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 116 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.16 |
| HSL | 54.55º | 0.55% | 0.65% | - |
| HSV(B) | 54.55º | 0.46% | 0.84% | - |
| XYZ | 53.25 | 59.85 | 25.27 | - |
| YUV | 198.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 116 | 0 | 0.04 | 0.46 | 0.16 | 54.55 | 0.55 | 0.65 |
| Hex | D7 | CE | 74 | 0 | 4 | 2E | 10 | 37 | 37 | 41 |
| Octal | 327 | 316 | 164 | 0 | 4 | 56 | 20 | 67 | 67 | 101 |
| Binary | 11010111 | 11001110 | 1110100 | 0 | 100 | 101110 | 10000 | 110111 | 110111 | 1000001 |
Color Harmonies of #D7CE74
Complementary color
Monochromatic Colors of #D7CE74
Black with #D7CE74
Text Example
Text Example
White with #D7CE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE74; }
p { color: rgb(215,206,116); }
H1.HeaderClassName
{
color: #D7CE74;
}
.AnyTagClassName
{
color: #D7CE74;
}
</style>
background-color css
<style>
a { background-color: #D7CE74; }
a { background-color: rgb(215,206,116); }
div.DivClassName
{
background-color: #D7CE74;
}
.BgClassName
{
background-color: #D7CE74;
}
</style>
border-color css
<style>
span { border-color: #D7CE74; }
span { border-color: rgb(215,206,116); }
td.TdClassName
{
border-color: #D7CE74;
}
.TagClassName
{
border-color: #D7CE74;
}
</style>