Shades of Wild Rice #DCD066
Tints of Wild Rice #DCD066
RGB
CMYK
RGB Variations
Color information
#DCD066 (or 0xDCD066) is known color: Wild Rice. HEX triplet: DC, D0 and 66. RGB value is (220,208,102). Sum of RGB (Red+Green+Blue) = 220+208+102=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD066 is #232F99. Grayscale: #C7C7C7. Windows color (decimal): -2305946 or 6738140. OLE color: 6738140.
HSL color Cylindrical-coordinate representation of color #DCD066: hue angle of 53.9º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCD066 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 102 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.14 |
| HSL | 53.9º | 0.63% | 0.63% | - |
| HSV(B) | 53.9º | 0.54% | 0.86% | - |
| XYZ | 54.47 | 61.29 | 21.53 | - |
| YUV | 199.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 102 | 0 | 0.05 | 0.54 | 0.14 | 53.9 | 0.63 | 0.63 |
| Hex | DC | D0 | 66 | 0 | 5 | 36 | E | 36 | 3F | 3F |
| Octal | 334 | 320 | 146 | 0 | 5 | 66 | 16 | 66 | 77 | 77 |
| Binary | 11011100 | 11010000 | 1100110 | 0 | 101 | 110110 | 1110 | 110110 | 111111 | 111111 |
Color Harmonies of #DCD066
Complementary color
Monochromatic Colors of #DCD066
Black with #DCD066
Text Example
Text Example
White with #DCD066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD066; }
p { color: rgb(220,208,102); }
H1.HeaderClassName
{
color: #DCD066;
}
.AnyTagClassName
{
color: #DCD066;
}
</style>
background-color css
<style>
a { background-color: #DCD066; }
a { background-color: rgb(220,208,102); }
div.DivClassName
{
background-color: #DCD066;
}
.BgClassName
{
background-color: #DCD066;
}
</style>
border-color css
<style>
span { border-color: #DCD066; }
span { border-color: rgb(220,208,102); }
td.TdClassName
{
border-color: #DCD066;
}
.TagClassName
{
border-color: #DCD066;
}
</style>