Shades of Wild Rice #DCCC71
Tints of Wild Rice #DCCC71
RGB
CMYK
RGB Variations
Color information
#DCCC71 (or 0xDCCC71) is known color: Wild Rice. HEX triplet: DC, CC and 71. RGB value is (220,204,113). Sum of RGB (Red+Green+Blue) = 220+204+113=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC71 is #23338E. Grayscale: #C6C6C6. Windows color (decimal): -2306959 or 7458012. OLE color: 7458012.
HSL color Cylindrical-coordinate representation of color #DCCC71: hue angle of 51.03º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCCC71 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 113 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.14 |
| HSL | 51.03º | 0.6% | 0.65% | - |
| HSV(B) | 51.03º | 0.49% | 0.86% | - |
| XYZ | 54.09 | 59.59 | 24.27 | - |
| YUV | 198.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 113 | 0 | 0.07 | 0.49 | 0.14 | 51.03 | 0.6 | 0.65 |
| Hex | DC | CC | 71 | 0 | 7 | 31 | E | 33 | 3C | 41 |
| Octal | 334 | 314 | 161 | 0 | 7 | 61 | 16 | 63 | 74 | 101 |
| Binary | 11011100 | 11001100 | 1110001 | 0 | 111 | 110001 | 1110 | 110011 | 111100 | 1000001 |
Color Harmonies of #DCCC71
Complementary color
Monochromatic Colors of #DCCC71
Black with #DCCC71
Text Example
Text Example
White with #DCCC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC71; }
p { color: rgb(220,204,113); }
H1.HeaderClassName
{
color: #DCCC71;
}
.AnyTagClassName
{
color: #DCCC71;
}
</style>
background-color css
<style>
a { background-color: #DCCC71; }
a { background-color: rgb(220,204,113); }
div.DivClassName
{
background-color: #DCCC71;
}
.BgClassName
{
background-color: #DCCC71;
}
</style>
border-color css
<style>
span { border-color: #DCCC71; }
span { border-color: rgb(220,204,113); }
td.TdClassName
{
border-color: #DCCC71;
}
.TagClassName
{
border-color: #DCCC71;
}
</style>