Shades of Wild Rice #DCD479
Tints of Wild Rice #DCD479
RGB
CMYK
RGB Variations
Color information
#DCD479 (or 0xDCD479) is known color: Wild Rice. HEX triplet: DC, D4 and 79. RGB value is (220,212,121). Sum of RGB (Red+Green+Blue) = 220+212+121=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 121 (47.66% from 255 or 21.88% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD479 is #232B86. Grayscale: #CCCCCC. Windows color (decimal): -2304903 or 7984348. OLE color: 7984348.
HSL color Cylindrical-coordinate representation of color #DCD479: hue angle of 55.15º 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 #DCD479 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 121 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.14 |
| HSL | 55.15º | 0.59% | 0.67% | - |
| HSV(B) | 55.15º | 0.45% | 0.86% | - |
| XYZ | 56.51 | 63.68 | 27.4 | - |
| YUV | 204.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 121 | 0 | 0.04 | 0.45 | 0.14 | 55.15 | 0.59 | 0.67 |
| Hex | DC | D4 | 79 | 0 | 4 | 2D | E | 37 | 3B | 43 |
| Octal | 334 | 324 | 171 | 0 | 4 | 55 | 16 | 67 | 73 | 103 |
| Binary | 11011100 | 11010100 | 1111001 | 0 | 100 | 101101 | 1110 | 110111 | 111011 | 1000011 |
Color Harmonies of #DCD479
Complementary color
Monochromatic Colors of #DCD479
Black with #DCD479
Text Example
Text Example
White with #DCD479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD479; }
p { color: rgb(220,212,121); }
H1.HeaderClassName
{
color: #DCD479;
}
.AnyTagClassName
{
color: #DCD479;
}
</style>
background-color css
<style>
a { background-color: #DCD479; }
a { background-color: rgb(220,212,121); }
div.DivClassName
{
background-color: #DCD479;
}
.BgClassName
{
background-color: #DCD479;
}
</style>
border-color css
<style>
span { border-color: #DCD479; }
span { border-color: rgb(220,212,121); }
td.TdClassName
{
border-color: #DCD479;
}
.TagClassName
{
border-color: #DCD479;
}
</style>