Shades of Wild Rice #DCD576
Tints of Wild Rice #DCD576
RGB
CMYK
RGB Variations
Color information
#DCD576 (or 0xDCD576) is known color: Wild Rice. HEX triplet: DC, D5 and 76. RGB value is (220,213,118). Sum of RGB (Red+Green+Blue) = 220+213+118=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD576 is #232A89. Grayscale: #CCCCCC. Windows color (decimal): -2304650 or 7787996. OLE color: 7787996.
HSL color Cylindrical-coordinate representation of color #DCD576: hue angle of 55.88º 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 #DCD576 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 118 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.14 |
| HSL | 55.88º | 0.59% | 0.66% | - |
| HSV(B) | 55.88º | 0.46% | 0.86% | - |
| XYZ | 56.58 | 64.11 | 26.53 | - |
| YUV | 204.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 118 | 0 | 0.03 | 0.46 | 0.14 | 55.88 | 0.59 | 0.66 |
| Hex | DC | D5 | 76 | 0 | 3 | 2E | E | 38 | 3B | 42 |
| Octal | 334 | 325 | 166 | 0 | 3 | 56 | 16 | 70 | 73 | 102 |
| Binary | 11011100 | 11010101 | 1110110 | 0 | 11 | 101110 | 1110 | 111000 | 111011 | 1000010 |
Color Harmonies of #DCD576
Complementary color
Monochromatic Colors of #DCD576
Black with #DCD576
Text Example
Text Example
White with #DCD576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD576; }
p { color: rgb(220,213,118); }
H1.HeaderClassName
{
color: #DCD576;
}
.AnyTagClassName
{
color: #DCD576;
}
</style>
background-color css
<style>
a { background-color: #DCD576; }
a { background-color: rgb(220,213,118); }
div.DivClassName
{
background-color: #DCD576;
}
.BgClassName
{
background-color: #DCD576;
}
</style>
border-color css
<style>
span { border-color: #DCD576; }
span { border-color: rgb(220,213,118); }
td.TdClassName
{
border-color: #DCD576;
}
.TagClassName
{
border-color: #DCD576;
}
</style>