Shades of Wild Rice #D9CF72
Tints of Wild Rice #D9CF72
RGB
CMYK
RGB Variations
Color information
#D9CF72 (or 0xD9CF72) is known color: Wild Rice. HEX triplet: D9, CF and 72. RGB value is (217,207,114). Sum of RGB (Red+Green+Blue) = 217+207+114=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF72 is #26308D. Grayscale: #C7C7C7. Windows color (decimal): -2502798 or 7524313. OLE color: 7524313.
HSL color Cylindrical-coordinate representation of color #D9CF72: hue angle of 54.17º degrees, saturation: 0.58, 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 #D9CF72 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 114 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.15 |
| HSL | 54.17º | 0.58% | 0.65% | - |
| HSV(B) | 54.17º | 0.47% | 0.85% | - |
| XYZ | 53.97 | 60.59 | 24.77 | - |
| YUV | 199.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 114 | 0 | 0.05 | 0.47 | 0.15 | 54.17 | 0.58 | 0.65 |
| Hex | D9 | CF | 72 | 0 | 5 | 2F | F | 36 | 3A | 41 |
| Octal | 331 | 317 | 162 | 0 | 5 | 57 | 17 | 66 | 72 | 101 |
| Binary | 11011001 | 11001111 | 1110010 | 0 | 101 | 101111 | 1111 | 110110 | 111010 | 1000001 |
Color Harmonies of #D9CF72
Complementary color
Monochromatic Colors of #D9CF72
Black with #D9CF72
Text Example
Text Example
White with #D9CF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CF72; }
p { color: rgb(217,207,114); }
H1.HeaderClassName
{
color: #D9CF72;
}
.AnyTagClassName
{
color: #D9CF72;
}
</style>
background-color css
<style>
a { background-color: #D9CF72; }
a { background-color: rgb(217,207,114); }
div.DivClassName
{
background-color: #D9CF72;
}
.BgClassName
{
background-color: #D9CF72;
}
</style>
border-color css
<style>
span { border-color: #D9CF72; }
span { border-color: rgb(217,207,114); }
td.TdClassName
{
border-color: #D9CF72;
}
.TagClassName
{
border-color: #D9CF72;
}
</style>