Shades of Wild Rice #D8CC72
Tints of Wild Rice #D8CC72
RGB
CMYK
RGB Variations
Color information
#D8CC72 (or 0xD8CC72) is known color: Wild Rice. HEX triplet: D8, CC and 72. RGB value is (216,204,114). Sum of RGB (Red+Green+Blue) = 216+204+114=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC72 is #27338D. Grayscale: #C5C5C5. Windows color (decimal): -2569102 or 7523544. OLE color: 7523544.
HSL color Cylindrical-coordinate representation of color #D8CC72: hue angle of 52.94º 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 #D8CC72 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 114 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.15 |
| HSL | 52.94º | 0.57% | 0.65% | - |
| HSV(B) | 52.94º | 0.47% | 0.85% | - |
| XYZ | 52.95 | 59 | 24.52 | - |
| YUV | 197.33 | 80.98 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 114 | 0 | 0.06 | 0.47 | 0.15 | 52.94 | 0.57 | 0.65 |
| Hex | D8 | CC | 72 | 0 | 6 | 2F | F | 35 | 39 | 41 |
| Octal | 330 | 314 | 162 | 0 | 6 | 57 | 17 | 65 | 71 | 101 |
| Binary | 11011000 | 11001100 | 1110010 | 0 | 110 | 101111 | 1111 | 110101 | 111001 | 1000001 |
Color Harmonies of #D8CC72
Complementary color
Monochromatic Colors of #D8CC72
Black with #D8CC72
Text Example
Text Example
White with #D8CC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC72; }
p { color: rgb(216,204,114); }
H1.HeaderClassName
{
color: #D8CC72;
}
.AnyTagClassName
{
color: #D8CC72;
}
</style>
background-color css
<style>
a { background-color: #D8CC72; }
a { background-color: rgb(216,204,114); }
div.DivClassName
{
background-color: #D8CC72;
}
.BgClassName
{
background-color: #D8CC72;
}
</style>
border-color css
<style>
span { border-color: #D8CC72; }
span { border-color: rgb(216,204,114); }
td.TdClassName
{
border-color: #D8CC72;
}
.TagClassName
{
border-color: #D8CC72;
}
</style>