Shades of Wild Rice #DCD681
Tints of Wild Rice #DCD681
RGB
CMYK
RGB Variations
Color information
#DCD681 (or 0xDCD681) is known color: Wild Rice. HEX triplet: DC, D6 and 81. RGB value is (220,214,129). Sum of RGB (Red+Green+Blue) = 220+214+129=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD681 is #23297E. Grayscale: #CECECE. Windows color (decimal): -2304383 or 8509148. OLE color: 8509148.
HSL color Cylindrical-coordinate representation of color #DCD681: hue angle of 56.04º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCD681 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 129 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.14 |
| HSL | 56.04º | 0.57% | 0.68% | - |
| HSV(B) | 56.04º | 0.41% | 0.86% | - |
| XYZ | 57.52 | 64.89 | 30.26 | - |
| YUV | 206.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 129 | 0 | 0.03 | 0.41 | 0.14 | 56.04 | 0.57 | 0.68 |
| Hex | DC | D6 | 81 | 0 | 3 | 29 | E | 38 | 39 | 44 |
| Octal | 334 | 326 | 201 | 0 | 3 | 51 | 16 | 70 | 71 | 104 |
| Binary | 11011100 | 11010110 | 10000001 | 0 | 11 | 101001 | 1110 | 111000 | 111001 | 1000100 |
Color Harmonies of #DCD681
Complementary color
Monochromatic Colors of #DCD681
Black with #DCD681
Text Example
Text Example
White with #DCD681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD681; }
p { color: rgb(220,214,129); }
H1.HeaderClassName
{
color: #DCD681;
}
.AnyTagClassName
{
color: #DCD681;
}
</style>
background-color css
<style>
a { background-color: #DCD681; }
a { background-color: rgb(220,214,129); }
div.DivClassName
{
background-color: #DCD681;
}
.BgClassName
{
background-color: #DCD681;
}
</style>
border-color css
<style>
span { border-color: #DCD681; }
span { border-color: rgb(220,214,129); }
td.TdClassName
{
border-color: #DCD681;
}
.TagClassName
{
border-color: #DCD681;
}
</style>