Shades of Wild Rice #DCD477
Tints of Wild Rice #DCD477
RGB
CMYK
RGB Variations
Color information
#DCD477 (or 0xDCD477) is known color: Wild Rice. HEX triplet: DC, D4 and 77. RGB value is (220,212,119). Sum of RGB (Red+Green+Blue) = 220+212+119=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 119 (46.88% from 255 or 21.60% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD477 is #232B88. Grayscale: #CCCCCC. Windows color (decimal): -2304905 or 7853276. OLE color: 7853276.
HSL color Cylindrical-coordinate representation of color #DCD477: hue angle of 55.25º 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 #DCD477 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 119 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.14 |
| HSL | 55.25º | 0.59% | 0.66% | - |
| HSV(B) | 55.25º | 0.46% | 0.86% | - |
| XYZ | 56.39 | 63.63 | 26.76 | - |
| YUV | 203.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 119 | 0 | 0.04 | 0.46 | 0.14 | 55.25 | 0.59 | 0.66 |
| Hex | DC | D4 | 77 | 0 | 4 | 2E | E | 37 | 3B | 42 |
| Octal | 334 | 324 | 167 | 0 | 4 | 56 | 16 | 67 | 73 | 102 |
| Binary | 11011100 | 11010100 | 1110111 | 0 | 100 | 101110 | 1110 | 110111 | 111011 | 1000010 |
Color Harmonies of #DCD477
Complementary color
Monochromatic Colors of #DCD477
Black with #DCD477
Text Example
Text Example
White with #DCD477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD477; }
p { color: rgb(220,212,119); }
H1.HeaderClassName
{
color: #DCD477;
}
.AnyTagClassName
{
color: #DCD477;
}
</style>
background-color css
<style>
a { background-color: #DCD477; }
a { background-color: rgb(220,212,119); }
div.DivClassName
{
background-color: #DCD477;
}
.BgClassName
{
background-color: #DCD477;
}
</style>
border-color css
<style>
span { border-color: #DCD477; }
span { border-color: rgb(220,212,119); }
td.TdClassName
{
border-color: #DCD477;
}
.TagClassName
{
border-color: #DCD477;
}
</style>