Shades of Wild Rice #D9CF71
Tints of Wild Rice #D9CF71
RGB
CMYK
RGB Variations
Color information
#D9CF71 (or 0xD9CF71) is known color: Wild Rice. HEX triplet: D9, CF and 71. RGB value is (217,207,113). Sum of RGB (Red+Green+Blue) = 217+207+113=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF71 is #26308E. Grayscale: #C7C7C7. Windows color (decimal): -2502799 or 7458777. OLE color: 7458777.
HSL color Cylindrical-coordinate representation of color #D9CF71: hue angle of 54.23º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9CF71 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 113 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.15 |
| HSL | 54.23º | 0.58% | 0.65% | - |
| HSV(B) | 54.23º | 0.48% | 0.85% | - |
| XYZ | 53.91 | 60.57 | 24.47 | - |
| YUV | 199.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 113 | 0 | 0.05 | 0.48 | 0.15 | 54.23 | 0.58 | 0.65 |
| Hex | D9 | CF | 71 | 0 | 5 | 30 | F | 36 | 3A | 41 |
| Octal | 331 | 317 | 161 | 0 | 5 | 60 | 17 | 66 | 72 | 101 |
| Binary | 11011001 | 11001111 | 1110001 | 0 | 101 | 110000 | 1111 | 110110 | 111010 | 1000001 |
Color Harmonies of #D9CF71
Complementary color
Monochromatic Colors of #D9CF71
Black with #D9CF71
Text Example
Text Example
White with #D9CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CF71; }
p { color: rgb(217,207,113); }
H1.HeaderClassName
{
color: #D9CF71;
}
.AnyTagClassName
{
color: #D9CF71;
}
</style>
background-color css
<style>
a { background-color: #D9CF71; }
a { background-color: rgb(217,207,113); }
div.DivClassName
{
background-color: #D9CF71;
}
.BgClassName
{
background-color: #D9CF71;
}
</style>
border-color css
<style>
span { border-color: #D9CF71; }
span { border-color: rgb(217,207,113); }
td.TdClassName
{
border-color: #D9CF71;
}
.TagClassName
{
border-color: #D9CF71;
}
</style>