Shades of Wild Rice #DCD679
Tints of Wild Rice #DCD679
RGB
CMYK
RGB Variations
Color information
#DCD679 (or 0xDCD679) is known color: Wild Rice. HEX triplet: DC, D6 and 79. RGB value is (220,214,121). Sum of RGB (Red+Green+Blue) = 220+214+121=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 121 (47.66% from 255 or 21.80% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD679 is #232986. Grayscale: #CDCDCD. Windows color (decimal): -2304391 or 7984860. OLE color: 7984860.
HSL color Cylindrical-coordinate representation of color #DCD679: hue angle of 56.36º 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 #DCD679 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 121 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.14 |
| HSL | 56.36º | 0.59% | 0.67% | - |
| HSV(B) | 56.36º | 0.45% | 0.86% | - |
| XYZ | 57.01 | 64.69 | 27.57 | - |
| YUV | 205.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 121 | 0 | 0.03 | 0.45 | 0.14 | 56.36 | 0.59 | 0.67 |
| Hex | DC | D6 | 79 | 0 | 3 | 2D | E | 38 | 3B | 43 |
| Octal | 334 | 326 | 171 | 0 | 3 | 55 | 16 | 70 | 73 | 103 |
| Binary | 11011100 | 11010110 | 1111001 | 0 | 11 | 101101 | 1110 | 111000 | 111011 | 1000011 |
Color Harmonies of #DCD679
Complementary color
Monochromatic Colors of #DCD679
Black with #DCD679
Text Example
Text Example
White with #DCD679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD679; }
p { color: rgb(220,214,121); }
H1.HeaderClassName
{
color: #DCD679;
}
.AnyTagClassName
{
color: #DCD679;
}
</style>
background-color css
<style>
a { background-color: #DCD679; }
a { background-color: rgb(220,214,121); }
div.DivClassName
{
background-color: #DCD679;
}
.BgClassName
{
background-color: #DCD679;
}
</style>
border-color css
<style>
span { border-color: #DCD679; }
span { border-color: rgb(220,214,121); }
td.TdClassName
{
border-color: #DCD679;
}
.TagClassName
{
border-color: #DCD679;
}
</style>