Shades of Wild Rice #D8CF71
Tints of Wild Rice #D8CF71
RGB
CMYK
RGB Variations
Color information
#D8CF71 (or 0xD8CF71) is known color: Wild Rice. HEX triplet: D8, CF and 71. RGB value is (216,207,113). Sum of RGB (Red+Green+Blue) = 216+207+113=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CF71 is #27308E. Grayscale: #C7C7C7. Windows color (decimal): -2568335 or 7458776. OLE color: 7458776.
HSL color Cylindrical-coordinate representation of color #D8CF71: hue angle of 54.76º degrees, saturation: 0.57, 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 #D8CF71 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 113 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.15 |
| HSL | 54.76º | 0.57% | 0.65% | - |
| HSV(B) | 54.76º | 0.48% | 0.85% | - |
| XYZ | 53.61 | 60.42 | 24.46 | - |
| YUV | 198.98 | 79.48 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 113 | 0 | 0.04 | 0.48 | 0.15 | 54.76 | 0.57 | 0.65 |
| Hex | D8 | CF | 71 | 0 | 4 | 30 | F | 37 | 39 | 41 |
| Octal | 330 | 317 | 161 | 0 | 4 | 60 | 17 | 67 | 71 | 101 |
| Binary | 11011000 | 11001111 | 1110001 | 0 | 100 | 110000 | 1111 | 110111 | 111001 | 1000001 |
Color Harmonies of #D8CF71
Complementary color
Monochromatic Colors of #D8CF71
Black with #D8CF71
Text Example
Text Example
White with #D8CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CF71; }
p { color: rgb(216,207,113); }
H1.HeaderClassName
{
color: #D8CF71;
}
.AnyTagClassName
{
color: #D8CF71;
}
</style>
background-color css
<style>
a { background-color: #D8CF71; }
a { background-color: rgb(216,207,113); }
div.DivClassName
{
background-color: #D8CF71;
}
.BgClassName
{
background-color: #D8CF71;
}
</style>
border-color css
<style>
span { border-color: #D8CF71; }
span { border-color: rgb(216,207,113); }
td.TdClassName
{
border-color: #D8CF71;
}
.TagClassName
{
border-color: #D8CF71;
}
</style>