Shades of Wild Rice #D4CC76
Tints of Wild Rice #D4CC76
RGB
CMYK
RGB Variations
Color information
#D4CC76 (or 0xD4CC76) is known color: Wild Rice. HEX triplet: D4, CC and 76. RGB value is (212,204,118). Sum of RGB (Red+Green+Blue) = 212+204+118=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CC76 is #2B3389. Grayscale: #C4C4C4. Windows color (decimal): -2831242 or 7785684. OLE color: 7785684.
HSL color Cylindrical-coordinate representation of color #D4CC76: hue angle of 54.89º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4CC76 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 204 | 118 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.17 |
| HSL | 54.89º | 0.52% | 0.65% | - |
| HSV(B) | 54.89º | 0.44% | 0.83% | - |
| XYZ | 52.01 | 58.49 | 25.69 | - |
| YUV | 196.59 | 83.65 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 118 | 0 | 0.04 | 0.44 | 0.17 | 54.89 | 0.52 | 0.65 |
| Hex | D4 | CC | 76 | 0 | 4 | 2C | 11 | 37 | 34 | 41 |
| Octal | 324 | 314 | 166 | 0 | 4 | 54 | 21 | 67 | 64 | 101 |
| Binary | 11010100 | 11001100 | 1110110 | 0 | 100 | 101100 | 10001 | 110111 | 110100 | 1000001 |
Color Harmonies of #D4CC76
Complementary color
Monochromatic Colors of #D4CC76
Black with #D4CC76
Text Example
Text Example
White with #D4CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CC76; }
p { color: rgb(212,204,118); }
H1.HeaderClassName
{
color: #D4CC76;
}
.AnyTagClassName
{
color: #D4CC76;
}
</style>
background-color css
<style>
a { background-color: #D4CC76; }
a { background-color: rgb(212,204,118); }
div.DivClassName
{
background-color: #D4CC76;
}
.BgClassName
{
background-color: #D4CC76;
}
</style>
border-color css
<style>
span { border-color: #D4CC76; }
span { border-color: rgb(212,204,118); }
td.TdClassName
{
border-color: #D4CC76;
}
.TagClassName
{
border-color: #D4CC76;
}
</style>