Shades of Wild Rice #D7CF76
Tints of Wild Rice #D7CF76
RGB
CMYK
RGB Variations
Color information
#D7CF76 (or 0xD7CF76) is known color: Wild Rice. HEX triplet: D7, CF and 76. RGB value is (215,207,118). Sum of RGB (Red+Green+Blue) = 215+207+118=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CF76 is #283089. Grayscale: #C7C7C7. Windows color (decimal): -2633866 or 7786455. OLE color: 7786455.
HSL color Cylindrical-coordinate representation of color #D7CF76: hue angle of 55.05º 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 #D7CF76 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 118 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.16 |
| HSL | 55.05º | 0.55% | 0.65% | - |
| HSV(B) | 55.05º | 0.45% | 0.84% | - |
| XYZ | 53.61 | 60.38 | 25.97 | - |
| YUV | 199.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 118 | 0 | 0.04 | 0.45 | 0.16 | 55.05 | 0.55 | 0.65 |
| Hex | D7 | CF | 76 | 0 | 4 | 2D | 10 | 37 | 37 | 41 |
| Octal | 327 | 317 | 166 | 0 | 4 | 55 | 20 | 67 | 67 | 101 |
| Binary | 11010111 | 11001111 | 1110110 | 0 | 100 | 101101 | 10000 | 110111 | 110111 | 1000001 |
Color Harmonies of #D7CF76
Complementary color
Monochromatic Colors of #D7CF76
Black with #D7CF76
Text Example
Text Example
White with #D7CF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CF76; }
p { color: rgb(215,207,118); }
H1.HeaderClassName
{
color: #D7CF76;
}
.AnyTagClassName
{
color: #D7CF76;
}
</style>
background-color css
<style>
a { background-color: #D7CF76; }
a { background-color: rgb(215,207,118); }
div.DivClassName
{
background-color: #D7CF76;
}
.BgClassName
{
background-color: #D7CF76;
}
</style>
border-color css
<style>
span { border-color: #D7CF76; }
span { border-color: rgb(215,207,118); }
td.TdClassName
{
border-color: #D7CF76;
}
.TagClassName
{
border-color: #D7CF76;
}
</style>