Shades of Wild Rice #DCCE76
Tints of Wild Rice #DCCE76
RGB
CMYK
RGB Variations
Color information
#DCCE76 (or 0xDCCE76) is known color: Wild Rice. HEX triplet: DC, CE and 76. RGB value is (220,206,118). Sum of RGB (Red+Green+Blue) = 220+206+118=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE76 is #233189. Grayscale: #C8C8C8. Windows color (decimal): -2306442 or 7786204. OLE color: 7786204.
HSL color Cylindrical-coordinate representation of color #DCCE76: hue angle of 51.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCCE76 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 118 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.14 |
| HSL | 51.76º | 0.59% | 0.66% | - |
| HSV(B) | 51.76º | 0.46% | 0.86% | - |
| XYZ | 54.86 | 60.67 | 25.96 | - |
| YUV | 200.15 | 81.64 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 118 | 0 | 0.06 | 0.46 | 0.14 | 51.76 | 0.59 | 0.66 |
| Hex | DC | CE | 76 | 0 | 6 | 2E | E | 34 | 3B | 42 |
| Octal | 334 | 316 | 166 | 0 | 6 | 56 | 16 | 64 | 73 | 102 |
| Binary | 11011100 | 11001110 | 1110110 | 0 | 110 | 101110 | 1110 | 110100 | 111011 | 1000010 |
Color Harmonies of #DCCE76
Complementary color
Monochromatic Colors of #DCCE76
Black with #DCCE76
Text Example
Text Example
White with #DCCE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE76; }
p { color: rgb(220,206,118); }
H1.HeaderClassName
{
color: #DCCE76;
}
.AnyTagClassName
{
color: #DCCE76;
}
</style>
background-color css
<style>
a { background-color: #DCCE76; }
a { background-color: rgb(220,206,118); }
div.DivClassName
{
background-color: #DCCE76;
}
.BgClassName
{
background-color: #DCCE76;
}
</style>
border-color css
<style>
span { border-color: #DCCE76; }
span { border-color: rgb(220,206,118); }
td.TdClassName
{
border-color: #DCCE76;
}
.TagClassName
{
border-color: #DCCE76;
}
</style>