Shades of Wild Rice #D6CC76
Tints of Wild Rice #D6CC76
RGB
CMYK
RGB Variations
Color information
#D6CC76 (or 0xD6CC76) is known color: Wild Rice. HEX triplet: D6, CC and 76. RGB value is (214,204,118). Sum of RGB (Red+Green+Blue) = 214+204+118=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC76 is #293389. Grayscale: #C5C5C5. Windows color (decimal): -2700170 or 7785686. OLE color: 7785686.
HSL color Cylindrical-coordinate representation of color #D6CC76: hue angle of 53.75º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6CC76 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 118 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.16 |
| HSL | 53.75º | 0.54% | 0.65% | - |
| HSV(B) | 53.75º | 0.45% | 0.84% | - |
| XYZ | 52.59 | 58.79 | 25.72 | - |
| YUV | 197.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 118 | 0 | 0.05 | 0.45 | 0.16 | 53.75 | 0.54 | 0.65 |
| Hex | D6 | CC | 76 | 0 | 5 | 2D | 10 | 36 | 36 | 41 |
| Octal | 326 | 314 | 166 | 0 | 5 | 55 | 20 | 66 | 66 | 101 |
| Binary | 11010110 | 11001100 | 1110110 | 0 | 101 | 101101 | 10000 | 110110 | 110110 | 1000001 |
Color Harmonies of #D6CC76
Complementary color
Monochromatic Colors of #D6CC76
Black with #D6CC76
Text Example
Text Example
White with #D6CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC76; }
p { color: rgb(214,204,118); }
H1.HeaderClassName
{
color: #D6CC76;
}
.AnyTagClassName
{
color: #D6CC76;
}
</style>
background-color css
<style>
a { background-color: #D6CC76; }
a { background-color: rgb(214,204,118); }
div.DivClassName
{
background-color: #D6CC76;
}
.BgClassName
{
background-color: #D6CC76;
}
</style>
border-color css
<style>
span { border-color: #D6CC76; }
span { border-color: rgb(214,204,118); }
td.TdClassName
{
border-color: #D6CC76;
}
.TagClassName
{
border-color: #D6CC76;
}
</style>