Shades of Wild Rice #DCD174
Tints of Wild Rice #DCD174
RGB
CMYK
RGB Variations
Color information
#DCD174 (or 0xDCD174) is known color: Wild Rice. HEX triplet: DC, D1 and 74. RGB value is (220,209,116). Sum of RGB (Red+Green+Blue) = 220+209+116=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD174 is #232E8B. Grayscale: #CACACA. Windows color (decimal): -2305676 or 7655900. OLE color: 7655900.
HSL color Cylindrical-coordinate representation of color #DCD174: hue angle of 53.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCD174 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 116 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.14 |
| HSL | 53.65º | 0.6% | 0.66% | - |
| HSV(B) | 53.65º | 0.47% | 0.86% | - |
| XYZ | 55.47 | 62.08 | 25.58 | - |
| YUV | 201.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 116 | 0 | 0.05 | 0.47 | 0.14 | 53.65 | 0.6 | 0.66 |
| Hex | DC | D1 | 74 | 0 | 5 | 2F | E | 36 | 3C | 42 |
| Octal | 334 | 321 | 164 | 0 | 5 | 57 | 16 | 66 | 74 | 102 |
| Binary | 11011100 | 11010001 | 1110100 | 0 | 101 | 101111 | 1110 | 110110 | 111100 | 1000010 |
Color Harmonies of #DCD174
Complementary color
Monochromatic Colors of #DCD174
Black with #DCD174
Text Example
Text Example
White with #DCD174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD174; }
p { color: rgb(220,209,116); }
H1.HeaderClassName
{
color: #DCD174;
}
.AnyTagClassName
{
color: #DCD174;
}
</style>
background-color css
<style>
a { background-color: #DCD174; }
a { background-color: rgb(220,209,116); }
div.DivClassName
{
background-color: #DCD174;
}
.BgClassName
{
background-color: #DCD174;
}
</style>
border-color css
<style>
span { border-color: #DCD174; }
span { border-color: rgb(220,209,116); }
td.TdClassName
{
border-color: #DCD174;
}
.TagClassName
{
border-color: #DCD174;
}
</style>