Shades of Wild Rice #DCD065
Tints of Wild Rice #DCD065
RGB
CMYK
RGB Variations
Color information
#DCD065 (or 0xDCD065) is known color: Wild Rice. HEX triplet: DC, D0 and 65. RGB value is (220,208,101). Sum of RGB (Red+Green+Blue) = 220+208+101=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD065 is #232F9A. Grayscale: #C7C7C7. Windows color (decimal): -2305947 or 6672604. OLE color: 6672604.
HSL color Cylindrical-coordinate representation of color #DCD065: hue angle of 53.95º 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 #DCD065 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 101 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.14 |
| HSL | 53.95º | 0.63% | 0.63% | - |
| HSV(B) | 53.95º | 0.54% | 0.86% | - |
| XYZ | 54.42 | 61.27 | 21.27 | - |
| YUV | 199.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 101 | 0 | 0.05 | 0.54 | 0.14 | 53.95 | 0.63 | 0.63 |
| Hex | DC | D0 | 65 | 0 | 5 | 36 | E | 36 | 3F | 3F |
| Octal | 334 | 320 | 145 | 0 | 5 | 66 | 16 | 66 | 77 | 77 |
| Binary | 11011100 | 11010000 | 1100101 | 0 | 101 | 110110 | 1110 | 110110 | 111111 | 111111 |
Color Harmonies of #DCD065
Complementary color
Monochromatic Colors of #DCD065
Black with #DCD065
Text Example
Text Example
White with #DCD065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD065; }
p { color: rgb(220,208,101); }
H1.HeaderClassName
{
color: #DCD065;
}
.AnyTagClassName
{
color: #DCD065;
}
</style>
background-color css
<style>
a { background-color: #DCD065; }
a { background-color: rgb(220,208,101); }
div.DivClassName
{
background-color: #DCD065;
}
.BgClassName
{
background-color: #DCD065;
}
</style>
border-color css
<style>
span { border-color: #DCD065; }
span { border-color: rgb(220,208,101); }
td.TdClassName
{
border-color: #DCD065;
}
.TagClassName
{
border-color: #DCD065;
}
</style>