Shades of Wild Rice #DCD077
Tints of Wild Rice #DCD077
RGB
CMYK
RGB Variations
Color information
#DCD077 (or 0xDCD077) is known color: Wild Rice. HEX triplet: DC, D0 and 77. RGB value is (220,208,119). Sum of RGB (Red+Green+Blue) = 220+208+119=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD077 is #232F88. Grayscale: #C9C9C9. Windows color (decimal): -2305929 or 7852252. OLE color: 7852252.
HSL color Cylindrical-coordinate representation of color #DCD077: hue angle of 52.87º 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 #DCD077 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 119 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.14 |
| HSL | 52.87º | 0.59% | 0.66% | - |
| HSV(B) | 52.87º | 0.46% | 0.86% | - |
| XYZ | 55.4 | 61.66 | 26.43 | - |
| YUV | 201.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 119 | 0 | 0.05 | 0.46 | 0.14 | 52.87 | 0.59 | 0.66 |
| Hex | DC | D0 | 77 | 0 | 5 | 2E | E | 35 | 3B | 42 |
| Octal | 334 | 320 | 167 | 0 | 5 | 56 | 16 | 65 | 73 | 102 |
| Binary | 11011100 | 11010000 | 1110111 | 0 | 101 | 101110 | 1110 | 110101 | 111011 | 1000010 |
Color Harmonies of #DCD077
Complementary color
Monochromatic Colors of #DCD077
Black with #DCD077
Text Example
Text Example
White with #DCD077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD077; }
p { color: rgb(220,208,119); }
H1.HeaderClassName
{
color: #DCD077;
}
.AnyTagClassName
{
color: #DCD077;
}
</style>
background-color css
<style>
a { background-color: #DCD077; }
a { background-color: rgb(220,208,119); }
div.DivClassName
{
background-color: #DCD077;
}
.BgClassName
{
background-color: #DCD077;
}
</style>
border-color css
<style>
span { border-color: #DCD077; }
span { border-color: rgb(220,208,119); }
td.TdClassName
{
border-color: #DCD077;
}
.TagClassName
{
border-color: #DCD077;
}
</style>