Shades of Wild Rice #DCD06F
Tints of Wild Rice #DCD06F
RGB
CMYK
RGB Variations
Color information
#DCD06F (or 0xDCD06F) is known color: Wild Rice. HEX triplet: DC, D0 and 6F. RGB value is (220,208,111). Sum of RGB (Red+Green+Blue) = 220+208+111=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD06F is #232F90. Grayscale: #C8C8C8. Windows color (decimal): -2305937 or 7327964. OLE color: 7327964.
HSL color Cylindrical-coordinate representation of color #DCD06F: hue angle of 53.39º 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 #DCD06F is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 111 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.14 |
| HSL | 53.39º | 0.61% | 0.65% | - |
| HSV(B) | 53.39º | 0.5% | 0.86% | - |
| XYZ | 54.94 | 61.48 | 24.01 | - |
| YUV | 200.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 111 | 0 | 0.05 | 0.50 | 0.14 | 53.39 | 0.61 | 0.65 |
| Hex | DC | D0 | 6F | 0 | 5 | 32 | E | 35 | 3D | 41 |
| Octal | 334 | 320 | 157 | 0 | 5 | 62 | 16 | 65 | 75 | 101 |
| Binary | 11011100 | 11010000 | 1101111 | 0 | 101 | 110010 | 1110 | 110101 | 111101 | 1000001 |
Color Harmonies of #DCD06F
Complementary color
Monochromatic Colors of #DCD06F
Black with #DCD06F
Text Example
Text Example
White with #DCD06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD06F; }
p { color: rgb(220,208,111); }
H1.HeaderClassName
{
color: #DCD06F;
}
.AnyTagClassName
{
color: #DCD06F;
}
</style>
background-color css
<style>
a { background-color: #DCD06F; }
a { background-color: rgb(220,208,111); }
div.DivClassName
{
background-color: #DCD06F;
}
.BgClassName
{
background-color: #DCD06F;
}
</style>
border-color css
<style>
span { border-color: #DCD06F; }
span { border-color: rgb(220,208,111); }
td.TdClassName
{
border-color: #DCD06F;
}
.TagClassName
{
border-color: #DCD06F;
}
</style>