Shades of Wild Rice #DCD06D
Tints of Wild Rice #DCD06D
RGB
CMYK
RGB Variations
Color information
#DCD06D (or 0xDCD06D) is known color: Wild Rice. HEX triplet: DC, D0 and 6D. RGB value is (220,208,109). Sum of RGB (Red+Green+Blue) = 220+208+109=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD06D is #232F92. Grayscale: #C8C8C8. Windows color (decimal): -2305939 or 7196892. OLE color: 7196892.
HSL color Cylindrical-coordinate representation of color #DCD06D: hue angle of 53.51º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCD06D is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 109 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.14 |
| HSL | 53.51º | 0.61% | 0.65% | - |
| HSV(B) | 53.51º | 0.5% | 0.86% | - |
| XYZ | 54.83 | 61.43 | 23.44 | - |
| YUV | 200.3 | 76.48 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 109 | 0 | 0.05 | 0.50 | 0.14 | 53.51 | 0.61 | 0.65 |
| Hex | DC | D0 | 6D | 0 | 5 | 32 | E | 36 | 3D | 41 |
| Octal | 334 | 320 | 155 | 0 | 5 | 62 | 16 | 66 | 75 | 101 |
| Binary | 11011100 | 11010000 | 1101101 | 0 | 101 | 110010 | 1110 | 110110 | 111101 | 1000001 |
Color Harmonies of #DCD06D
Complementary color
Monochromatic Colors of #DCD06D
Black with #DCD06D
Text Example
Text Example
White with #DCD06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD06D; }
p { color: rgb(220,208,109); }
H1.HeaderClassName
{
color: #DCD06D;
}
.AnyTagClassName
{
color: #DCD06D;
}
</style>
background-color css
<style>
a { background-color: #DCD06D; }
a { background-color: rgb(220,208,109); }
div.DivClassName
{
background-color: #DCD06D;
}
.BgClassName
{
background-color: #DCD06D;
}
</style>
border-color css
<style>
span { border-color: #DCD06D; }
span { border-color: rgb(220,208,109); }
td.TdClassName
{
border-color: #DCD06D;
}
.TagClassName
{
border-color: #DCD06D;
}
</style>