Shades of Wild Rice #DCD176
Tints of Wild Rice #DCD176
RGB
CMYK
RGB Variations
Color information
#DCD176 (or 0xDCD176) is known color: Wild Rice. HEX triplet: DC, D1 and 76. RGB value is (220,209,118). Sum of RGB (Red+Green+Blue) = 220+209+118=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD176 is #232E89. Grayscale: #CACACA. Windows color (decimal): -2305674 or 7786972. OLE color: 7786972.
HSL color Cylindrical-coordinate representation of color #DCD176: hue angle of 53.53º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCD176 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 118 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.14 |
| HSL | 53.53º | 0.59% | 0.66% | - |
| HSV(B) | 53.53º | 0.46% | 0.86% | - |
| XYZ | 55.59 | 62.12 | 26.2 | - |
| YUV | 201.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 118 | 0 | 0.05 | 0.46 | 0.14 | 53.53 | 0.59 | 0.66 |
| Hex | DC | D1 | 76 | 0 | 5 | 2E | E | 36 | 3B | 42 |
| Octal | 334 | 321 | 166 | 0 | 5 | 56 | 16 | 66 | 73 | 102 |
| Binary | 11011100 | 11010001 | 1110110 | 0 | 101 | 101110 | 1110 | 110110 | 111011 | 1000010 |
Color Harmonies of #DCD176
Complementary color
Monochromatic Colors of #DCD176
Black with #DCD176
Text Example
Text Example
White with #DCD176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD176; }
p { color: rgb(220,209,118); }
H1.HeaderClassName
{
color: #DCD176;
}
.AnyTagClassName
{
color: #DCD176;
}
</style>
background-color css
<style>
a { background-color: #DCD176; }
a { background-color: rgb(220,209,118); }
div.DivClassName
{
background-color: #DCD176;
}
.BgClassName
{
background-color: #DCD176;
}
</style>
border-color css
<style>
span { border-color: #DCD176; }
span { border-color: rgb(220,209,118); }
td.TdClassName
{
border-color: #DCD176;
}
.TagClassName
{
border-color: #DCD176;
}
</style>