Shades of Wild Rice #DCD178
Tints of Wild Rice #DCD178
RGB
CMYK
RGB Variations
Color information
#DCD178 (or 0xDCD178) is known color: Wild Rice. HEX triplet: DC, D1 and 78. RGB value is (220,209,120). Sum of RGB (Red+Green+Blue) = 220+209+120=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD178 is #232E87. Grayscale: #CACACA. Windows color (decimal): -2305672 or 7918044. OLE color: 7918044.
HSL color Cylindrical-coordinate representation of color #DCD178: hue angle of 53.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCD178 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 120 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.14 |
| HSL | 53.4º | 0.59% | 0.67% | - |
| HSV(B) | 53.4º | 0.45% | 0.86% | - |
| XYZ | 55.71 | 62.17 | 26.83 | - |
| YUV | 202.14 | 81.64 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 120 | 0 | 0.05 | 0.45 | 0.14 | 53.4 | 0.59 | 0.67 |
| Hex | DC | D1 | 78 | 0 | 5 | 2D | E | 35 | 3B | 43 |
| Octal | 334 | 321 | 170 | 0 | 5 | 55 | 16 | 65 | 73 | 103 |
| Binary | 11011100 | 11010001 | 1111000 | 0 | 101 | 101101 | 1110 | 110101 | 111011 | 1000011 |
Color Harmonies of #DCD178
Complementary color
Monochromatic Colors of #DCD178
Black with #DCD178
Text Example
Text Example
White with #DCD178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD178; }
p { color: rgb(220,209,120); }
H1.HeaderClassName
{
color: #DCD178;
}
.AnyTagClassName
{
color: #DCD178;
}
</style>
background-color css
<style>
a { background-color: #DCD178; }
a { background-color: rgb(220,209,120); }
div.DivClassName
{
background-color: #DCD178;
}
.BgClassName
{
background-color: #DCD178;
}
</style>
border-color css
<style>
span { border-color: #DCD178; }
span { border-color: rgb(220,209,120); }
td.TdClassName
{
border-color: #DCD178;
}
.TagClassName
{
border-color: #DCD178;
}
</style>