Shades of Wild Rice #DCD26D
Tints of Wild Rice #DCD26D
RGB
CMYK
RGB Variations
Color information
#DCD26D (or 0xDCD26D) is known color: Wild Rice. HEX triplet: DC, D2 and 6D. RGB value is (220,210,109). Sum of RGB (Red+Green+Blue) = 220+210+109=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD26D is #232D92. Grayscale: #C9C9C9. Windows color (decimal): -2305427 or 7197404. OLE color: 7197404.
HSL color Cylindrical-coordinate representation of color #DCD26D: hue angle of 54.59º 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 #DCD26D is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 109 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.14 |
| HSL | 54.59º | 0.61% | 0.65% | - |
| HSV(B) | 54.59º | 0.5% | 0.86% | - |
| XYZ | 55.32 | 62.41 | 23.6 | - |
| YUV | 201.48 | 75.81 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 109 | 0 | 0.05 | 0.50 | 0.14 | 54.59 | 0.61 | 0.65 |
| Hex | DC | D2 | 6D | 0 | 5 | 32 | E | 37 | 3D | 41 |
| Octal | 334 | 322 | 155 | 0 | 5 | 62 | 16 | 67 | 75 | 101 |
| Binary | 11011100 | 11010010 | 1101101 | 0 | 101 | 110010 | 1110 | 110111 | 111101 | 1000001 |
Color Harmonies of #DCD26D
Complementary color
Monochromatic Colors of #DCD26D
Black with #DCD26D
Text Example
Text Example
White with #DCD26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD26D; }
p { color: rgb(220,210,109); }
H1.HeaderClassName
{
color: #DCD26D;
}
.AnyTagClassName
{
color: #DCD26D;
}
</style>
background-color css
<style>
a { background-color: #DCD26D; }
a { background-color: rgb(220,210,109); }
div.DivClassName
{
background-color: #DCD26D;
}
.BgClassName
{
background-color: #DCD26D;
}
</style>
border-color css
<style>
span { border-color: #DCD26D; }
span { border-color: rgb(220,210,109); }
td.TdClassName
{
border-color: #DCD26D;
}
.TagClassName
{
border-color: #DCD26D;
}
</style>