Shades of Wild Rice #D7CF77
Tints of Wild Rice #D7CF77
RGB
CMYK
RGB Variations
Color information
#D7CF77 (or 0xD7CF77) is known color: Wild Rice. HEX triplet: D7, CF and 77. RGB value is (215,207,119). Sum of RGB (Red+Green+Blue) = 215+207+119=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CF77 is #283088. Grayscale: #C7C7C7. Windows color (decimal): -2633865 or 7851991. OLE color: 7851991.
HSL color Cylindrical-coordinate representation of color #D7CF77: hue angle of 55º 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 #D7CF77 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 119 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.16 |
| HSL | 55º | 0.55% | 0.65% | - |
| HSV(B) | 55º | 0.45% | 0.84% | - |
| XYZ | 53.67 | 60.4 | 26.28 | - |
| YUV | 199.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 119 | 0 | 0.04 | 0.45 | 0.16 | 55 | 0.55 | 0.65 |
| Hex | D7 | CF | 77 | 0 | 4 | 2D | 10 | 37 | 37 | 41 |
| Octal | 327 | 317 | 167 | 0 | 4 | 55 | 20 | 67 | 67 | 101 |
| Binary | 11010111 | 11001111 | 1110111 | 0 | 100 | 101101 | 10000 | 110111 | 110111 | 1000001 |
Color Harmonies of #D7CF77
Complementary color
Monochromatic Colors of #D7CF77
Black with #D7CF77
Text Example
Text Example
White with #D7CF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CF77; }
p { color: rgb(215,207,119); }
H1.HeaderClassName
{
color: #D7CF77;
}
.AnyTagClassName
{
color: #D7CF77;
}
</style>
background-color css
<style>
a { background-color: #D7CF77; }
a { background-color: rgb(215,207,119); }
div.DivClassName
{
background-color: #D7CF77;
}
.BgClassName
{
background-color: #D7CF77;
}
</style>
border-color css
<style>
span { border-color: #D7CF77; }
span { border-color: rgb(215,207,119); }
td.TdClassName
{
border-color: #D7CF77;
}
.TagClassName
{
border-color: #D7CF77;
}
</style>