Shades of Wild Rice #D8CF72
Tints of Wild Rice #D8CF72
RGB
CMYK
RGB Variations
Color information
#D8CF72 (or 0xD8CF72) is known color: Wild Rice. HEX triplet: D8, CF and 72. RGB value is (216,207,114). Sum of RGB (Red+Green+Blue) = 216+207+114=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CF72 is #27308D. Grayscale: #C7C7C7. Windows color (decimal): -2568334 or 7524312. OLE color: 7524312.
HSL color Cylindrical-coordinate representation of color #D8CF72: hue angle of 54.71º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8CF72 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 114 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.15 |
| HSL | 54.71º | 0.57% | 0.65% | - |
| HSV(B) | 54.71º | 0.47% | 0.85% | - |
| XYZ | 53.67 | 60.44 | 24.76 | - |
| YUV | 199.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 114 | 0 | 0.04 | 0.47 | 0.15 | 54.71 | 0.57 | 0.65 |
| Hex | D8 | CF | 72 | 0 | 4 | 2F | F | 37 | 39 | 41 |
| Octal | 330 | 317 | 162 | 0 | 4 | 57 | 17 | 67 | 71 | 101 |
| Binary | 11011000 | 11001111 | 1110010 | 0 | 100 | 101111 | 1111 | 110111 | 111001 | 1000001 |
Color Harmonies of #D8CF72
Complementary color
Monochromatic Colors of #D8CF72
Black with #D8CF72
Text Example
Text Example
White with #D8CF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CF72; }
p { color: rgb(216,207,114); }
H1.HeaderClassName
{
color: #D8CF72;
}
.AnyTagClassName
{
color: #D8CF72;
}
</style>
background-color css
<style>
a { background-color: #D8CF72; }
a { background-color: rgb(216,207,114); }
div.DivClassName
{
background-color: #D8CF72;
}
.BgClassName
{
background-color: #D8CF72;
}
</style>
border-color css
<style>
span { border-color: #D8CF72; }
span { border-color: rgb(216,207,114); }
td.TdClassName
{
border-color: #D8CF72;
}
.TagClassName
{
border-color: #D8CF72;
}
</style>