Shades of Wild Rice #DCD16F
Tints of Wild Rice #DCD16F
RGB
CMYK
RGB Variations
Color information
#DCD16F (or 0xDCD16F) is known color: Wild Rice. HEX triplet: DC, D1 and 6F. RGB value is (220,209,111). Sum of RGB (Red+Green+Blue) = 220+209+111=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD16F is #232E90. Grayscale: #C9C9C9. Windows color (decimal): -2305681 or 7328220. OLE color: 7328220.
HSL color Cylindrical-coordinate representation of color #DCD16F: hue angle of 53.94º 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 #DCD16F is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 111 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.14 |
| HSL | 53.94º | 0.61% | 0.65% | - |
| HSV(B) | 53.94º | 0.5% | 0.86% | - |
| XYZ | 55.18 | 61.96 | 24.09 | - |
| YUV | 201.12 | 77.14 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 111 | 0 | 0.05 | 0.50 | 0.14 | 53.94 | 0.61 | 0.65 |
| Hex | DC | D1 | 6F | 0 | 5 | 32 | E | 36 | 3D | 41 |
| Octal | 334 | 321 | 157 | 0 | 5 | 62 | 16 | 66 | 75 | 101 |
| Binary | 11011100 | 11010001 | 1101111 | 0 | 101 | 110010 | 1110 | 110110 | 111101 | 1000001 |
Color Harmonies of #DCD16F
Complementary color
Monochromatic Colors of #DCD16F
Black with #DCD16F
Text Example
Text Example
White with #DCD16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD16F; }
p { color: rgb(220,209,111); }
H1.HeaderClassName
{
color: #DCD16F;
}
.AnyTagClassName
{
color: #DCD16F;
}
</style>
background-color css
<style>
a { background-color: #DCD16F; }
a { background-color: rgb(220,209,111); }
div.DivClassName
{
background-color: #DCD16F;
}
.BgClassName
{
background-color: #DCD16F;
}
</style>
border-color css
<style>
span { border-color: #DCD16F; }
span { border-color: rgb(220,209,111); }
td.TdClassName
{
border-color: #DCD16F;
}
.TagClassName
{
border-color: #DCD16F;
}
</style>